How to Install and Uninstall python3-gflags Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 02,2024

1. Install "python3-gflags" package

Please follow the guidelines below to install python3-gflags on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-gflags

2. Uninstall "python3-gflags" package

Please follow the instructions below to uninstall python3-gflags on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-gflags package on Ubuntu 21.10 (Impish Indri)

Package: python3-gflags
Architecture: all
Version: 1.5.1-7
Priority: optional
Section: universe/python
Source: python-gflags
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 145
Depends: python3:any
Filename: pool/universe/p/python-gflags/python3-gflags_1.5.1-7_all.deb
Size: 35556
MD5sum: 47deb2e17a80b0254ea0a1c009830e19
SHA1: f6c18e6d0231812189a4cb0494bd660b2dec76a2
SHA256: 6fbf29a8911c9f1b705583e086d09cbe455f1889b353a842290c38e6a8797214
SHA512: e36c29eff71ae3f56041da93087d8d71ef2ffe545aa5d27f53fa712b0b531781b1fac0a9cf09cd20c4efa3e26ae1da7235069b8fcfa122475c5de48b720c4a7f
Homepage: https://github.com/google/python-gflags
Description-en: implementation of the Google command line flags module - Python 3.x
GFlags defines a distributed command line system, replacing systems like
getopt(), optparse and manual argument processing. Rather than an application
having to define all flags in or near main(), each Python module defines flags
that are useful to it. When one Python module imports another, it gains
access to the other's flags.
.
It includes the ability to define flag types (boolean, float, integer, list),
autogeneration of help (in both human and machine readable format) and reading
arguments from a file. It also includes the ability to automatically generate
man pages from the help flags.
.
This package provides the Python 3.x module.
Description-md5: fb9602864c27a6166b6d5dd0d10a22ad