How To Install python3-satyr on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-satyr
on Rocky Linux 8.
What is python3-satyr
Python 3 bindings for python-satyr.
We can use yum
or dnf
to install python3-satyr
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-satyr.
Install python3-satyr on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-satyr
using dnf
by running the following command:
sudo dnf -y install python3-satyr
Install python3-satyr on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-satyr
using yum
by running the following command:
sudo yum -y install python3-satyr
How To Uninstall python3-satyr on Rocky Linux 8
To uninstall only the python3-satyr
package we can use the following command:
sudo dnf remove python3-satyr
python3-satyr Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/2aa52bb275e63ef32588d5db4acaa358041778
/usr/lib/.build-id/5d/b0b9176ffbf0fba662904f6c0a01bdcf28492d
/usr/lib/.build-id/81
/usr/lib/.build-id/81/e1370df138763075502e5c8b15bddb429d0a96
/usr/lib64/python3.6/site-packages/satyr
/usr/lib64/python3.6/site-packages/satyr/__init__.py
/usr/lib64/python3.6/site-packages/satyr/__pycache__
/usr/lib64/python3.6/site-packages/satyr/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/satyr/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/satyr/_satyr3.so
/usr/share/doc/python3-satyr
/usr/share/doc/python3-satyr/NEWS
/usr/share/doc/python3-satyr/README
/usr/share/licenses/python3-satyr
/usr/share/licenses/python3-satyr/COPYING
References
Summary
In this tutorial we learn how to install python3-satyr
on Rocky Linux 8 using yum and dnf.