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

Last updated: September 19,2024

1. Install "python3-iniconfig" package

Please follow the guidance below to install python3-iniconfig on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-iniconfig

2. Uninstall "python3-iniconfig" package

In this section, we are going to explain the necessary steps to uninstall python3-iniconfig on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-iniconfig
Architecture: all
Version: 1.1.1-1
Priority: optional
Section: universe/python
Source: python-iniconfig
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Depends: python3:any
Filename: pool/universe/p/python-iniconfig/python3-iniconfig_1.1.1-1_all.deb
Size: 5960
MD5sum: 3ba27b89b9e1abb7e23fefc768be6a88
SHA1: 3e3f138d17776d1e751b930e5f033e8a5f6c645d
SHA256: 91d4993fcea7ab28dae8b79ff0ddbb36ffe5c8e9f263c3af284d9a9b522ac051
SHA512: ab30b21ffa6d3a7ead9eb1dea825c3fe455b8c418de034221465cc9940738167bba6b411c181a4f360f5a3da6fa81fb1dc90a866ee1f0f3049b0627fdcd191fd
Homepage: https://github.com/RonnyPfannschmidt/iniconfig
Description-en: brain-dead simple parsing of ini files
iniconfig is a small and simple INI-file parser module
having a unique set of features:
.
* tested against Python2.4 across to Python3.2, Jython, PyPy
* maintains order of sections and entries
* supports multi-line values with or without line-continuations
* supports "#" comments everywhere
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.
Description-md5: 31d3819f0b833bc17b4b123988c59b49
Task: ubuntustudio-audio