How to Install and Uninstall flit Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 21,2024

1. Install "flit" package

In this section, we are going to explain the necessary steps to install flit on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install flit

2. Uninstall "flit" package

Here is a brief guide to show you how to uninstall flit on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the flit package on Ubuntu 20.10 (Groovy Gorilla)

Package: flit
Architecture: all
Version: 2.3.0-3
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 320
Depends: python3:any, python3-docutils, python3-pygments, python3-pytoml, python3-requests
Filename: pool/universe/f/flit/flit_2.3.0-3_all.deb
Size: 62852
MD5sum: 067fc2e7062035f6f8ed1059bd258149
SHA1: 87b8c1bdcb983bdb1c2b9f1b919dd23b1f29d452
SHA256: be9d90b9c653bd0dce48cef41b3a2781b955ef076fd0271b6ee106aef0feaf0d
SHA512: abdc29024e163e05703816593474168d43558072641bfa27f4de2ed5a92e7c44106761b669ad3eb36339506533416d963628e38ee8140cef69f46703ec0d6750
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