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

Last updated: November 29,2024

1. Install "python3-krbcontext.noarch" package

Learn how to install python3-krbcontext.noarch on Fedora 36

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

2. Uninstall "python3-krbcontext.noarch" package

Please follow the steps below to uninstall python3-krbcontext.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:06:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-krbcontext
Version : 0.10
Release : 10.fc36
Architecture : noarch
Size : 37 k
Source : python-krbcontext-0.10-10.fc36.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.