How to Install and Uninstall python3-iniconfig Package on Kali Linux

Last updated: May 23,2024

1. Install "python3-iniconfig" package

Learn how to install python3-iniconfig on Kali Linux

$ sudo apt update $ sudo apt install python3-iniconfig

2. Uninstall "python3-iniconfig" package

This guide covers the steps necessary to uninstall python3-iniconfig on Kali Linux:

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

3. Information about the python3-iniconfig package on Kali Linux

Package: python3-iniconfig
Source: python-iniconfig
Version: 1.1.1-2
Installed-Size: 31
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6396
SHA256: c9226a32a78fa93f9e993a4ed77fcb3ceb23c21b9d75d7ea4dc77cb016ed0d83
SHA1: a82ccbdead75b9fc25cce3ecf9acab968d000a66
MD5sum: 4e83be70306cc7ae98058ac32979bae0
Description: brain-dead simple parsing of ini files
iniconfig is a small and simple INI-file parser module having a unique set of
features:
.
* 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:
Homepage: https://github.com/RonnyPfannschmidt/iniconfig
Section: python
Priority: optional
Filename: pool/main/p/python-iniconfig/python3-iniconfig_1.1.1-2_all.deb