How to Install and Uninstall libconfig-tiny-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "libconfig-tiny-perl" package

This guide let you learn how to install libconfig-tiny-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libconfig-tiny-perl" package

Learn how to uninstall libconfig-tiny-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libconfig-tiny-perl package on Ubuntu 21.10 (Impish Indri)

Package: libconfig-tiny-perl
Architecture: all
Version: 2.26-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 31
Depends: perl:any
Filename: pool/main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.26-1_all.deb
Size: 12532
MD5sum: 86d41cb92b4a6757fbc20c182d0a15e2
SHA1: 18587cc017d831c1f30240c1fc260adc13a1b223
SHA256: 3b4eb09db38a4ad3660ab641005c2ae6ddf2ced35e791cbcf79eea59351ffbc4
SHA512: 50f6d911feaf9c8a04fe23c4f285f9361888d53cb0e102d4ee28429b3312f35dde827577624d5e7f9e2ee62ffc9f3152abcc0154f0937439e9946a6112dbc82a
Homepage: https://metacpan.org/release/Config-Tiny
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
Task: ubuntu-mate-core, ubuntu-mate-desktop