How to Install and Uninstall python3-gflags Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-gflags" package

Please follow the guidelines below to install python3-gflags on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-gflags

2. Uninstall "python3-gflags" package

This guide let you learn how to uninstall python3-gflags on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-gflags package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-gflags
Priority: optional
Section: universe/python
Installed-Size: 178
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-gflags
Version: 1.5.1-2
Depends: python, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-gflags/python3-gflags_1.5.1-2_all.deb
Size: 35164
MD5sum: 98788b7d6885dcc69c4386bf37ef936a
SHA1: 015c8efd8261d78b3d8170d7b4e5edbf31c5193f
SHA256: bc2c692a309b6be46ec449b837a2ddf812496fd6bf6eb94a323610762912a53d
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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu