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

Last updated: May 19,2024

1. Install "python3-configobj" package

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

$ sudo apt update $ sudo apt install python3-configobj

2. Uninstall "python3-configobj" package

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

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

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

Package: python3-configobj
Priority: optional
Section: python
Installed-Size: 183
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: configobj
Version: 5.0.6-2
Depends: python3-six, python3:any (>= 3.3.2-2~)
Suggests: python-configobj-doc
Filename: pool/main/c/configobj/python3-configobj_5.0.6-2_all.deb
Size: 34200
MD5sum: cbce754e3638c980fd63c384f1a163a8
SHA1: dc18fc15eb3924c5e1eebefd1b09bfeb478f2cbb
SHA256: 4967009529d46217534d1fc8d6431821a2ac6576cc7c1b694a413083672aeab4
Description-en: simple but powerful config file reader and writer for Python 3
ConfigObj is a simple but powerful config file reader and writer: an
ini file round tripper. Its main feature is that it is very easy to
use, with a straightforward programmer's interface and a simple
syntax for config files. It has lots of other features, though:
.
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
+ including automatic type checking/conversion
+ and allowing default values
+ repeated sections
* All comments in the file are preserved
* The order of keys/sections is preserved
* Full Unicode support
* Powerful unrepr mode for storing/retrieving Python data-types
.
This is the Python 3 version of the package.
Description-md5: cb02c66c160c9d806ad3640db8f2bab8
Homepage: http://www.voidspace.org.uk/python/configobj.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-core, cloud-image, ubuntu-core