How to Install and Uninstall python-confargparse Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 28,2024

1. Install "python-confargparse" package

Please follow the guidance below to install python-confargparse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-confargparse

2. Uninstall "python-confargparse" package

This tutorial shows how to uninstall python-confargparse on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-confargparse $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-confargparse package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-confargparse
Priority: optional
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Francois Marier
Architecture: amd64
Source: confargparse
Version: 1.1.20-2build1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/c/confargparse/python-confargparse_1.1.20-2build1_amd64.deb
Size: 6542
MD5sum: a3623f864a3e90681e50aa7438026cc7
SHA1: a629901d8f0311c9ffb67ffb336bd9e4b96726df
SHA256: 77aa8915e4f7ce3e3af5c9bce3042c11bb8a4bb769a679d0f583d43321e9d03a
Description-en: argument/configuration file parser with the syntax of argparser (Python 2)
This module adds a config file parsing capability to argparse, the recommended
command-line parsing module in the Python standard library.
.
This is the Python 2 module.
Description-md5: 1503313344d104c4753aaf392bf72d76
Homepage: https://bitbucket.org/swamidass/confargparse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu