How To Install python3-remctl on Fedora 36

In this tutorial we learn how to install python3-remctl in Fedora 36. python3-remctl is Python 3 interface to remctl

Introduction

In this tutorial we learn how to install python3-remctl on Fedora 36.

What is python3-remctl

remctl implements a client/server protocol for running single commands on a remote host using Kerberos v5 authentication. If you want to use remctl’s Python bindings, you need to install this package.

We can use yum or dnf to install python3-remctl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-remctl.

Install python3-remctl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-remctl using dnf by running the following command:

sudo dnf -y install python3-remctl

Install python3-remctl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-remctl using yum by running the following command:

sudo yum -y install python3-remctl

How To Uninstall python3-remctl on Fedora 36

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

sudo dnf remove python3-remctl

python3-remctl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/e4a4bb5e9c58b07eda563cf3269bb0b3b9a6fc
/usr/lib64/python3.10/site-packages/__pycache__/remctl.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/remctl.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_remctl.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pyremctl-3.16-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pyremctl-3.16-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pyremctl-3.16-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pyremctl-3.16-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pyremctl-3.16-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/pyremctl-3.16-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/remctl.py
/usr/share/doc/python3-remctl
/usr/share/doc/python3-remctl/README

References

Summary

In this tutorial we learn how to install python3-remctl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).