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

Last updated: October 04,2024

1. Install "libtest-command-simple-perl" package

In this section, we are going to explain the necessary steps to install libtest-command-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtest-command-simple-perl

2. Uninstall "libtest-command-simple-perl" package

Please follow the steps below to uninstall libtest-command-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtest-command-simple-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtest-command-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.05-1
Depends: perl
Filename: pool/universe/libt/libtest-command-simple-perl/libtest-command-simple-perl_0.05-1_all.deb
Size: 9888
MD5sum: 9a9234f5e3d07e1ed2cfcd11627748cf
SHA1: 95760c299bcc1c51719d0cad62d554c6f394f3a9
SHA256: 41bf91857096159b4d2bc5da0d5cb627d76defd48736e0a36a6f0a7936c3ea19
Description-en: Perl module to test external commands
Test::Command::Simple is a intended to simplify testing of external commands.
It does so by running the command under IPC::Open3, closing the stdin
immediately, and reading everything from the command's stdout and stderr.
It then makes the output available to be tested.
.
It is not (yet?) as feature-rich as Test::Cmd (in package libtest-cmd-perl),
however the interface to this is much simpler. Tests also plug directly
into the Test::Builder framework, which plays nice with Test::More.
Description-md5: 2441b1a6af93934aa755026abdba96e1
Homepage: https://metacpan.org/release/Test-Command-Simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu