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

Last updated: May 18,2024

1. Install "python3-inifile" package

This is a short guide on how to install python3-inifile on Kali Linux

$ sudo apt update $ sudo apt install python3-inifile

2. Uninstall "python3-inifile" package

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

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

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

Package: python3-inifile
Source: inifile
Version: 0.4.1-2
Installed-Size: 39
Maintainer: Jérôme Charaoui
Architecture: all
Depends: python3:any
Size: 9064
SHA256: 4dc899a056bc6acfd105b4b04fc387283557cbff50f4588fcda6bf578b8e7858
SHA1: 80ba38042175baef090d5267253ae1657d913d80
MD5sum: cbadb8578a6b089c6ce40ff056d885e9
Description: Small INI library for Python 3
Inifile implements simplified read and write access to INI files in
a way that preserves the original files as well as possible.
It allows customizing the dialect of the ini file. The default
configuration is a compromise between the general Windows format and
what's common on Unix systems.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/mitsuhiko/python-inifile
Section: python
Priority: optional
Filename: pool/main/i/inifile/python3-inifile_0.4.1-2_all.deb