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

Last updated: May 13,2024

1. Install "python3-kerberos" package

This guide covers the steps necessary to install python3-kerberos on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-kerberos

2. Uninstall "python3-kerberos" package

This guide covers the steps necessary to uninstall python3-kerberos on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-kerberos
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Calendarserver Maintainers
Architecture: amd64
Source: pykerberos
Version: 1.1.5-2build1
Provides: python3.5-kerberos
Depends: lsb-release, python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2)
Filename: pool/universe/p/pykerberos/python3-kerberos_1.1.5-2build1_amd64.deb
Size: 15592
MD5sum: 9e662004ba75b33e0f5af10a35ea3262
SHA1: 652c7cc05df49d991e8ab89ae70eab51bc76b4b0
SHA256: 8f7fbe14a605611202a1b3b6fe1c1e10f0fa67d6d5d80da643fb3428d79a1c7f
Description-en: GSSAPI interface module - Python 3.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 3.x module.
Description-md5: c51cb7a8ea205afc51055231bfe7eb11
Homepage: https://pypi.python.org/pypi/pykerberos
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu