How to Install and Uninstall pylint Package on Kali Linux

Last updated: May 03,2024

1. Install "pylint" package

Please follow the guidance below to install pylint on Kali Linux

$ sudo apt update $ sudo apt install pylint

2. Uninstall "pylint" package

Please follow the step by step instructions below to uninstall pylint on Kali Linux:

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

3. Information about the pylint package on Kali Linux

Package: pylint
Version: 3.0.3-1
Installed-Size: 2018
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-astroid (>= 3.0.1), python3-isort, python3-logilab-common (>= 0.19.0), python3-setuptools, python3-dill (>= 0.3.6) | python3-supported-max (<< 3.11), python3-dill (>= 0.3.6) | python3-supported-min (>= 3.11), python3-mccabe, python3-platformdirs (>= 2.2.0), python3-tomli | python3-supported-min (>= 3.11), python3-tomlkit, python3-typing-extensions (>= 3.10.0) | python3-supported-min (>= 3.10), python3:any
Recommends: python3-tk
Conflicts: pylint-doc
Breaks: python3-pylint-django (<< 2.0), python3-pylint-plugin-utils (<< 0.4), python3-pytest-pylint (<< 0.10)
Size: 332268
SHA256: d7fe9dcd6ff2084e37117b5204b81ddf4a5843ef95930b0a061d3a3fc45fe9d1
SHA1: fbcdd7c286c848b7365aaab1358f5c05e4ba715f
MD5sum: 07898aaeac96f3b30493da48c0b1794a
Description: 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:
.
* pyreverse: an UML diagram generator
* symilar: an independent similarities checker
* epylint: Emacs and Flymake compatible Pylint
Description-md5:
Homepage: https://pylint.pycqa.org/
Tag: devel::debugger, devel::lang:python, implemented-in::python,
interface::commandline, role::program, use::checking,
works-with::software:source
Section: python
Priority: optional
Filename: pool/main/p/pylint/pylint_3.0.3-1_all.deb