How to Install and Uninstall libdir-self-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 07,2024
1. Install "libdir-self-perl" package
This tutorial shows how to install libdir-self-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libdir-self-perl
Copied
2. Uninstall "libdir-self-perl" package
Please follow the guidelines below to uninstall libdir-self-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libdir-self-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libdir-self-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libdir-self-perl
Priority: optional
Section: universe/perl
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-1
Depends: perl
Filename: pool/universe/libd/libdir-self-perl/libdir-self-perl_0.11-1_all.deb
Size: 6214
MD5sum: deae2ef8c2c898c249a81196d345fd6c
SHA1: 3cd7e93cbf9450724d226d0427c8eb093d18a913
SHA256: 3959741e982af76b63f27f74e15a5033e6c1abc65972691a4f27a512c1e8779f
Description-en: module providing a __DIR__ constant for the directory of the source file
Perl has two pseudo-constants describing the current location in your source
code, __FILE__ and __LINE__. Dir::Self adds __DIR__, which expands to the
directory your source file is in, as an absolute pathname.
.
This is useful if your code wants to access files in the same directory, like
helper modules or configuration data. This is a bit like FindBin except it's
not limited to the main program, i.e. you can also use it in modules. And it
actually works.
Description-md5: 452bed0369ddb26851b523b4c702bd2d
Homepage: https://metacpan.org/release/Dir-Self/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-1
Depends: perl
Filename: pool/universe/libd/libdir-self-perl/libdir-self-perl_0.11-1_all.deb
Size: 6214
MD5sum: deae2ef8c2c898c249a81196d345fd6c
SHA1: 3cd7e93cbf9450724d226d0427c8eb093d18a913
SHA256: 3959741e982af76b63f27f74e15a5033e6c1abc65972691a4f27a512c1e8779f
Description-en: module providing a __DIR__ constant for the directory of the source file
Perl has two pseudo-constants describing the current location in your source
code, __FILE__ and __LINE__. Dir::Self adds __DIR__, which expands to the
directory your source file is in, as an absolute pathname.
.
This is useful if your code wants to access files in the same directory, like
helper modules or configuration data. This is a bit like FindBin except it's
not limited to the main program, i.e. you can also use it in modules. And it
actually works.
Description-md5: 452bed0369ddb26851b523b4c702bd2d
Homepage: https://metacpan.org/release/Dir-Self/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu