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

Last updated: May 20,2024

1. Install "libclass-refresh-perl" package

This tutorial shows how to install libclass-refresh-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclass-refresh-perl

2. Uninstall "libclass-refresh-perl" package

Learn how to uninstall libclass-refresh-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclass-refresh-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-refresh-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.07-1
Depends: perl, libclass-load-perl, libclass-unload-perl, libdevel-overrideglobalrequire-perl, libtry-tiny-perl
Filename: pool/universe/libc/libclass-refresh-perl/libclass-refresh-perl_0.07-1_all.deb
Size: 11706
MD5sum: 1a1269d2a2c9dc46c93b989d064332b9
SHA1: 44f8f6812ccf9cf7da727eae04ad0c2a14fe1fc2
SHA256: bc4f83eb22f2e95109a77c85fb6d8945171dad5f2a0d60a787fcc36e864d2407
Description-en: module for refreshing classes during runtime
Class::Refresh allows you to reload your application classes on the fly, so
that the code/test cycle becomes a lot easier.
.
During development, it is fairly common to cycle between writing code and
testing that code. Generally the testing happens within the test suite, but
frequently it is more convenient to test things by hand when tracking down a
bug, or when doing some exploratory coding. In many situations, however, this
becomes inconvenient - for instance, in a REPL, or in a stateful web
application, restarting from the beginning after every code change can get
pretty tedious.
Description-md5: 93fcde7abc56f2dde78e033a61ea022d
Homepage: https://metacpan.org/release/Class-Refresh
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu