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

Last updated: May 20,2024

1. Install "libfennec-perl" package

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

$ sudo apt update $ sudo apt install libfennec-perl

2. Uninstall "libfennec-perl" package

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

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

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

Package: libfennec-perl
Priority: optional
Section: universe/perl
Installed-Size: 201
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.017-2
Depends: perl, libchild-perl (>= 0.010), libexporter-declare-perl, libmock-quick-perl, libparallel-runner-perl, libtest-exception-perl, libtest-warn-perl
Filename: pool/universe/libf/libfennec-perl/libfennec-perl_2.017-2_all.deb
Size: 75994
MD5sum: 370a4208a5c2510f8130e9552b7d22bf
SHA1: 0937afcbf113d6721f7c3e308e684ccb6d1e4da9
SHA256: a6964b4589eb416ee8a787999b5ee7e780fee33c24af5977ce199542507a4cc3
Description-en: Perl module providing RSPEC, Workflows, Parallelization, and Encapsulation
Fennec started as a project to improve the state of testing in Perl. Fennec
looks to existing solutions for most problems, so long as the existing
solutions help meet the features listed below:
* You can fork, and run assertions (tests) in both processes,
* Encapsulated test groups can be run individually, without running the
entire file,
* Tests groups can be sorted, randomized, or sorted via a custom method,
* Fennec is compatible with Test::Builder based tools,
* Test::Builder2 supportis in-place, but experimental,
* Fennec is configurable to work on alternatives to Test::Builder,
* You do not need to put anything such as done_testing() at the end of your
test file,
* You do not need to worry about test counts,
* Diagnostic messages are grouped with the failed test.
Description-md5: 0eaca10680661529844203528ddde35c
Homepage: https://metacpan.org/release/Fennec
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu