How to Install and Uninstall confget Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: December 23,2024

1. Install "confget" package

Please follow the instructions below to install confget on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install confget

2. Uninstall "confget" package

In this section, we are going to explain the necessary steps to uninstall confget on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the confget package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: confget
Priority: optional
Section: universe/text
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Pentchev
Architecture: amd64
Version: 1.05-1
Depends: libc6 (>= 2.14), libpcre3
Filename: pool/universe/c/confget/confget_1.05-1_amd64.deb
Size: 15592
MD5sum: 9418bff361d14efb4e313c823380443f
SHA1: f7ba635ba6b5d8fcf787b9bfe0435a82fecfc5ff
SHA256: 3ab04b8362c21a62d977d7dfb22b427405a6b64fcf8565cb1a570858141f58b6
Description-en: read variables from INI-style configuration files
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.
Description-md5: 2a189ce258a4c67c31f2da7b2f8157be
Multi-Arch: foreign
Homepage: http://devel.ringlet.net/textproc/confget/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu