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

Last updated: June 15,2024

1. Install "python-social-auth" package

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

$ sudo apt update $ sudo apt install python-social-auth

2. Uninstall "python-social-auth" package

Please follow the guidance below to uninstall python-social-auth on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-social-auth $ sudo apt autoclean && sudo apt autoremove

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

Package: python-social-auth
Priority: optional
Section: universe/python
Installed-Size: 1022
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.2.13-1
Depends: python-jwt, python-oauthlib, python-openid, python-requests, python-requests-oauthlib, python-six (>= 1.2.0), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-social-auth/python-social-auth_0.2.13-1_all.deb
Size: 186246
MD5sum: fb61537e5d51f2e82179aaa8e85eaaf4
SHA1: 41a49e95ecd1d54baa89d467eb825c234796205f
SHA256: f310a75c46f63a60a1e905af9dc09c1ebeab27b48e60b7ac90d5a4287dbc05ac
Description-en: Python social authentication made simple
Python Social Auth is an easy-to-setup social authentication/registration
mechanism with support for several frameworks and auth providers.
.
Crafted using base code from django-social-auth, it implements a common
interface to define new authentication providers from third parties,
and to bring support for more frameworks and ORMs.
.
This package provides the Python 2.x module.
Description-md5: 3c44a6b93c476c18080fc2ce3309fe0e
Homepage: http://psa.matiasaguirre.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions