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

Last updated: May 18,2024

1. Install "python3-staticconf" package

This guide let you learn how to install python3-staticconf on Kali Linux

$ sudo apt update $ sudo apt install python3-staticconf

2. Uninstall "python3-staticconf" package

Please follow the guidelines below to uninstall python3-staticconf on Kali Linux:

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

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

Package: python3-staticconf
Source: pystaticconfiguration
Version: 0.11.1-1
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, python3:any
Suggests: python-staticconf-doc
Size: 19496
SHA256: 2ab600828e80721c6292daa4a2fafc5a7c6967bd073ba984204654605e1d9f75
SHA1: f37b64d92bcde271e4ed0cda0e26ce07a75984f4
MD5sum: 60e4459c1f47b0bf7a215147b29a418a
Description: Python library for loading and reading configuration (Python 3)
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 package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/dnephin/PyStaticConfiguration
Section: python
Priority: optional
Filename: pool/main/p/pystaticconfiguration/python3-staticconf_0.11.1-1_all.deb