Uninstall rpm packages

  • Find the exact name of package which you want to remove by command:
rpm -qa | grep package_name
  • To uninstall it:

    rpm -e package_name

    Leave a Reply