How to Install and Uninstall python3-configobj Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 22,2024

1. Install "python3-configobj" package

Please follow the instructions below to install python3-configobj on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-configobj

2. Uninstall "python3-configobj" package

This is a short guide on how to uninstall python3-configobj on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-configobj package on Ubuntu 21.10 (Impish Indri)

Package: python3-configobj
Architecture: all
Version: 5.0.6-4
Priority: optional
Section: python
Source: configobj
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 160
Depends: python3-six, python3:any
Suggests: python-configobj-doc
Filename: pool/main/c/configobj/python3-configobj_5.0.6-4_all.deb
Size: 34092
MD5sum: 6a21ddf05c23c368f2052a42e004bf09
SHA1: 58957369055a64d5fbbd31c492305af7f0e0a42b
SHA256: 978240f61c0a7fd1e0795e5df7c63514ecd826d03f91c0e2c1c11c075e58a623
SHA512: 67ffaa4f7cb5f0183efb1060bb5c6d8ff939c130c8368b0c24d56f1ee81941117aa496cd855cf583c9ef18b717a6f82336ffd08fc89a314f931c43eb61df73ce
Homepage: http://www.voidspace.org.uk/python/configobj.html
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
Task: server-minimal, cloud-image, server, ubuntu-server-raspi