Installing Packages Flashcards
yum search keyword
Search for a package by keyword.
yum install package
Install package.
yum info package
Display description and summary information
about package for RHEL based systems.
rpm -i package.rpm
Install package from local file named
package.rpm
yum remove package
Remove/uninstall package for RHEL based
systems
yum update package
Update package with name package for RHEL
based systems
tar zxvf sourcecode.tar.gz cd sourcecode
./configure
make
make install
Install software from source code
apt-get update
Update package list for Debian based systems.
apt-get upgrade
Upgrade all installed packages to their newest
version for Debian based systems
apt-get install package
Install package with name package for Debian
based systems
apt-remove package
Remove package with name package for Debian
based systems