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

Last updated: May 16,2024

1. Install "libcurry-perl" package

This guide covers the steps necessary to install libcurry-perl on Kali Linux

$ sudo apt update $ sudo apt install libcurry-perl

2. Uninstall "libcurry-perl" package

Here is a brief guide to show you how to uninstall libcurry-perl on Kali Linux:

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

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

Package: libcurry-perl
Version: 2.000001-2
Installed-Size: 20
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 5904
SHA256: b8f13f93c656272975be7ace0e1533afe3babd4243c6e280d4b2af6a6668fa49
SHA1: a38265d5afac92fb0e57dae9c75b2ecf7a4348d9
MD5sum: 0de83ccde7ffb44789d48017ef5bd923
Description: module to create automatic curried method call closures for any class or object
The curry module provides a function that simplifies the creation of curried
method closures which are functions that wrap an existing function and
provide some of the inner functions arguments. It also contains a package
variable which, in addition, weakens the wrapper function so it is will not
hold a reference count for the inner function so Perl's garbage collection
system can destroy the latter when needed.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/curry
Section: perl
Priority: optional
Filename: pool/main/libc/libcurry-perl/libcurry-perl_2.000001-2_all.deb