How to Install and Uninstall libconfig-tiny-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 20,2024

1. Install "libconfig-tiny-perl" package

Please follow the steps below to install libconfig-tiny-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libconfig-tiny-perl" package

Please follow the guidance below to uninstall libconfig-tiny-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libconfig-tiny-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libconfig-tiny-perl
Architecture: all
Version: 2.24-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
Filename: pool/main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.24-1_all.deb
Size: 12412
MD5sum: 7949fb7032e31495d0a6ca2f975ec4cc
SHA1: f234948c602d77a858d0b5051a1a5322f2a61cf6
SHA256: 475d3f855c9dcd2416aa29873160a55e9846f3430387913bcd03c5d522615ea5
SHA512: 3d9ad8aa08b02d0b8f93f54f8878cdda75a96676778e8e8b1c6c12b6950ad838a179b03a27910d45023c6ed33acebce962da038ac46f899dcc020f8c8db4a89e
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