How to Install and Uninstall pylint Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "pylint" package

This tutorial shows how to install pylint on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pylint

2. Uninstall "pylint" package

Learn how to uninstall pylint on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove pylint $ sudo apt autoclean && sudo apt autoremove

3. Information about the pylint package on Ubuntu 21.10 (Impish Indri)

Package: pylint
Architecture: all
Version: 2.7.2-3ubuntu1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1430
Provides: pylint3
Depends: python3-astroid (>= 2.5.1), python3-isort (<< 6), python3-logilab-common (>= 0.19.0), python3-setuptools, python3-isort (>= 4.2.5), python3-mccabe, python3-toml, python3:any
Recommends: python3-tk
Suggests: pylint-doc
Breaks: pylint3 (<< 2.7.2-2), python3-pylint-django (<< 2.0), python3-pylint-plugin-utils (<< 0.4), python3-pytest-pylint (<< 0.10)
Replaces: pylint3
Filename: pool/universe/p/pylint/pylint_2.7.2-3ubuntu1_all.deb
Size: 236952
MD5sum: aea8d639d5864ea5fd47634d4643c196
SHA1: b2cae5552b2b3433bedf9c208608a1e976aa0929
SHA256: 580ba42e5f4271435429c376e9d0a94657c8ecb9273a2da4d4cb6e230a3b444a
SHA512: d67ee7ce898513989f6ce33a8c142531afc17b68b95ac71de56d8bd193655e04297f719eb1ec7066c7d30d68c916423f7a21dca4efdff876a8397cbd1d5bc797
Homepage: https://www.pylint.org/
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
Description-md5: ff8a168dbacb3b7700c3f362a684e4ee