How to Install and Uninstall pylint3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "pylint3" package

Please follow the instructions below to install pylint3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pylint3

2. Uninstall "pylint3" package

This guide covers the steps necessary to uninstall pylint3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pylint3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pylint3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pylint3
Priority: optional
Section: universe/python
Installed-Size: 845
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: pylint
Version: 1.5.2-1ubuntu1
Depends: python3:any (>= 3.3.2-2~), python3-astroid (>= 1.4.1)
Recommends: python3-tk
Suggests: pylint-doc
Filename: pool/universe/p/pylint/pylint3_1.5.2-1ubuntu1_all.deb
Size: 158450
MD5sum: 817320ba615c172dac21cdf3074555e6
SHA1: fdbf6c93bbb14bf02ae1b666bbff9a7de983b056
SHA256: 3255da358de2232ff312e9120a05ba9e35156c515ef6a58ac0aef029faccd6d1
Description-en: Python 3 code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
.
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more.
.
Additionally, it is possible to write plugins to add your own checks.
.
The package also ships the following additional commands:
.
* pyreverse3: an UML diagram generator
* symilar3: an independent similarities checker
* epylint3: Emacs and Flymake compatible Pylint
* pylint-gui3: a graphical interface (reason for python-tk recommends)
Description-md5: 3a8695033f22e1a54768ee64d761d48a
Homepage: http://www.pylint.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu