How To Install python3-spacewalk-backend-libs on Rocky Linux 8

In this tutorial we learn how to install python3-spacewalk-backend-libs on Rocky Linux 8. python3-spacewalk-backend-libs is Spacewalk client tools libraries for Fedora 23

Introduction

In this tutorial we learn how to install python3-spacewalk-backend-libs on Rocky Linux 8.

What is python3-spacewalk-backend-libs

Libraries required by Spacewalk client tools on Fedora 23.

We can use yum or dnf to install python3-spacewalk-backend-libs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-spacewalk-backend-libs.

Install python3-spacewalk-backend-libs 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-spacewalk-backend-libs using dnf by running the following command:

sudo dnf -y install python3-spacewalk-backend-libs

Install python3-spacewalk-backend-libs 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-spacewalk-backend-libs using yum by running the following command:

sudo yum -y install python3-spacewalk-backend-libs

How To Uninstall python3-spacewalk-backend-libs on Rocky Linux 8

To uninstall only the python3-spacewalk-backend-libs package we can use the following command:

sudo dnf remove python3-spacewalk-backend-libs

python3-spacewalk-backend-libs Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/spacewalk/__init__.py
/usr/lib/python3.6/site-packages/spacewalk/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__init__.py
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/checksum.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/checksum.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/fileutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/fileutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhnLib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhnLib.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_deb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_deb.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_mpm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_mpm.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_pkg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_pkg.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_rpm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/rhn_rpm.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/stringutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/__pycache__/stringutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacewalk/common/checksum.py
/usr/lib/python3.6/site-packages/spacewalk/common/cli.py
/usr/lib/python3.6/site-packages/spacewalk/common/fileutils.py
/usr/lib/python3.6/site-packages/spacewalk/common/rhnLib.py
/usr/lib/python3.6/site-packages/spacewalk/common/rhn_deb.py
/usr/lib/python3.6/site-packages/spacewalk/common/rhn_mpm.py
/usr/lib/python3.6/site-packages/spacewalk/common/rhn_pkg.py
/usr/lib/python3.6/site-packages/spacewalk/common/rhn_rpm.py
/usr/lib/python3.6/site-packages/spacewalk/common/stringutils.py
/usr/share/doc/python3-spacewalk-backend-libs
/usr/share/doc/python3-spacewalk-backend-libs/LICENSE

References

Summary

In this tutorial we learn how to install python3-spacewalk-backend-libs on Rocky Linux 8 using yum and dnf.