How to Install and Uninstall python-kerberos Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-kerberos" package

Please follow the guidance below to install python-kerberos on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-kerberos

2. Uninstall "python-kerberos" package

Please follow the guidance below to uninstall python-kerberos on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-kerberos $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-kerberos package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-kerberos
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Calendarserver Maintainers
Architecture: amd64
Source: pykerberos
Version: 1.1.5-2build1
Provides: python2.7-kerberos
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2)
Filename: pool/universe/p/pykerberos/python-kerberos_1.1.5-2build1_amd64.deb
Size: 21004
MD5sum: 0d8f1fac194749f4f8f246ea16b7a03a
SHA1: e00ba1a199810efdf147564c1c2f74bf066fc1a2
SHA256: 6ce2b050c73bb66b1cb091d55eb94054c9a658c179ce63ec96374b41f54e50e1
Description-en: GSSAPI interface module - Python 2.x
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
The goal is to avoid having to build a module that wraps the entire
Kerberos.framework, and instead offer a limited set of functions that do what
is needed for client/server Kerberos authentication based on
.
.
Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.
.
This package contains the Python 2.x module.
Description-md5: e115524ec71b4a71812b5e61ef020b6e
Homepage: https://pypi.python.org/pypi/pykerberos
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu