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

Last updated: May 11,2024

1. Install "python3-iniparse" package

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

$ sudo apt update $ sudo apt install python3-iniparse

2. Uninstall "python3-iniparse" package

This guide covers the steps necessary to uninstall python3-iniparse on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-iniparse
Priority: extra
Section: universe/python
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: all
Source: python-iniparse
Version: 0.4-2.2
Depends: python3:any (>= 3.3.2-2~), python3-six
Filename: pool/universe/p/python-iniparse/python3-iniparse_0.4-2.2_all.deb
Size: 17600
MD5sum: d4e29d9c9f95906f1a7d42afc4393409
SHA1: bb09116a692b86a07ac88a7d547a5451c197b861
SHA256: 511544e804fb9392f179c1f1390274e88547b38e58b8bf3e760239e1d8438d46
Description-en: access and modify configuration data in INI files (Python 3)
iniparse is a INI parser for Python which is:
.
* Compatible with ConfigParser: Backward compatible implementations of
ConfigParser, RawConfigParser, and SafeConfigParser are included that are
API-compatible with the Python standard library. They pass all the unit
tests in Python-2.4.4.
.
* Preserves structure of INI files: Order of sections & options, indentation,
comments, and blank lines are preserved as far as possible when data is
updated.
.
* More convenient: Values can be accessed using dotted notation
(cfg.user.name), or using container syntax (cfg['user']['name']).
.
It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config file
completely rearranged whenever a program changes it. iniparse also allows
making the order of entries in a config file significant, which is desirable
in applications like image galleries.
.
This is a Python 3 version of the package
Description-md5: 22ff1f5c8dc1f7cce706b1253d64bcd3
Homepage: http://code.google.com/p/iniparse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu