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

Last updated: September 21,2024

1. Install "python-gssapi" package

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

$ sudo apt update $ sudo apt install python-gssapi

2. Uninstall "python-gssapi" package

In this section, we are going to explain the necessary steps to uninstall python-gssapi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gssapi
Priority: optional
Section: universe/python
Installed-Size: 1328
Maintainer: Ubuntu Developers
Original-Maintainer: Robbie Harwood (frozencemetery)
Architecture: amd64
Version: 1.1.3-2ubuntu1
Provides: python2.7-gssapi
Depends: python (<< 2.8), python (>= 2.7~), python-decorator, python-enum34, python-six, python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.13.1+dfsg)
Filename: pool/universe/p/python-gssapi/python-gssapi_1.1.3-2ubuntu1_amd64.deb
Size: 276576
MD5sum: af8774f3e6af9f20be77345c17012dc3
SHA1: 44fab50cc48dc08cf7addb2b3f867b97515b1cc5
SHA256: b93327e338cbe1110d7f4355dde878eb6aabd8c0fe7b564ec7e1be40c5f17abb
Description-en: Python interface to GSSAPI
Python 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: 01a0eb4e9cdfc2e77b59f83a4ab5c523
Homepage: https://github.com/pythongssapi/python-gssapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu