How to Install and Uninstall libconfig-file-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 07,2024

1. Install "libconfig-file-perl" package

Here is a brief guide to show you how to install libconfig-file-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconfig-file-perl

2. Uninstall "libconfig-file-perl" package

Please follow the instructions below to uninstall libconfig-file-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libconfig-file-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libconfig-file-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libconfig-file-perl
Priority: optional
Section: universe/perl
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.50-3
Depends: perl
Filename: pool/universe/libc/libconfig-file-perl/libconfig-file-perl_1.50-3_all.deb
Size: 9722
MD5sum: 195352a58e4272b29b048ab0223be2f4
SHA1: 85bd3c68f92cb4e126e0759da4634da53659cc2f
SHA256: 605bd2d30f7e3d21975f16162a8fab9f85c26b34b11e8bf59beae38fee5c1bcd
Description-en: Parses simple configuration files
Config::File parses simple configuration files and store its values in
an anonymous hash reference. The syntax of the configuration file is
quite simple:
.
# This is a comment
VALUE_ONE = foo
VALUE_TWO = $VALUE_ONE/bar
VALUE_THREE = The value contains a \# (hash). # This is a comment.
COMPOSED_VALUE[one] = The first component of a clustered value
COMPOSED_VALUE[two] = The second component of a clustered value
Description-md5: be9857585059816da87e812c4c7af624
Homepage: https://metacpan.org/release/Config-File
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu