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

Last updated: May 19,2024

1. Install "python-djoser" package

This guide covers the steps necessary to install python-djoser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-djoser

2. Uninstall "python-djoser" package

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

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

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

Package: python-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: python-django (>= 1.5), python-djangorestframework (>= 3), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/djoser/python-djoser_0.4.0-1_all.deb
Size: 15636
MD5sum: afff47ba2735fc40e016e89acc0c7a6e
SHA1: 74a6e5c99104988345937489ab2b8285e012cbc4
SHA256: 89a600c6dad535994f2e8b6e8103e21c67232e6a64c150dfd80f547f5e76efa7
Description-en: REST implementation of Django authentication system
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
Description-md5: a12b5969c58ca272d6cfb43083c0d8e7
Homepage: https://github.com/sunscrapers/djoser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu