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

Last updated: May 17,2024

1. Install "libcps-perl" package

This is a short guide on how to install libcps-perl on Kali Linux

$ sudo apt update $ sudo apt install libcps-perl

2. Uninstall "libcps-perl" package

In this section, we are going to explain the necessary steps to uninstall libcps-perl on Kali Linux:

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

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

Package: libcps-perl
Version: 0.19-2
Installed-Size: 80
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libfuture-perl
Recommends: libsub-name-perl
Size: 36908
SHA256: f4d721e6db320a5bc4c33a1ed152d86cc618d323a4cf9016042cd43d575d9125
SHA1: 198bddd8e1293600040d2e4e45bfb03b46658be3
MD5sum: 960b5c17bcc900b3a380d319ad946121
Description: module to manage flow of control in Continuation Passing Style
CPS is a Perl module that enables developers to write code in Continuation
Passing Style, which is a style of writing code where the normal call/return
mechanism is replaced by explicit "continuations". It is useful whenever some
form of asynchronous or event-based programming is in use.
.
Note: This module is entirely deprecated now. It is maintained for
compatibility for any code still using it, but please consider rewriting to
use Future instead, which offers a far neater method of representing
asynchronous program and data flow. In addition, Future::AsyncAwait can
further improve readability of Future-based code by letting it use the
familiar kinds of Perl control structure while still being asynchronous.
Description-md5:
Homepage: https://metacpan.org/release/CPS
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcps-perl/libcps-perl_0.19-2_all.deb