How To Install python3-syspurpose on Rocky Linux 8

In this tutorial we learn how to install python3-syspurpose on Rocky Linux 8. python3-syspurpose is A commandline utility for declaring system syspurpose

Introduction

In this tutorial we learn how to install python3-syspurpose on Rocky Linux 8.

What is python3-syspurpose

Provides the syspurpose commandline utility. This utility manages the system syspurpose.

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

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

sudo dnf -y install python3-syspurpose

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

sudo yum -y install python3-syspurpose

How To Uninstall python3-syspurpose on Rocky Linux 8

To uninstall only the python3-syspurpose package we can use the following command:

sudo dnf remove python3-syspurpose

python3-syspurpose Package Contents on Rocky Linux 8

/etc/rhsm/syspurpose
/etc/rhsm/syspurpose/valid_fields.json
/usr/lib/python3.6/site-packages/syspurpose
/usr/lib/python3.6/site-packages/syspurpose-1.28.13-py3.6.egg-info
/usr/lib/python3.6/site-packages/syspurpose-1.28.13-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/syspurpose-1.28.13-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/syspurpose-1.28.13-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/syspurpose-1.28.13-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/syspurpose-1.28.13-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/syspurpose/__init__.py
/usr/lib/python3.6/site-packages/syspurpose/__pycache__
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/files.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/files.cpython-36.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/i18n.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/i18n.cpython-36.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/syspurpose/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/syspurpose/cli.py
/usr/lib/python3.6/site-packages/syspurpose/files.py
/usr/lib/python3.6/site-packages/syspurpose/i18n.py
/usr/lib/python3.6/site-packages/syspurpose/main.py
/usr/lib/python3.6/site-packages/syspurpose/utils.py
/usr/sbin/syspurpose
/usr/share/bash-completion/completions/syspurpose
/usr/share/doc/python3-syspurpose
/usr/share/doc/python3-syspurpose/LICENSE
/usr/share/locale/de/LC_MESSAGES/syspurpose.mo
/usr/share/locale/es/LC_MESSAGES/syspurpose.mo
/usr/share/locale/fr/LC_MESSAGES/syspurpose.mo
/usr/share/locale/it/LC_MESSAGES/syspurpose.mo
/usr/share/locale/ja/LC_MESSAGES/syspurpose.mo
/usr/share/locale/ko/LC_MESSAGES/syspurpose.mo
/usr/share/locale/pt_BR/LC_MESSAGES/syspurpose.mo
/usr/share/locale/ru/LC_MESSAGES/syspurpose.mo
/usr/share/locale/zh_CN/LC_MESSAGES/syspurpose.mo
/usr/share/locale/zh_TW/LC_MESSAGES/syspurpose.mo
/usr/share/man/man8/syspurpose.8.gz

References

Summary

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