How to Install and Uninstall python3-djoser Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-djoser" package

This guide covers the steps necessary to install python3-djoser on Kali Linux

$ sudo apt update $ sudo apt install python3-djoser

2. Uninstall "python3-djoser" package

This tutorial shows how to uninstall python3-djoser on Kali Linux:

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

3. Information about the python3-djoser package on Kali Linux

Package: python3-djoser
Source: djoser
Version: 2.1.0-1
Installed-Size: 148
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-djangorestframework (>= 3), python3-asgiref, python3-coreapi, python3-social-django, python3:any
Size: 23060
SHA256: da429dd4028e7b86db85d93c1a591fb6ff22582c91a8c2d606cb610ee8ec28af
SHA1: 5dc967e86f42e27f5f96e609c8974b1d827728b4
MD5sum: 20938a7cd7d23c4ec04fdc6ea9728405
Description: 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:
Homepage: https://github.com/sunscrapers/djoser
Section: python
Priority: optional
Filename: pool/main/d/djoser/python3-djoser_2.1.0-1_all.deb