PDA

View Full Version : Linux Programmer's Guide Man Pages


Pink Floyd
December 22nd, 2004, 04:49 PM
I need them installed so I can use them trough the command line.
I searched them but I only found html, tex, pdf etc versions, but I need the "man" version.

Can someone help me?
Thank you

Juergen
December 23rd, 2004, 05:45 AM
If it's not at tldp I'd think you have to try to convert this thing yourself.

But:
Can't you just use the html-version with a text-browser like lynx or links?

HiddenWolf
December 25th, 2004, 11:43 AM
But:
Can't you just use the html-version with a text-browser like lynx or links?
By far the easiest option, if you ask me.

yentingchen
December 25th, 2004, 10:38 PM
I need them installed so I can use them trough the command line.
I searched them but I only found html, tex, pdf etc versions, but I need the "man" version.

Can someone help me?
Thank you
Hi, maybe this is what you needs:

cyt@ubuntu:~> apt-cache search manpages-dev
manpages-dev - Manual pages about using GNU/Linux for development

duff
January 10th, 2005, 03:50 PM
Hi, maybe this is what you needs:

cyt@ubuntu:~> apt-cache search manpages-dev
manpages-dev - Manual pages about using GNU/Linux for development
Thank you!

Viro
January 19th, 2005, 07:15 PM
Hi, maybe this is what you needs:

cyt@ubuntu:~> apt-cache search manpages-dev
manpages-dev - Manual pages about using GNU/Linux for development
Good call. I've been looking for that package for some time now. thanks

sainter54
August 15th, 2006, 03:09 AM
The manpages-dev isn't on apt-get anymore. Is there something else I can download to get these Man Pages????

X.Cyclop
August 15th, 2006, 11:46 AM
The manpages-dev isn't on apt-get anymore. Is there something else I can download to get these Man Pages????
Add extra repos (http://ubuntuguide.org/wiki/Dapper#How_to_add_extra_repositories) and try again ;)

sainter54
August 18th, 2006, 04:32 AM
That worked perfectly. Thanks for that... Sorry for being a noob...

X.Cyclop
August 19th, 2006, 11:31 PM
That worked perfectly. Thanks for that... Sorry for being a noob...
There's no problem. Nobody's born knowing.:mrgreen:

driplock
January 11th, 2008, 03:34 AM
Great! thanks..this thread helped me also...

imweiwei2
January 30th, 2008, 09:45 PM
For those total beginning, like myself couple days ago, this is what you type in a terminal:

sudo apt-get install manpages-dev

Thanks guys!