How To Install platform-python-rpm-macros.noarch on Amazon Linux 2
In this tutorial we learn how to install platform-python-rpm-macros.noarch in Amazon Linux 2. platform-python-rpm-macros.noarch is RPM macros for building Platform-Python packages
Introduction
In this tutorial we learn how to install platform-python-rpm-macros.noarch on Amazon Linux 2.
What is platform-python-rpm-macros.noarch
RPM macros for building Platform-Python packages.
We can use yum to install platform-python-rpm-macros.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install platform-python-rpm-macros.noarch.
Install platform-python-rpm-macros.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 platform-python-rpm-macros.noarch using yum by running the following command:
sudo yum -y install platform-python-rpm-macros.noarch
How To Uninstall platform-python-rpm-macros.noarch on Amazon Linux 2
To uninstall only the platform-python-rpm-macros.noarch package we can use the following command:
sudo yum remove platform-python-rpm-macros.noarch
platform-python-rpm-macros.noarch Package Contents on Amazon Linux 2
/usr/lib/rpm/macros.d/macros.platform-python
References
Summary
In this tutorial we learn how to install platform-python-rpm-macros.noarch on Amazon Linux 2 using yum.