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

Last updated: May 18,2024

1. Install "python-staticconf-doc" package

Please follow the guidelines below to install python-staticconf-doc on Kali Linux

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

2. Uninstall "python-staticconf-doc" package

Please follow the instructions below to uninstall python-staticconf-doc on Kali Linux:

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

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

Package: python-staticconf-doc
Source: pystaticconfiguration
Version: 0.11.1-1
Installed-Size: 668
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.2+dfsg)
Size: 51768
SHA256: f36c33deb2b80482a80f2b64fd9b4c2389d1fff1a9f950fbf252be35750b9513
SHA1: ae17d6edfcb47619645d1fbc57aabe0524b658f5
MD5sum: 8234d85fcbbe02d07903f8557c6d347b
Description: Python library for loading and reading configuration (documentation)
This package contains PyStaticConfiguration, a Python library for loading,
validating and reading configuration from many heterogeneous formats.
Configuration is split into two phases.
* Configuration Loading: configuration is read from files or Python objects,
flattened, and merged into a container called a `namespace`. Namespaces
are used to separate unrelated configuration groups. If configuration is
changed frequently, it can also be reloaded easily with very little change
to the existing code.
* Configuration Reading: a configuration value is looked up in the
`namespace`. It is validating and converted to the requested type.
.
This is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/dnephin/PyStaticConfiguration
Section: doc
Priority: optional
Filename: pool/main/p/pystaticconfiguration/python-staticconf-doc_0.11.1-1_all.deb