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

Last updated: May 04,2024

1. Install "python3-configobj" package

Please follow the instructions below to install python3-configobj on Kali Linux

$ sudo apt update $ sudo apt install python3-configobj

2. Uninstall "python3-configobj" package

Please follow the instructions below to uninstall python3-configobj on Kali Linux:

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

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

Package: python3-configobj
Source: configobj
Version: 5.0.8-3
Installed-Size: 163
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-configobj-doc
Size: 33940
SHA256: e5c7f89b03e643b78fb6aee570a0d99492b88322de9b3c6c9ea51875314319c7
SHA1: 7408b6404b4b7ea6abcbe35ede8d316f94924cb9
MD5sum: 6c29afcdece0dc9a21b077c88e66a2bf
Description: simple but powerful config file reader and writer for Python 3
ConfigObj is a simple but powerful config file reader and writer: an
ini file round tripper. Its main feature is that it is very easy to
use, with a straightforward programmer's interface and a simple
syntax for config files. It has lots of other features, though:
.
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
+ including automatic type checking/conversion
+ and allowing default values
+ repeated sections
* All comments in the file are preserved
* The order of keys/sections is preserved
* Full Unicode support
* Powerful unrepr mode for storing/retrieving Python data-types
.
This is the Python 3 version of the package.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.voidspace.org.uk/python/configobj.html
Section: python
Priority: optional
Filename: pool/main/c/configobj/python3-configobj_5.0.8-3_all.deb