Makeinfo package not found in 12.04 [closed]

Please can anybody give me an answer for this? I have already tried:

sudo apt-get install makeinfo textinfo texi2html

But, I still get the error:

Unable to find the pacakge.

Solution 1:

If you would have executed makeinfo directly, it would have suggested you the right package name:

$ makeinfo
The program 'makeinfo' is currently not installed.  You can install it by typing:
sudo apt-get install texinfo

After installing the apt-file package, you could also locate it with apt-file:

$ apt-file search makeinfo
...
texinfo: /usr/bin/makeinfo
...

Searching for "makeinfo" on packages.ubuntu.com would give the same information as apt-file.

Solution 2:

You need to type "texinfo" not "textinfo".

Solution 3:

There is two way to install texinfo, Download (http://www.gnu.org/software/texinfo/) and build using configure option, but you might get Exception like, Makefile:18283: *** missing separator stop

and the easiest way is by running the below command in your terminal

sudo apt-get install texinfo