How to Install and Uninstall python3-pylama Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-pylama" package

This is a short guide on how to install python3-pylama on Kali Linux

$ sudo apt update $ sudo apt install python3-pylama

2. Uninstall "python3-pylama" package

Please follow the guidance below to uninstall python3-pylama on Kali Linux:

$ sudo apt remove python3-pylama $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pylama package on Kali Linux

Package: python3-pylama
Source: pylama
Version: 8.4.1-1
Installed-Size: 114
Maintainer: Debian Python Team
Architecture: all
Depends: python3-mccabe, python3-pycodestyle, python3-pydocstyle, python3-pyflakes, python3:any
Size: 27600
SHA256: eb066c47e0550ae98fb543c19d5038f958576e61d005353b8beeae4dfcf4a7a6
SHA1: 980305629b788e6b1b5a5211feb7f673a0748f74
MD5sum: e1fecc6a16638a0eb2c5348b13431300
Description: code audit library for Python in Python3
pylama s a code audit tool for Python and JavaScript. It wraps the following
tools:
* PEP8 © 2012-2013, Florent Xicluna;
* PEP257 © 2012, GreenSteam,
* PyFlakes © 2005-2013, Kevin Watters;
* Mccabe © Ned Batchelder;
* Pylint © 2013, Logilab (should be installed 'pylama_pylint' module);
* gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint'
module);
.
This package installs and library in Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/klen/pylama
Section: python
Priority: optional
Filename: pool/main/p/pylama/python3-pylama_8.4.1-1_all.deb