RPM Basic Tasks 
//package info
rpm -qi "package"

//Listing all installed packages
rpm -qa

//remove a package
rpm -e "package"
rpm -e "package" "package" //dependencies

// install a package
rpm -Uvh package_file.rpm

Comments
Comments are not available for this entry.
2024 By Angel Cool