Results 1 to 3 of 3

Thread: 10.04LTS: makeinfo vs texinfo

  1. #1
    Join Date
    Aug 2013
    Beans
    45

    10.04LTS: makeinfo vs texinfo

    Hi,

    I'm running Lucid (10.04) and due to 3rd party apps I can't upgrade to 12.04. Now I have to install makeinfo but find that it's not there and that I should use texinfo. However, the installation script keeps asking for makeinfo. What is the best way to handle this ?

    Thanks

  2. #2
    Join Date
    Jun 2008
    Location
    UK
    Beans
    282
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: 10.04LTS: makeinfo vs texinfo

    Have you actually installed texinfo? According to this link makeinfo is part of the texinfo package. I have just installed texinfo on my 12.04 precise installation, after first checking that makeinfo was not on the system, and it is now on my computer, in /usr/bin.

    If you have installed texinfo the next question is can you find makeinfo with
    Code:
    type makeinfo
    followed by is /usr/bin in your $PATH?

    Andrew

  3. #3
    Join Date
    Aug 2013
    Beans
    45

    Re: 10.04LTS: makeinfo vs texinfo

    Ok, solved it. I had texinfo, but makeinfo wasn't found:

    Code:
    $ type makeinfo
    bash: type: makeinfo: not found texinfo
    /usr/bin is in my path. And, looking at the output of

    Code:
    locate texinfo
    it's all in /usr/lib and /usr/share, but not in /usr/bin. So I installed texinfo by apt-get and now I get

    Code:
    $ type makeinfo
    makeinfo is /usr/bin/makeinfo
    So what texinfo was installed in the first place I don't know.

    Thanks for the help. It's working now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •