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

Last updated: May 01,2024

1. Install "python3-gssapi" package

This tutorial shows how to install python3-gssapi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-gssapi

2. Uninstall "python3-gssapi" package

Here is a brief guide to show you how to uninstall python3-gssapi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-gssapi
Priority: optional
Section: universe/python
Installed-Size: 1334
Maintainer: Ubuntu Developers
Original-Maintainer: Robbie Harwood (frozencemetery)
Architecture: amd64
Source: python-gssapi
Version: 1.1.3-2ubuntu1
Provides: python3.5-gssapi
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-decorator, python3-six, libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.13.1+dfsg)
Suggests: python-gssapi-doc
Filename: pool/universe/p/python-gssapi/python3-gssapi_1.1.3-2ubuntu1_amd64.deb
Size: 281492
MD5sum: e4820a6d5a0239bf42d783cfcdcdc834
SHA1: 435da16fb63457a1bc869223a88d39bbf7fbe209
SHA256: eb4eab5f28e94ff66d154ecbe102b49b84f23eb0206034579e8a3639d0182038
Description-en: Python 3 interface to GSSAPI
Python3 Bindings for GSSAPI. These bindings are for both RFC 2743/2744 and
many extensions. They are native bindings produced using Cython.
.
Available extensions will vary based on what your GSSAPI implementation
supports; see package documentation for a detailed list of what is available.
Description-md5: a053dd476e9b75a0a51c7a1fb005d186
Homepage: https://github.com/pythongssapi/python-gssapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu