How To Install python3-rpm-generators.noarch on Amazon Linux 2
In this tutorial we learn how to install python3-rpm-generators.noarch in Amazon Linux 2. python3-rpm-generators.noarch is Dependency generators for Python RPMs
Introduction
In this tutorial we learn how to install python3-rpm-generators.noarch on Amazon Linux 2.
What is python3-rpm-generators.noarch
Dependency generators for Python RPMs.
We can use yum to install python3-rpm-generators.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python3-rpm-generators.noarch.
Install python3-rpm-generators.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-rpm-generators.noarch using yum by running the following command:
sudo yum -y install python3-rpm-generators.noarch
How To Uninstall python3-rpm-generators.noarch on Amazon Linux 2
To uninstall only the python3-rpm-generators.noarch package we can use the following command:
sudo yum remove python3-rpm-generators.noarch
python3-rpm-generators.noarch Package Contents on Amazon Linux 2
/usr/lib/rpm/fileattrs/pythondist.attr
/usr/lib/rpm/pythondistdeps.py
/usr/share/licenses/python3-rpm-generators-10
/usr/share/licenses/python3-rpm-generators-10/COPYING
References
Summary
In this tutorial we learn how to install python3-rpm-generators.noarch on Amazon Linux 2 using yum.