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

Last updated: May 17,2024

1. Install "python-iniparse" package

This guide let you learn how to install python-iniparse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-iniparse

2. Uninstall "python-iniparse" package

This guide let you learn how to uninstall python-iniparse on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-iniparse
Priority: extra
Section: universe/python
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: all
Version: 0.4-2.2
Provides: python2.7-iniparse
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six
Filename: pool/universe/p/python-iniparse/python-iniparse_0.4-2.2_all.deb
Size: 19600
MD5sum: 0fa22c0667e0236f8f5e94f809373e8e
SHA1: 96b43929fc4cfe0f0c5f08dc72bcf6c1e424f11c
SHA256: abbb4bae68f1eaae417e8b722bc3b6b98437a10c0fdd38bf8d8f7de7647c1b47
Description-en: access and modify configuration data in INI files (Python 2)
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 2 version of the package
Description-md5: 4ed61973e26ac3ebb7e7535c95457506
Homepage: http://code.google.com/p/iniparse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m