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

Last updated: May 20,2024

1. Install "libapache2-reload-perl" package

This guide let you learn how to install libapache2-reload-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-reload-perl

2. Uninstall "libapache2-reload-perl" package

Here is a brief guide to show you how to uninstall libapache2-reload-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-reload-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libapache2-reload-perl
Priority: optional
Section: perl
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.13-1
Depends: perl, libapache2-mod-perl2
Filename: pool/main/liba/libapache2-reload-perl/libapache2-reload-perl_0.13-1_all.deb
Size: 16564
MD5sum: d6013a408dbb55ae8ab9316f53d634fd
SHA1: 15cf9a774e34bf9dec34cc5693f25c6375ec21d7
SHA256: ed1904b36ded591c37e3f2730932d2791970bd379a71842b916d596991691ab2
Description-en: module for reloading Perl modules when changed on disk
Apache2::Reload reloads modules that change on the disk.
.
When Perl pulls a file via "require", it stores the filename in the global
hash %INC. The next time Perl tries to "require" the same file, it sees the
file in %INC and does not reload from disk. This module's handler can be
configured to iterate over the modules in %INC and reload those that have
changed on disk. It can also monitor only specific modules that have
registered themselves with Apache2::Reload. It is possible to trigger the
check only when a special touch-file has been modified, minimizing the number
of stat() calls per request.
Description-md5: 9133f4572c0362fca02856e42bb7d655
Homepage: https://metacpan.org/release/Apache-Reload
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y