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

Last updated: April 27,2024

1. Install "python3-iniparse" package

Here is a brief guide to show you how to install python3-iniparse on Kali Linux

$ sudo apt update $ sudo apt install python3-iniparse

2. Uninstall "python3-iniparse" package

Please follow the steps below to uninstall python3-iniparse on Kali Linux:

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

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

Package: python3-iniparse
Source: python-iniparse
Version: 0.5-2
Installed-Size: 92
Maintainer: Debian Python Team
Architecture: all
Replaces: python-iniparse (<< 0.4-2.3)
Depends: python3:any
Size: 21056
SHA256: 792b48b7332a3c642f5d81732b29e7726f8dde96d81e8154a41b1861f8d6400a
SHA1: 82399d6206764930e4bce2449a5d035603519806
MD5sum: 51df712fcdb35a36c5a7023fe33f89bc
Description: 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:
Homepage: https://github.com/candlepin/python-iniparse
Section: python
Priority: optional
Filename: pool/main/p/python-iniparse/python3-iniparse_0.5-2_all.deb