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

Last updated: May 20,2024

1. Install "python-configobj" package

In this section, we are going to explain the necessary steps to install python-configobj on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-configobj

2. Uninstall "python-configobj" package

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

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

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

Package: python-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: python (>= 2.7), python (<< 2.8), python-six
Suggests: python-configobj-doc
Filename: pool/main/c/configobj/python-configobj_5.0.6-2_all.deb
Size: 34184
MD5sum: 448dc5accad1c299e9aa0d0fe2ae688f
SHA1: 30c83db89688f96f5f27cbc8188fadbb96c036ac
SHA256: 9e8086cb5d2899b5a3758f3dfe22acfc7ebb7d8a9b083dd4c8377c78d032fd2b
Description-en: simple but powerful config file reader and writer for Python 2
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 2 version of the package.
Description-md5: 4dea437e2b963e5d81d7586d12b14cfc
Homepage: http://www.voidspace.org.uk/python/configobj.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-sdk, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-mate-cloudtop