How to Install and Uninstall flit Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 14,2024

1. Install "flit" package

This guide let you learn how to install flit on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install flit

2. Uninstall "flit" package

Please follow the instructions below to uninstall flit on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the flit package on Ubuntu 21.04 (Hirsute Hippo)

Package: flit
Architecture: all
Version: 3.0.0-1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 308
Depends: python3:any, python3-docutils, python3-pygments, python3-pytoml, python3-requests
Filename: pool/universe/f/flit/flit_3.0.0-1_all.deb
Size: 61224
MD5sum: 935e7be4f6231b4923ab32b17265e8bb
SHA1: 1fb36c5172a286af86dc14bc2b3522819d1c7685
SHA256: 71437406240e12dc9de8f6fa1f6548a745e6aae8b45dd84889b7792fec5243cb
SHA512: ddf93a3edf8ff6c84a7451445999bea53b31c311e087cdc8efbc7fedbc9f899da4c64267beec12e67b9328326112c1c5be3513c338de9e185709db9cae1b1833
Homepage: https://flit.readthedocs.io/en/latest/
Description-en: 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.
.
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: 1e140d1e1c0717435584acd0eab4cc30