How to Install and Uninstall libdigest-md5-file-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "libdigest-md5-file-perl" package

This guide covers the steps necessary to install libdigest-md5-file-perl on Kali Linux

$ sudo apt update $ sudo apt install libdigest-md5-file-perl

2. Uninstall "libdigest-md5-file-perl" package

Please follow the instructions below to uninstall libdigest-md5-file-perl on Kali Linux:

$ sudo apt remove libdigest-md5-file-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdigest-md5-file-perl package on Kali Linux

Package: libdigest-md5-file-perl
Version: 0.08-1.1
Installed-Size: 32
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libwww-perl
Size: 9608
SHA256: 1f7d7b09c91e3f5d9bff3397587509f3b869e59497fc46686b6ecb53a61fbb27
SHA1: fbbfe876b75c5d5cda80cb1480a5404f341aacce
MD5sum: 85bbafcc54b1fafd8c1d27ae1f23d060
Description: Perl extension for getting MD5 sums for files and urls
Digest::MD5::File adds functionality for easy calculation of MD5 checksums of
entire files, directories or URLs to the standard Digest::MD5 module.
.
Example usage:
.
use Digest::MD5::File;
my $md5 = Digest::MD5->new;
$md5->addpath('/path/to/file.txt');
$md5->addpath(\@files);
$md5->adddir('/home/tmbg/');
$md5->addurl('http://www.tmbg.com/tour.html');
my $digest = file_md5_hex($file);
my $dir_hashref = dir_md5_hex($dir);
my $digest = url_md5_hex($url);
Description-md5:
Homepage: http://search.cpan.org/dist/Digest-MD5-File/
Tag: devel::lang:perl, devel::library, implemented-in::perl,
security::integrity, use::checking
Section: perl
Priority: optional
Filename: pool/main/libd/libdigest-md5-file-perl/libdigest-md5-file-perl_0.08-1.1_all.deb