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

Last updated: May 03,2024

1. Install "python3-djoser" package

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

$ sudo apt update $ sudo apt install python3-djoser

2. Uninstall "python3-djoser" package

This is a short guide on how to uninstall python3-djoser on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-djoser $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-djoser
Priority: optional
Section: universe/python
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: djoser
Version: 0.4.0-1
Depends: python3-django, python3-djangorestframework (>= 3), python3:any (>= 3.4~)
Filename: pool/universe/d/djoser/python3-djoser_0.4.0-1_all.deb
Size: 15734
MD5sum: f6614cee6ee4929cf8f408d39135b004
SHA1: ec628dc54fcf16b9c9316b9354849f8e3959e0d7
SHA256: ba19e8448644f7254e1718adc4bebd663d36f5f41af05445b2d7cd5d80e7055b
Description-en: REST implementation of Django authentication system (Python3 version)
Djoser library provides a set of Django Rest Framework views to handle basic
actions such as registration, login, logout, password reset and account
activation. It works with custom user model.
.
Instead of reusing Django code (e.g. PasswordResetForm), it reimplementes a few
things to fit better into a Single Page App architecture.
.
Supported authentication backends are:
* HTTP Basic Auth (Default)
* Token based authentication from Django Rest Framework
.
This package contains the Python 3 version of the library.
Description-md5: 35a6a32b6636c4d07d4ef039f7be0cb5
Homepage: https://github.com/sunscrapers/djoser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu