How to Install and Uninstall python3-krbcontext.noarch Package on Fedora 34

Last updated: October 09,2024

1. Install "python3-krbcontext.noarch" package

In this section, we are going to explain the necessary steps to install python3-krbcontext.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-krbcontext.noarch

2. Uninstall "python3-krbcontext.noarch" package

Please follow the guidance below to uninstall python3-krbcontext.noarch on Fedora 34:

$ sudo dnf remove python3-krbcontext.noarch $ sudo dnf autoremove

3. Information about the python3-krbcontext.noarch package on Fedora 34

Last metadata expiration check: 0:02:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-krbcontext
Version : 0.10
Release : 7.fc34
Architecture : noarch
Size : 38 k
Source : python-krbcontext-0.10-7.fc34.src.rpm
Repository : fedora
Summary : A Kerberos context manager
URL : https://github.com/krbcontext/python-krbcontext
License : GPLv3
Description : krbcontext provides a Kerberos context that you can put code inside, which
: requires a valid ticket in credential cache.
:
: krbcontext is able to initialize credential cache automatically on behalf
: of you according to the options you specify. It can initialize with keytab or a
: regular user's Kerberos name and password.
:
: You can use krbcontext as a context manager with with statement, or
: call API directly to check credential cache and even initialize by yourself.