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

Last updated: May 17,2024

1. Install "pylint-doc" package

This guide covers the steps necessary to install pylint-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pylint-doc

2. Uninstall "pylint-doc" package

Here is a brief guide to show you how to uninstall pylint-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pylint-doc
Priority: optional
Section: universe/doc
Installed-Size: 754
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: pylint
Version: 1.5.2-1ubuntu1
Recommends: python-tk
Filename: pool/universe/p/pylint/pylint-doc_1.5.2-1ubuntu1_all.deb
Size: 121382
MD5sum: b6799443b306200ecac1e2335b16d28e
SHA1: b6b00cf141f85f0a7f7fb715ea7a8c1d0c95cad4
SHA256: 117ef570a8c8be93e940b57f3ba07b39a5ea6a84e53aaa41b209c7112307121d
Description-en: Python code static checker and UML diagram generator (documentation)
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 contains documentation for pylint.
Description-md5: e0073fb1d233b2b1972710bdbd06345b
Homepage: http://www.pylint.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu