How to Install and Uninstall python3-gflags Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-gflags" package

Please follow the step by step instructions below to install python3-gflags on Kali Linux

$ sudo apt update $ sudo apt install python3-gflags

2. Uninstall "python3-gflags" package

Please follow the step by step instructions below to uninstall python3-gflags on Kali Linux:

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

3. Information about the python3-gflags package on Kali Linux

Package: python3-gflags
Source: python-gflags
Version: 1.5.1-9
Installed-Size: 146
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 36488
SHA256: c1439101791b76d40e16f0efecb34b0d2b0110fa166b37e11bf9ca3764b40872
SHA1: c5182da6969f701ae1211969bbae88babbc0f4fe
MD5sum: b5131398e5e5c97cdea4ca735550792e
Description: 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:
Homepage: https://github.com/google/python-gflags
Section: python
Priority: optional
Filename: pool/main/p/python-gflags/python3-gflags_1.5.1-9_all.deb