RPM
De Wikillano
install software with rpm
rpm -i pakage.rpm rpm -ivh pakage.rpm
Uninstall rpm packages
rpm -e pakage.rpm
Update pakages
rpm -Uvh pakage-version.i386.rpm
List all software installed and filter the search
rpm -qa | grep openssl
List information about a pakage
rpm -q openssl rpm -qi openssl
List configuration files from a pakage
rpm -qc apache
List files installed froma pakage
rpm -ql apache
obtain the pakage name from a lib
rpm -qf