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

Last updated: May 18,2024

1. Install "python3-djangorestframework" package

This guide let you learn how to install python3-djangorestframework on Kali Linux

$ sudo apt update $ sudo apt install python3-djangorestframework

2. Uninstall "python3-djangorestframework" package

Learn how to uninstall python3-djangorestframework on Kali Linux:

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

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

Package: python3-djangorestframework
Source: djangorestframework
Version: 3.14.0-2
Installed-Size: 2525
Maintainer: Debian Python Team
Architecture: all
Depends: fonts-font-awesome, fonts-glyphicons-halflings, libjs-bootstrap, libjs-jquery, libjs-prettify, python3-django, python3-tz, python3:any
Recommends: python3-coreapi, python3-coreschema, python3-django-filters, python3-django-guardian (>= 2.4.0), python3-markdown, python3-psycopg2, python3-yaml
Suggests: python-djangorestframework-doc
Size: 451432
SHA256: 8b6bad6e60523c6eb377ec4e74ffc32e6b94cf2b116b2871523a310f768ff40c
SHA1: 26aeba5a070dfd06f5f7001b4a215139f4896e8a
MD5sum: 348296a3f0107175255ed30e83a0dbeb
Description: Web APIs for Django, made easy for Python3
For Python3.
powerful and flexible toolkit that makes it easy to build Web APIs.
Some reasons you might want to use REST framework:
* The Web browseable API is a huge useability win for your developers.
* Authentication policies including OAuth1a and OAuth2 out of the box.
* Serialization that supports both ORM and non-ORM data sources.
* Customizable all the way down - just use regular function-based views if you
don't need the more powerful features.
* Extensive documentation, and great community support.
Description-md5:
Homepage: https://www.django-rest-framework.org
Section: python
Priority: optional
Filename: pool/main/d/djangorestframework/python3-djangorestframework_3.14.0-2_all.deb