Tag:
install

Install Linux development man pages in Ubuntu

by
on
May 13, 2009

By default Ubuntu doesn’t install the manual pages used for Linux software development which is an invaluable reference for any system developer. These man pages describe the Linux programming interface including Linux system calls as well as system library calls. To install these man pages simply install the manpages-dev package. $ sudo apt-get install manpages-dev [...]

Read More
5 Comments
ubuntu

RPM Cheat Sheet

by
on
October 22, 2008

RPM stands for Red Hat Package Manager. There are a variety of distributions besides Red Hat that use RPM to manage packages including Fedora, Mandriva, SUSE, CentOS, and Yellow Dog Linux among others. RPM uses a database to keep track of what packages have been installed on the system and where they are located. This [...]

Read More
No Comments
red hat
Copyright 2008-2010 WiredRevolution.com. All rights reserved.