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

Last updated: May 20,2024

1. Install "python3-confget" package

Please follow the step by step instructions below to install python3-confget on Kali Linux

$ sudo apt update $ sudo apt install python3-confget

2. Uninstall "python3-confget" package

This guide let you learn how to uninstall python3-confget on Kali Linux:

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

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

Package: python3-confget
Source: confget
Version: 5.1.2-1
Installed-Size: 70
Maintainer: Peter Pentchev
Architecture: all
Depends: python3-pyparsing, python3:any
Size: 21912
SHA256: d57c567e3759f3af57d0adfba2b7c3059017728d139b010d8d05143f984a5a47
SHA1: d7b0a37d4f95328aa25dbcdb75eda8cfa40be3e7
MD5sum: bebc16d575ddb12385e1d7c824ac736b
Description: read variables from INI-style configuration files - Python 3.x library
The confget utility examines a INI-style configuration file and retrieves
the value of the specified variables from the specified section.
Its intended use is to let shell scripts use the same INI-style
configuration files as other programs, to avoid duplication of data.
.
The confget utility may retrieve the values of one or more variables,
list all the variables in a specified section, list only those whose names
or values match a specified pattern (shell glob or regular expression), or
check if a variable is present in the file at all. It has a "shell-quoting"
output mode that quotes the variable values in a way suitable for passing
them directly to a Bourne-style shell.
.
This package contains the Python 3.x library.
Description-md5:
Multi-Arch: foreign
Homepage: https://devel.ringlet.net/textproc/confget/
Section: python
Priority: optional
Filename: pool/main/c/confget/python3-confget_5.1.2-1_all.deb