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?
January 19th, 2008 at 11:46 am
sudo apt-get install manpages-dev
http://ubuntuforums.org/showthread.php?t=457982
January 19th, 2008 at 11:55 am
Wohoo, thanks Anders!
January 19th, 2008 at 12:53 pm
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.
January 19th, 2008 at 1:04 pm
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…