How to Install and Uninstall python-configobj-doc Package on Kali Linux

Last updated: June 02,2024

1. Install "python-configobj-doc" package

In this section, we are going to explain the necessary steps to install python-configobj-doc on Kali Linux

$ sudo apt update $ sudo apt install python-configobj-doc

2. Uninstall "python-configobj-doc" package

Please follow the guidelines below to uninstall python-configobj-doc on Kali Linux:

$ sudo apt remove python-configobj-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-configobj-doc package on Kali Linux

Package: python-configobj-doc
Source: configobj
Version: 5.0.8-3
Installed-Size: 519
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Breaks: cloud-init (<< 22.3)
Size: 75020
SHA256: 1aab0ddcdd86e62815dd2a1037cae9e606cf26cf3adab668ce096f5beb1e6735
SHA1: 1ad6db49ca5089c1d7c221a63ff744c87e41f2af
MD5sum: cd49bf6f9e3e0feb21274490f0edd2b3
Description: simple but powerful config file reader and writer (documentation)
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 package includes the documentation in HTML format.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.voidspace.org.uk/python/configobj.html
Section: doc
Priority: optional
Filename: pool/main/c/configobj/python-configobj-doc_5.0.8-3_all.deb