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

Last updated: May 11,2024

1. Install "python3-iniparse" package

This tutorial shows how to install python3-iniparse on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-iniparse

2. Uninstall "python3-iniparse" package

Please follow the step by step instructions below to uninstall python3-iniparse on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-iniparse
Architecture: all
Version: 0.4-3
Priority: extra
Section: universe/python
Source: python-iniparse
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 88
Depends: python3:any, python3-six
Replaces: python-iniparse (<< 0.4-2.3)
Filename: pool/universe/p/python-iniparse/python3-iniparse_0.4-3_all.deb
Size: 20104
MD5sum: c8a07ed07a0896a4a3ab0dd56a17eb50
SHA1: 4facc0eb71cc7ccae5b391df4a7a842bae5468a3
SHA256: 103b6457ce0b582192304180f675563b9fea7962421f8996d17cc112da798f7f
SHA512: 9a0c1822cf1ec305480b8aff881fe4d81839d6070ffc3d10e6b80c7a1e0f31dd35a3cbe183b583c91b9206523e36f6b1a249b858a78236b298284aa70949d183
Homepage: https://github.com/candlepin/python-iniparse
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