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

Last updated: October 06,2024

1. Install "python3-pylint-django" package

Please follow the guidelines below to install python3-pylint-django on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pylint-django

2. Uninstall "python3-pylint-django" package

Please follow the steps below to uninstall python3-pylint-django on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pylint-django $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-pylint-django
Priority: optional
Section: universe/python
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pylint-django
Version: 0.7.1-1
Depends: pylint, python3-pylint-plugin-utils (>= 0.2.2-1)
Filename: pool/universe/p/pylint-django/python3-pylint-django_0.7.1-1_all.deb
Size: 13064
MD5sum: b94c5f6fcba413841c54deae1a81b919
SHA1: 76baac41b81263723a6cb63f15d91c70bcbb5b41
SHA256: b965b732884c3c0d3f81d6d487f3069b966cba1dabdc53ab2001eb9498614c17
Description-en: Pylint plugin for analysing code using Django (Python 3)
Features
* Prevents warnings about Django-generated attributes such as
Model.objects or Views.request.
* Prevents warnings when using ForeignKey attributes
("Instance of ForeignKey has no member").
* Fixes pylint's knowledge of the types of Model and Form field attributes
* Validates Model.__unicode__ methods.
* Meta informational classes on forms and models do not generate errors.
It is also used by the Prospector tool.
.
This is the Python 3 version of the package
Description-md5: 53d2128988de4972aea085acdb9a7e1e
Homepage: https://github.com/landscapeio/pylint-django
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu