How to Install and Uninstall libapache2-reload-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libapache2-reload-perl" package

This is a short guide on how to install libapache2-reload-perl on Kali Linux

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

2. Uninstall "libapache2-reload-perl" package

This guide covers the steps necessary to uninstall libapache2-reload-perl on Kali Linux:

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

3. Information about the libapache2-reload-perl package on Kali Linux

Package: libapache2-reload-perl
Version: 0.14-1
Installed-Size: 38
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libapache2-mod-perl2
Size: 16184
SHA256: df0da7e7e43f822209eebe4aee8c37e52f361b97bdfed2097eda713e0080ddff
SHA1: 5d15a8c8c4997a623b50690fc85108aa46a37d22
MD5sum: 97061365e0d294c6ff7df7ca66283a7b
Description: 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:
Homepage: https://metacpan.org/release/Apache-Reload
Tag: devel::lang:perl, devel::library, implemented-in::perl, suite::apache
Section: perl
Priority: optional
Filename: pool/main/liba/libapache2-reload-perl/libapache2-reload-perl_0.14-1_all.deb