How to Install hmake software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install hmake software package in Ubuntu 12.04 LTS (Precise Pangolin)

hmake software package provides The Haskell Make System, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install hmake 

hmake is installed in your system.

Make ensure the hmake package were installed using the commands given below,

$ sudo dpkg-query -l | grep hmake *

You will get with hmake package name, version, architecture and description in a table

hmake package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Development
Package hmake
Version 3.14-3ubuntu1
Description The Haskell Make System
Sub Section devel


See Also, How to uninstall or remove hmake software package from Ubuntu 12.04 LTS (Precise Pangolin)?