How to Install and Uninstall libexpect-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libexpect-perl" package

Please follow the step by step instructions below to install libexpect-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libexpect-perl

2. Uninstall "libexpect-perl" package

In this section, we are going to explain the necessary steps to uninstall libexpect-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libexpect-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libexpect-perl
Priority: optional
Section: universe/perl
Installed-Size: 248
Maintainer: Ubuntu Developers
Original-Maintainer: Jörgen Hägg
Architecture: all
Version: 1.21-1
Depends: perl, libio-stty-perl, libio-pty-perl (>= 1:1.05-1)
Filename: pool/universe/libe/libexpect-perl/libexpect-perl_1.21-1_all.deb
Size: 75884
MD5sum: 97f4cd7a469f41dc4c4304e0b46c1e8d
SHA1: 0f81960ba509b71acd4549469114b7694f214551
SHA256: acf7c4cc5c3faed180af1e41e95d8bbbc1e818db5c00ac3dffbc62eb8e9eae52
Description-en: Expect.pm - Perl Expect interface
The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It
more closely resembles the Tcl Expect language than its predecessors. It
does not contain any of the networking code found in Comm.pl. I suspect this
would be obsolete anyway given the advent of IO::Socket and external tools
such as netcat.
.
Expect.pm is an attempt to have more of a switch() & case: feel to make
decision processing more fluid. three separate types of debugging have
been implemented to make code production easier.
.
It is now possible to interconnect multiple file handles (and processes) much
like Tcl's expect. An attempt was made to enable all the features of Tcl's
expect without forcing Tcl on the victim programmer :-) .
Description-md5: 0912cb4a16b7e201974d64d083952fae
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu