No manual entry for fopen

What the f*ck is going on here?

$ man fopen

No manual entry for fopen

How can Ubuntu leave out the most fundamental man pages? The man pages for system calls and for the C library is the most essential pages if you program on UNIX. With pretty much everything else, you are better off with Google, but for these?

Can someone please tell me how to get my man pages back?

Tags: ,

4 Responses to “No manual entry for fopen”

  1. Anders Says:

    sudo apt-get install manpages-dev

    http://ubuntuforums.org/showthread.php?t=457982

  2. Thomas Mailund Says:

    Wohoo, thanks Anders!

  3. Anders Says:

    My pleasure. Thank you for sharing your software online.

    http://www.daimi.au.dk/~mailund/software.html

    I’m using your clustalw wrapper and newick parser.

  4. Thomas Mailund Says:

    Hehe, I am programming a new Newick parser *right* *now* but one in C++ using Boost Spirit.

    Good luck with the ClustalW wrapper, though. It was hacked up for a course as an example and I have never used it myself, so I cannot guarantee that it is much use…

Leave a Reply