How To Install python3-cccolutils on Fedora 36
Introduction
In this tutorial we learn how to install python3-cccolutils
on Fedora 36.
What is python3-cccolutils
Python utilities for Kerberos Credential Cache Collections
We can use yum
or dnf
to install python3-cccolutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-cccolutils.
Install python3-cccolutils 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-cccolutils
using dnf
by running the following command:
sudo dnf -y install python3-cccolutils
Install python3-cccolutils 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-cccolutils
using yum
by running the following command:
sudo yum -y install python3-cccolutils
How To Uninstall python3-cccolutils on Fedora 36
To uninstall only the python3-cccolutils
package we can use the following command:
sudo dnf remove python3-cccolutils
python3-cccolutils Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/66ef81b54b9694b6d97e4475f28a4d74052593
/usr/lib64/python3.10/site-packages/CCColUtils-1.5-py3.10.egg-info
/usr/lib64/python3.10/site-packages/CCColUtils-1.5-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/CCColUtils-1.5-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/CCColUtils-1.5-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/CCColUtils-1.5-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/cccolutils.cpython-310-x86_64-linux-gnu.so
/usr/share/licenses/python3-cccolutils
/usr/share/licenses/python3-cccolutils/COPYING
References
Summary
In this tutorial we learn how to install python3-cccolutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).