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

Last updated: May 20,2024

1. Install "libconfig-tiny-perl" package

This tutorial shows how to install libconfig-tiny-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libconfig-tiny-perl" package

This tutorial shows how to uninstall libconfig-tiny-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libconfig-tiny-perl
Priority: optional
Section: universe/perl
Installed-Size: 31
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.23-1
Depends: perl
Filename: pool/universe/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.23-1_all.deb
Size: 12444
MD5sum: 91e483139f3ca6697c3c0c75cc2af084
SHA1: e2bd87123faa8ed294c15f21bf073922a08dc6ef
SHA256: df15359b5da764ba54ddf517362394620ec2b9d05929dde751802d6d33d851f7
Description-en: Read/Write .ini style files with as little code as possible
Config::Tiny is a perl class to read and write .ini style configuration files
with as little code as possible, reducing load time and memory overhead.
.
This module is primarily for reading human written files, and anything
written into shouldn't need to have documentation/comments. If something with
more power is needed, move up to Config::Simple, Config::General or one of
the many other Config:: modules. Config::Tiny does not preserve comments,
whitespace, or the order of the file contents.
Description-md5: 779ebf205c9f59e3bf483821c9981dd0
Homepage: https://metacpan.org/release/Config-Tiny
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu