How to Install and Uninstall libdata-swap-perl Package on Kali Linux

Last updated: November 05,2024

1. Install "libdata-swap-perl" package

Please follow the step by step instructions below to install libdata-swap-perl on Kali Linux

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

2. Uninstall "libdata-swap-perl" package

This guide covers the steps necessary to uninstall libdata-swap-perl on Kali Linux:

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

3. Information about the libdata-swap-perl package on Kali Linux

Package: libdata-swap-perl
Source: libdata-swap-perl (0.08-3)
Version: 0.08-3+b1
Installed-Size: 40
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14)
Size: 10316
SHA256: a525f547a2ab0930a44a590dd41ea4239387dd2569fe901e4ba99ad6d5101ed9
SHA1: 12d69f9f6773863c672e289441abede594cd6936
MD5sum: d12fb46ce4a45d10acd642da42a9a01d
Description: 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:
Homepage: https://metacpan.org/release/Data-Swap
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-swap-perl/libdata-swap-perl_0.08-3+b1_amd64.deb