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

Last updated: May 09,2024

1. Install "libtest-mocktime-perl" package

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

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

2. Uninstall "libtest-mocktime-perl" package

This tutorial shows how to uninstall libtest-mocktime-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-mocktime-perl
Priority: optional
Section: universe/perl
Installed-Size: 24
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.15-1
Depends: perl
Filename: pool/universe/libt/libtest-mocktime-perl/libtest-mocktime-perl_0.15-1_all.deb
Size: 8184
MD5sum: 21d3b0983df86bca5090dc148125fb85
SHA1: 42ac9f5067faaf5720d104ea629f31cfcb67dc5e
SHA256: fa3374c5227c8d7da77675852edd1c5fc34e7cae396b491f339a2de739ec8dc0
Description-en: module to simulate time in tests
Test::MockTime enables test suites to test code at specific points in time.
Specifically it overrides the localtime, gmtime and time functions at compile
time and then relies on the user supplying a mock time via set_relative_time,
set_absolute_time or set_fixed_time to alter future calls to gmtime, time or
localtime.
Description-md5: 486e2fb2302cf10c864971adab9fa86e
Homepage: https://metacpan.org/release/Test-MockTime
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu