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

Last updated: September 20,2024

1. Install "libperlio-via-dynamic-perl" package

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

$ sudo apt update $ sudo apt install libperlio-via-dynamic-perl

2. Uninstall "libperlio-via-dynamic-perl" package

This guide covers the steps necessary to uninstall libperlio-via-dynamic-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libperlio-via-dynamic-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libperlio-via-dynamic-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.14-1
Depends: perl
Filename: pool/universe/libp/libperlio-via-dynamic-perl/libperlio-via-dynamic-perl_0.14-1_all.deb
Size: 7658
MD5sum: 7e11542c87c1f6c94618fc5de9de5fee
SHA1: 0675589b5e365c96d960bf1f5bfbf10f168de4b7
SHA256: f99afd1c5a898edf00951ab68159f3c08e99d660be635dd5a831d279b15c1188
Description-en: module to create dynamic PerlIO layers
PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is
useful when the behavior or the layer depends on variables. You should
not use this module as via layer directly (ie :via(dynamic)).
.
Use the constructor to create new layers, with two arguments:
translate and untranslate. Then use $p->via ($fh) to wrap the
handle.
.
Note that PerlIO::via::dynamic uses the scalar fields to reference to
the object representing the dynamic namespace. If you
Description-md5: 0622e70223b45a4e1d6b06da574557a1
Homepage: https://metacpan.org/release/PerlIO-via-dynamic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu