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

Last updated: May 05,2024

1. Install "python3-configargparse" package

Learn how to install python3-configargparse on Kali Linux

$ sudo apt update $ sudo apt install python3-configargparse

2. Uninstall "python3-configargparse" package

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

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

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

Package: python3-configargparse
Source: python-configargparse
Version: 1.7-1
Installed-Size: 114
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 31308
SHA256: aa3b92eeb34421ea3e17068145aa6b87cde1fe51d9d83570baef6a58e371e410
SHA1: 9a095a536f6bc356bb084e7fc7a7fd580a936469
MD5sum: 70c1446c5687e0c7c4f107d846ff91a5
Description: replacement for argparse with config files and environment variables
Applications with more than a handful of user-settable options are best
configured through a combination of command line args, config files,
hard-coded defaults, and in some cases, environment variables.
.
Python’s command line parsing modules such as argparse have very limited
support for config files and environment variables, so this module extends
argparse to add these features.
Description-md5:
Homepage: https://github.com/zorro3/ConfigArgParse
Section: python
Priority: optional
Filename: pool/main/p/python-configargparse/python3-configargparse_1.7-1_all.deb