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

Last updated: May 20,2024

1. Install "libtoolkit-perl" package

This guide let you learn how to install libtoolkit-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtoolkit-perl

2. Uninstall "libtoolkit-perl" package

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

$ sudo apt remove libtoolkit-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtoolkit-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.0.2-2
Depends: perl
Filename: pool/universe/libt/libtoolkit-perl/libtoolkit-perl_0.0.2-2_all.deb
Size: 10636
MD5sum: 95adeba03a541cf7da6db1b96be3c4f3
SHA1: cad6b038bec66ca4a464b890162d55bff4eede97
SHA256: bb6db792ba95367654adc2262ecb4f0990dd6120ba6df98f8605073684675fa8
Description-en: Keep your handy modules organized
The Toolkit module provides a standard location to store modules that you use
all the time, and then loads them for you automatically. For example, instead
of always writing:
.
use strict;
use warnings;
use Carp;
use Smart::Comments;
.
in every program/module, you can just write:
.
use Toolkit;
.
and put all your favorite modules in a file.
Description-md5: 2c6598028db0ebca2fc5126eee53d722
Homepage: https://metacpan.org/release/Toolkit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu