How to Install and Uninstall python3-rpm.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "python3-rpm.x86_64" package

This guide covers the steps necessary to install python3-rpm.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-rpm.x86_64

2. Uninstall "python3-rpm.x86_64" package

Please follow the guidance below to uninstall python3-rpm.x86_64 on Amazon Linux 2:

$ sudo yum remove python3-rpm.x86_64 $ sudo yum autoremove

3. Information about the python3-rpm.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-rpm
Arch : x86_64
Version : 4.11.3
Release : 40.amzn2.0.6
Size : 84 k
Repo : amzn2-core/2/x86_64
Summary : Python 3 bindings for apps which will manipulate RPM packages
URL : http://www.rpm.org/
License : GPLv2+
Description : The python3-rpm package contains a module that permits
: applications written in the Python programming language to use the
: interface supplied by RPM Package Manager libraries.
:
: This package should be installed if you want to develop Python 3
: programs that will manipulate RPM packages and databases.