How to Install and Uninstall perlconsole Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "perlconsole" package

Learn how to install perlconsole on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install perlconsole

2. Uninstall "perlconsole" package

This guide covers the steps necessary to uninstall perlconsole on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the perlconsole package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: perlconsole
Priority: extra
Section: universe/devel
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.4-4
Depends: perl, libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl, libmodule-refresh-perl
Filename: pool/universe/p/perlconsole/perlconsole_0.4-4_all.deb
Size: 13072
MD5sum: 2567518cc6d85585346a1cfcf089c106
SHA1: ca0016464187b7972908a30df0f17784498b4124
SHA256: b66374dbc3335ad4ceb957f1fd8b4ba50eb95c4ffb88fd04b554fc9a5bf4bd10
Description-en: 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: eb2d73e75d62e6e73aebfa003f16bebe
Homepage: http://www.sukria.net/perlconsole.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu