Removal of RPM Packages

If you want to remove or uninstall RPM packages from the system, then you can use the following terminal command –

sudo rpm -e packagename

 

Another process to uninstall RPM packages is using yum.

To uninstall using yum, the terminal command will be –

sudo yum remove packagename

 


How to Install RPM Packages on Linux?

Red Hat Package Manager or RPM is a free and open-source package management system for Linux. The RPM files use the .rpm file format.  RPM package manager was created to use with Red Hat Linux, but now it is supported by multiple Linux distributions such as Fedora, OpenSUSE, Ubuntu, etc.

RPM packages can be cryptographically verified with GFG and MD5. They support automatic build-time dependency evaluation.

In this article, we are going to discuss How to install RPM packages on Linux.

Similar Reads

Installation

Step 1: First, you need to download the installation file. This file can be downloaded using a browser or wget....

Removal of RPM Packages

If you want to remove or uninstall RPM packages from the system, then you can use the following terminal command –...