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

Last updated: April 26,2024

1. Install "libshell-posix-select-perl" package

Please follow the guidance below to install libshell-posix-select-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libshell-posix-select-perl

2. Uninstall "libshell-posix-select-perl" package

Please follow the step by step instructions below to uninstall libshell-posix-select-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libshell-posix-select-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libshell-posix-select-perl
Priority: optional
Section: universe/perl
Installed-Size: 192
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.05-2
Depends: perl
Filename: pool/universe/libs/libshell-posix-select-perl/libshell-posix-select-perl_0.05-2_all.deb
Size: 46762
MD5sum: b6f59905a1d598748bbd2cf5053f5e22
SHA1: 146faccaad21606c0611149e08c54487c7853c61
SHA256: dce20e0685201056c1882c17783c1385990727b0b196d06f28d36940d28deaaf
Description-en: POSIX Shell's "select" loop for Perl
Shell::POSIX::Select implements the select loop of the "POSIX" shells (Bash,
Korn, and derivatives) for Perl. That loop is unique in two ways: it's by far
the friendliest feature of any UNIX shell, and it's the only UNIX shell loop
that's missing from the Perl language. Until now!
.
What's so great about this loop? It automates the generation of a numbered
menu of choices, prompts for a choice, proofreads that choice and complains if
it's invalid (at least in this enhanced implementation), and executes a
code-block with a variable set to the chosen value. That saves a lot of coding
for interactive programs -- especially if the menu consists of many values!
.
The benefit of bringing this loop to Perl is that it obviates the need for
future programmers to reinvent the Choose-From-A-Menu wheel.
Description-md5: 4eb483ad0ce85ad4dfc0304babb976d1
Homepage: http://search.cpan.org/dist/Shell-POSIX-Select/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu