How to Install and Uninstall rpm Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "rpm" package

This is a short guide on how to install rpm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install rpm

2. Uninstall "rpm" package

This guide let you learn how to uninstall rpm on openSuSE Tumbleweed:

$ sudo zypper remove rpm

3. Information about the rpm package on openSuSE Tumbleweed

Information for package rpm:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rpm
Version : 4.19.1.1-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.1 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : rpm-4.19.1.1-3.1.src
Upstream URL : https://rpm.org/
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.