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

Last updated: April 29,2024

1. Install "librelative-perl" package

Please follow the guidance below to install librelative-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install librelative-perl

2. Uninstall "librelative-perl" package

Please follow the guidance below to uninstall librelative-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: librelative-perl
Architecture: all
Version: 0.04-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
Depends: perl:any, libuniversal-require-perl
Filename: pool/universe/libr/librelative-perl/librelative-perl_0.04-2.1_all.deb
Size: 9496
MD5sum: 0cc058cb70372cf15ab3c16c21a47cb8
SHA1: e6be4c41a75e8e760eb7f08f99b23f244468492e
SHA256: 828452fb40060003250f6b92affa9a13204d003d6371651649278311efb48e9d
SHA512: d123e3b18e36a208101c3c955e8b9411e242c74786f0b81d50f08e0074a239455d66e9ed48448195af94e9730f114db5c6ae724abbae787b991189c7d1f3b6fd
Homepage: https://metacpan.org/release/relative
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