How to Install and Uninstall pylama Package on Kali Linux

Last updated: May 16,2024

1. Install "pylama" package

Please follow the guidance below to install pylama on Kali Linux

$ sudo apt update $ sudo apt install pylama

2. Uninstall "pylama" package

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

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

3. Information about the pylama package on Kali Linux

Package: pylama
Version: 8.4.1-1
Installed-Size: 20
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-pylama (= 8.4.1-1)
Size: 8228
SHA256: 1472bd1ab4260895f84f4ef2a985c18a68ff7a3f65a1f41ca78cb0c1ec728a38
SHA1: 77304b6cd770a422f5f72acedb6ec2b920be15b2
MD5sum: 6375680d6591737520e9900a56d8a920
Description: code audit tool 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 the tool in Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/klen/pylama
Section: devel
Priority: optional
Filename: pool/main/p/pylama/pylama_8.4.1-1_all.deb