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

Last updated: May 19,2024

1. Install "python3-django-oauth-toolkit" package

Please follow the steps below to install python3-django-oauth-toolkit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-oauth-toolkit

2. Uninstall "python3-django-oauth-toolkit" package

This tutorial shows how to uninstall python3-django-oauth-toolkit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-oauth-toolkit $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-oauth-toolkit
Priority: optional
Section: universe/python
Installed-Size: 349
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-oauth-toolkit
Version: 0.10.0-1
Depends: libjs-twitter-bootstrap, python3-django, python3-oauthlib, python3-django-braces, python3-six, python3:any (>= 3.3.2-2~)
Recommends: python3-djangorestframework
Filename: pool/universe/d/django-oauth-toolkit/python3-django-oauth-toolkit_0.10.0-1_all.deb
Size: 46130
MD5sum: a3f97bc35edd908176b4184ca92d26cd
SHA1: 1f18c9c453dd780642e226f739df7330433d0829
SHA256: f46ea0d09be7a2769be63d72bbc58de4d838cfe959258daa16c586f2b1a7c1a4
Description-en: OAuth2 capabilities for Django projects (Python3 version)
Django OAuth Toolkit can help you providing out of the box all the endpoints,
data and logic needed to add OAuth2 capabilities to your Django projects.
Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
rfc-compliant.
.
This package contains the Python 3 version of the library.
Description-md5: f4b4bf3241c69b40815cf054156f48cb
Homepage: https://github.com/evonove/django-oauth-toolkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu