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

Last updated: May 17,2024

1. Install "libdata-swap-perl" package

Please follow the step by step instructions below to install libdata-swap-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdata-swap-perl

2. Uninstall "libdata-swap-perl" package

Please follow the guidance below to uninstall libdata-swap-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdata-swap-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdata-swap-perl
Priority: optional
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.07-2build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libd/libdata-swap-perl/libdata-swap-perl_0.07-2build2_amd64.deb
Size: 9190
MD5sum: 6b7469270089a927d7eec9b2ecee986b
SHA1: 3cf897c72def133f1083f8051cc1e1eed0364218
SHA256: 4613b8de9bb90eaf4445732af878ff1f0b8f0a8859a2177ee59338096a3f30f8
Description-en: Perl module to swap type and contents of variables
The Data::Swap module allows you to swap the contents of two referenced
variables, even if they have different types.
.
The main application is to change the base type of an object after it has
been created, for example for dynamic loading of data structures:
.
swap $self, bless $replacement, $newclass;
.
This module additionally contain the function "deref" which acts like a
generic list-dereferencing operator.
Description-md5: 9a282619f363a60292c8872cff452b7e
Homepage: https://metacpan.org/release/Data-Swap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu