How to Install and Uninstall perlconsole Package on Kali Linux

Last updated: May 10,2024

1. Install "perlconsole" package

Please follow the guidelines below to install perlconsole on Kali Linux

$ sudo apt update $ sudo apt install perlconsole

2. Uninstall "perlconsole" package

This guide let you learn how to uninstall perlconsole on Kali Linux:

$ sudo apt remove perlconsole $ sudo apt autoclean && sudo apt autoremove

3. Information about the perlconsole package on Kali Linux

Package: perlconsole
Version: 0.4-4.1
Installed-Size: 43
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl, libmodule-refresh-perl
Size: 12096
SHA256: 026e44c8ac2cc09af5a341dcdfad9939d386623b630b6243dda34a44e7a4918e
SHA1: ed2fa0ce54b2b70156ede1cf6b1e03890aac31ef
MD5sum: dfb83b066776d41724e61fe22899f0af
Description: small program that lets you evaluate Perl code interactively
Perl Console is a light program that lets you evaluate Perl code
interactively. It uses Readline for grabing input and provides completion
with all the namespaces loaded during your session.
.
This is pretty useful for Perl developers that write modules.
You can load a module in your session and test a function exported by the
module.
Description-md5:
Homepage: http://www.sukria.net/perlconsole.html
Tag: implemented-in::perl, role::program
Section: devel
Priority: optional
Filename: pool/main/p/perlconsole/perlconsole_0.4-4.1_all.deb