First page Back Continue Last page Summary Graphic
Removing installed packages
Use "rpm -e package_name" to remove installed packages. "rpm --erase" is synonymous.
Example:
rpm -e vim
OR
rpm --erase vim
Silence indicates the package has been removed.
Double check by typing: "rpm -qa | grep vim"
Notes: