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

Last updated: May 19,2024

1. Install "python-django-auth-openid" package

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

$ sudo apt update $ sudo apt install python-django-auth-openid

2. Uninstall "python-django-auth-openid" package

Please follow the steps below to uninstall python-django-auth-openid on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-auth-openid $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-auth-openid
Priority: optional
Section: universe/python
Installed-Size: 194
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-openid-auth
Version: 0.5-2.3
Replaces: python-django-openid-auth (<< 0.2+empty)
Depends: python-django (>= 1.1.2), python-openid, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/d/django-openid-auth/python-django-auth-openid_0.5-2.3_all.deb
Size: 30614
MD5sum: 356579a51dffd9dc6e4ada4f9839bb1f
SHA1: 17576c02809d19c643d7b82cf0e8cce145e892ad
SHA256: f72cdad5453b4a306411147194ec123fa3b0df1e3823313a12d82f1a5bb7aa60
Description-en: provides optional OpenID integration for Django
The django-auth-openid library can be used to add OpenID support
to Django applications.
It integrates with Django's built in authentication system, so most
applications require minimal changes to support OpenID login. The
library also includes the following features:
* Basic user details are transferred from the OpenID server via the
simple Registration extension.
* It can be configured to use a fixed OpenID server URL, for use in SSO.
* It supports the launchpad.net teams extension to get team membership
info.
Description-md5: f100ef49765fa42783794b4a8dcd6505
Homepage: https://launchpad.net/django-openid-auth
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu