How to Install and Uninstall perlbrew Package on Kali Linux

Last updated: May 18,2024

1. Install "perlbrew" package

Please follow the steps below to install perlbrew on Kali Linux

$ sudo apt update $ sudo apt install perlbrew

2. Uninstall "perlbrew" package

Please follow the instructions below to uninstall perlbrew on Kali Linux:

$ sudo apt remove perlbrew $ sudo apt autoclean && sudo apt autoremove

3. Information about the perlbrew package on Kali Linux

Package: perlbrew
Version: 0.98-1
Installed-Size: 183
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, curl | wget, gcc, libc6-dev | libc-dev, libcapture-tiny-perl, libcpan-perl-releases-perl (>= 5.20230720), libdevel-patchperl-perl (>= 2.08), liblocal-lib-perl, make, patch
Recommends: perl-doc
Size: 63732
SHA256: 5dbe2844db08d568e3f7aa83aada2a64afd22602b7122e68e7c9b12edcaee2b5
SHA1: 0af388c8f3381b61144a52dc41356fc9a1ffbca3
MD5sum: 981525cdaa82ce13a4b11552ae286f79
Description: script to manage perl installations in your $HOME
perlbrew is a program to automate the building and installation of perl
in the users HOME. At the moment, it installs everything to ~/perl5/perlbrew,
and requires you to tweak your PATH by including a bashrc/cshrc file it
provides, in your shell configuration file. You then can benefit from not
having to run 'sudo' commands to install cpan modules because those are
installed inside your HOME too. It's a completely separate perl environment.
Description-md5:
Homepage: https://metacpan.org/release/App-perlbrew
Section: perl
Priority: optional
Filename: pool/main/p/perlbrew/perlbrew_0.98-1_all.deb