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

Last updated: September 20,2024

1. Install "libtest-fixme-perl" package

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

$ sudo apt update $ sudo apt install libtest-fixme-perl

2. Uninstall "libtest-fixme-perl" package

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

$ sudo apt remove libtest-fixme-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtest-fixme-perl
Priority: optional
Section: universe/perl
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.15-1
Depends: perl
Filename: pool/universe/libt/libtest-fixme-perl/libtest-fixme-perl_0.15-1_all.deb
Size: 10742
MD5sum: 4af94eafb413690f3e89b73c56a4afc7
SHA1: a5c7696e0d5933ad61f619355895d558cfa6d627
SHA256: b1f202bae8668ace9b71181e7270a5f4f46d368e4295777e7bf771e99849eec5
Description-en: Perl module to check code for FIXME declarations
When coding it is common to come up against problems that need to be
addressed but that are not a big deal at the moment. What generally happens
is that the coder adds comments like:
.
# FIXME - add checking of user privileges here.
.
Test::Fixme allows you to add a test file that ensures that none of these get
forgotten in the module.
Description-md5: fb3c474cae8054f6a4256caeb811ff90
Homepage: https://metacpan.org/release/Test-Fixme
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu