How to Install and Uninstall rpm Package on openSUSE Leap

Last updated: May 10,2024

1. Install "rpm" package

In this section, we are going to explain the necessary steps to install rpm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install rpm

2. Uninstall "rpm" package

This guide let you learn how to uninstall rpm on openSUSE Leap:

$ sudo zypper remove rpm

3. Information about the rpm package on openSUSE Leap

Information for package rpm:
----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : rpm
Version : 4.14.3-150400.59.7.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.5 MiB
Installed : No
Status : not installed
Source package : rpm-4.14.3-150400.59.7.1.src
Summary : The RPM Package Manager
Description :
RPM Package Manager is the main tool for managing the software packages
of the SUSE Linux distribution.
RPM can be used to install and remove software packages. With rpm, it
is easy to update packages. RPM keeps track of all these manipulations
in a central database. This way it is possible to get an overview of
all installed packages. RPM also supports database queries.