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

Last updated: April 28,2024

1. Install "librelative-perl" package

Please follow the guidance below to install librelative-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librelative-perl

2. Uninstall "librelative-perl" package

This guide let you learn how to uninstall librelative-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: librelative-perl
Priority: optional
Section: universe/perl
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.04-2
Depends: perl, libuniversal-require-perl
Filename: pool/universe/libr/librelative-perl/librelative-perl_0.04-2_all.deb
Size: 9338
MD5sum: 837c5fbb3989daef8000c114cda16af1
SHA1: de4db196a19abd68009504c9fe4b9465297c6494
SHA256: 0b505cb7fd963cca2f96d8210b8041abb435cc46e9ef2d6fd3e447a9bb33e337
Description-en: Load modules with relative names
This module allows you to load modules using only parts of their name,
relatively to the current module or to a given module. Module names are
by default searched below the current module, but can be searched upper
in the hierarchy using the ..:: syntax.
.
In order to further loosen the namespace coupling, import returns
the full names of the loaded modules, making object-oriented code easier
to write:
.
use relative;
.
my ($Maker, $Publisher) = import relative qw(Create Publish);
my $report = $Maker->new;
my $publisher = $Publisher->new;
Description-md5: ea46719379f0c218d7d9cc7c49d78b7a
Homepage: https://metacpan.org/release/relative
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu