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

Last updated: May 13,2024

1. Install "python-authkit" package

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

$ sudo apt update $ sudo apt install python-authkit

2. Uninstall "python-authkit" package

Please follow the step by step instructions below to uninstall python-authkit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-authkit
Priority: optional
Section: universe/python
Installed-Size: 559
Maintainer: Ubuntu Developers
Original-Maintainer: Christoph Haas
Architecture: all
Version: 0.4.3-2
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-paste (>= 1.4), python-nose, python-pastedeploy (>= 1.1), python-pastescript (>= 1.1), python-openid (>= 2.0.1), python-beaker (>= 0.7.3), python-decorator (>= 2.1.0), python-webob (>= 0.9.3)
Recommends: python-mysqldb, python-sqlalchemy
Filename: pool/universe/p/python-authkit/python-authkit_0.4.3-2_all.deb
Size: 85368
MD5sum: 1f81d4568b76909f773fe0dce8fbdca0
SHA1: 3769b47e9f9832e7124bb875fec532d13c9e1286
SHA256: 9cdd6a9f8beea2ac937f4d76d9217e83921f66aa90944f4ff436bd7eaed98286
Description-en: authentication and authorisation framework for Python WSGI applications
AuthKit is a Python module that provides functionality for WSGI (web)
applications to use authentication and authorisation.
.
* Built for WSGI applications and middleware
* Sophisticated and extensible permissions system
* Built in support for HTTP basic, HTTP digest, form, cookie and OpenID
authentication methods plus others.
* Easily define users, passwords and roles
* Designed to be totally extensible so you can use the components to integrate
with a database, LDAP connection or your own custom system.
* Plays nicely with the Pylons web framework.
Description-md5: 7ee1062f51291ce0670b66bd35bfe0cc
Homepage: http://authkit.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu