How to Install and Uninstall libperlude-perl Package on Kali Linux

Last updated: June 26,2024

1. Install "libperlude-perl" package

Please follow the instructions below to install libperlude-perl on Kali Linux

$ sudo apt update $ sudo apt install libperlude-perl

2. Uninstall "libperlude-perl" package

Learn how to uninstall libperlude-perl on Kali Linux:

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

3. Information about the libperlude-perl package on Kali Linux

Package: libperlude-perl
Version: 0.61-2
Installed-Size: 67
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 27796
SHA256: dd9d068f7ecbb3d16aa8f732bdd510a7d5efe30803924f132bfdc05e3c777058
SHA1: c88c6ba53705f920d8eb031241167afe7604494b
MD5sum: bb8822a45ff47b8d2054529fa1a6fd62
Description: shell and powershell pipes, haskell keywords mixed with the awesomeness of perl
Perlude: If you're used to a unix shell, Windows Powershell or any
language coming with the notion of streams, perl could be frustrating
as functions like map and grep only works with arrays.
.
The goodness of it is that '|' is an on demand operator that can easily
compose actions on potentially very large amount of data in a very memory
and you can control the amount of consummed data in a friendly way.
.
Perlude gives a better '|' to Perl: as it works on scalars which can be
both strings (like unix shell), numbers or references (like powershell).
Description-md5:
Homepage: https://metacpan.org/release/perlude
Section: perl
Priority: optional
Filename: pool/main/libp/libperlude-perl/libperlude-perl_0.61-2_all.deb