BASH - Commands - Package Commands
Description
Command
Install from source
./configure
make
make install
Install RPM based package (Redhat)
rpm -i pkgname.rpm
Remove package (Redhat)
rpm -e pgkname