linux rpm

rpm -qa (list all packages)
rpm -qi (detailed package info)
rpm -ql (list files in package)
rpm -qf (list package in which file is)
rpm -qc (list config files of package)
rpm -Ufh (upgrade or install)
rpm -ivh (install new kernel but do not upgrade existing)
rpm -e (remove package)

This entry was posted in linux. Bookmark the permalink.

Comments are closed.