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

Last updated: May 17,2024

1. Install "python-djangorestframework" package

Please follow the guidelines below to install python-djangorestframework on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-djangorestframework

2. Uninstall "python-djangorestframework" package

Learn how to uninstall python-djangorestframework on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-djangorestframework
Priority: optional
Section: universe/python
Installed-Size: 2011
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: djangorestframework
Version: 3.3.2-2
Provides: python2.7-djangorestframework
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django (>= 1.4.2)
Recommends: python-yaml (>= 3.10), python-defusedxml (>= 0.3), python-django-filters (>= 0.5.4), python-django-guardian (>= 1.1.1), python-markdown (>= 2.1.0), python-pil
Suggests: python-djangorestframework-doc
Filename: pool/universe/d/djangorestframework/python-djangorestframework_3.3.2-2_all.deb
Size: 347932
MD5sum: b91ba74af5dae342c7c844577b361478
SHA1: eb0f960c42f28bc2cbcc81ee1fef298586f69f09
SHA256: b18bcd89154ba4f941b7e6cf1bb5da6e7a4145baa7e015e97e29e21bfa8b4b89
Description-en: Web APIs for Django, made easy
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: e930dfc19c20393bc86f8829bb980510
Homepage: http://django-rest-framework.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu