How to Install and Uninstall pylint-doc Package on Kali Linux

Last updated: May 18,2024

1. Install "pylint-doc" package

This tutorial shows how to install pylint-doc on Kali Linux

$ sudo apt update $ sudo apt install pylint-doc

2. Uninstall "pylint-doc" package

This is a short guide on how to uninstall pylint-doc on Kali Linux:

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

3. Information about the pylint-doc package on Kali Linux

Package: pylint-doc
Source: pylint
Version: 2.12.2-1
Installed-Size: 2087
Maintainer: Sandro Tosi
Architecture: all
Replaces: pylint (<< 2)
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Breaks: pylint (<< 2)
Size: 496924
SHA256: 093f8ac7a9eceeba22bdc57a7e5badc428a421e4715b3a207555a68ec8132bc7
SHA1: 41644b9630861259616b758244fe37908de19d20
MD5sum: 5f71392b08190904ab2fae31fc63cc87
Description: 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
Multi-Arch: foreign
Homepage: https://www.pylint.org/
Built-Using: sphinx (= 4.3.1-1)
Section: doc
Priority: optional
Filename: pool/main/p/pylint/pylint-doc_2.12.2-1_all.deb