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

Last updated: May 06,2024

1. Install "python3-djangorestframework" package

This is a short guide on how to install python3-djangorestframework on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-djangorestframework

2. Uninstall "python3-djangorestframework" package

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

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

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

Package: python3-djangorestframework
Priority: optional
Section: universe/python
Installed-Size: 2012
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: djangorestframework
Version: 3.3.2-2
Depends: python3:any (>= 3.3.2-2~), python3-django (>= 1.4.2)
Recommends: python3-defusedxml (>= 0.3), python3-django-filters (>= 0.5.4), python3-django-guardian (>= 1.1.1), python3-markdown (>= 2.1.0), python3-pil
Suggests: python-djangorestframework-doc
Filename: pool/universe/d/djangorestframework/python3-djangorestframework_3.3.2-2_all.deb
Size: 347984
MD5sum: 25d40a98b594b18072f6e2967dbe9c02
SHA1: 6b7b3db0cb14a42728f1034bd8e505ea5bc5e5cb
SHA256: 64466c3fa68f0f651e6aa94c45fbdfd728fd4cacd404d946def722d025c5627a
Description-en: 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: 7ccfec6853f671f140e90ccbb386fac5
Homepage: http://django-rest-framework.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu