How to Install and Uninstall flit Package on Kali Linux

Last updated: May 20,2024

1. Install "flit" package

Please follow the guidance below to install flit on Kali Linux

$ sudo apt update $ sudo apt install flit

2. Uninstall "flit" package

Learn how to uninstall flit on Kali Linux:

$ sudo apt remove flit $ sudo apt autoclean && sudo apt autoremove

3. Information about the flit package on Kali Linux

Package: flit
Version: 3.9.0-2
Installed-Size: 388
Maintainer: Debian Python Team
Architecture: all
Depends: python3 (>= 3.11) | python3-tomli, python3-docutils, python3-requests, python3-tomli-w, python3:any
Size: 93388
SHA256: 69ef1a5587d2bd6f330d6ad5a2fd377fe929a102e32e044ab3adcffb99ebfb99
SHA1: 4be4223deab93f34e70d277f76e3f621c29e1d9d
MD5sum: 35a7417307d867eec0c74a7f10087f6b
Description: simple way to put Python packages and modules on PyPI (PEP 517)
Flit is a easy way to put Python packages and modules on PyPI. It tries to
require less thought about packaging and help you avoid common mistakes.
.
Flit supports PEP 517 Python packaging and PEP 621 project metadata.
.
Make the easy things easy and the hard things possible is an old motto from
the Perl community. Flit is entirely focused on the easy things part of that,
and leaves the hard things up to other tools.
.
Specifically, the easy things are pure Python packages with no build steps
(neither compiling C code, nor bundling Javascript, etc.). The vast majority
of packages on PyPI are like this: plain Python code, with maybe some static
data files like icons included.
Description-md5:
Homepage: https://flit.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/f/flit/flit_3.9.0-2_all.deb