How to install and manage packages in Linux with RPM
May 19 2009
RPM or Red Hat Package Manager is the default package management solution for Linux distributions based on Red Hat Linux. It’s a pretty useful way to easily install, upgrade, and un-install packages on Linux machines. I remember the days when every Linux package had to be compiled. Let’s see how to perform some basic tasks with RPM.
List All Packages
Before installing a new package or upgrading and old one you sometimes want to check to make sure that it isn’t already installed. Here’s how you can get a list of all installed RPM packages:
Complete articles : www.simplehelp.net
Related posts:
- Easily Install Ubuntu Linux with Windows Using the Wubi Installer
- How to Install Lighttpd with PHP5 and MySQL on Ubuntu 9.10
- How To Install VirtualBox Guest Additions in Linux (Ubuntu, Debian, Fedora, OpenSUSE, Red Hat and More)
- Linux basics: Learn common commands
- How to Install Lighttpd with PHP5 and MySQL on Ubuntu 9.10
