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

Last updated: May 18,2024

1. Install "python3-confargparse" package

This guide covers the steps necessary to install python3-confargparse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-confargparse

2. Uninstall "python3-confargparse" package

Please follow the guidelines below to uninstall python3-confargparse on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Filename: pool/universe/c/confargparse/python3-confargparse_1.1.20-2build1_amd64.deb
Size: 6610
MD5sum: 97f2716f7eac050b8c99a92f52cd249c
SHA1: 454797f31315e87afd772765c7eeecd22d067d96
SHA256: e43da8e04aabd8a6fa84048e151b1bf1a481ca342e108514dcdc69e9cd731d93
Description-en: argument/configuration file parser with the syntax of argparser (Python 3)
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 3 module.
Description-md5: a6d96abf6fb0029aabf3d3b9bd3d8892
Homepage: https://bitbucket.org/swamidass/confargparse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu