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

Last updated: May 13,2024

1. Install "python3-djangorestframework-generators" package

Please follow the guidance below to install python3-djangorestframework-generators on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-djangorestframework-generators

2. Uninstall "python3-djangorestframework-generators" package

This tutorial shows how to uninstall python3-djangorestframework-generators on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-djangorestframework-generators
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: drf-generators
Version: 0.2.7-1
Depends: python3-django, python3:any (>= 3.3.2-2~)
Recommends: python3-djangorestframework
Filename: pool/universe/d/drf-generators/python3-djangorestframework-generators_0.2.7-1_all.deb
Size: 10698
MD5sum: 952ff5e6ab6e637c013e49b313cdd61d
SHA1: 981b58ddff49029d601f1a16863099d6c0af7383
SHA256: d6dfc31f5d33ba4006c328fe4ac897797bf5424afbebc4187575ccaf6d5626f0
Description-en: Generate DRF Serializers, Views, and URLs (Python3 version)
Writing APIs can be boring and repetitive work. With DRF Generators, one simple
command will generate all Views, Serializers, and even Urls for a Django Rest
Framework application.
.
This is not intended to give a production quality API. It was intended to
jumpstart development and save developers from writing the same code over and
over for each model.
.
This package contains the Python 3 version of the library.
Description-md5: e65d246d7440f14dec28d3037df3918e
Homepage: https://github.com/brobin/drf-generators
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu