How to Install and Uninstall libdigest-md5-file-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 01,2024

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

Please follow the steps below to install libdigest-md5-file-perl on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the step by step instructions below to uninstall libdigest-md5-file-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdigest-md5-file-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdigest-md5-file-perl
Architecture: all
Version: 0.08-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 31
Depends: perl:any, libwww-perl
Filename: pool/universe/libd/libdigest-md5-file-perl/libdigest-md5-file-perl_0.08-1.1_all.deb
Size: 8968
MD5sum: 978aa58c5d890bb9ed0695a80b592766
SHA1: 40e664b9d698aac3c11368f2021defcd2967a18a
SHA256: a1f0e4afdb47b62588b3514e9075e96fb9411913c727274d18ff63a570776e83
SHA512: e075593707f6d11308cc42d9a9294e630c73a534ec11d06e01b0bd17abcb18fe3c13e255bbdc6fafff98e854ab3ee1d751f1f08923144326dd341d58b0bdb59b
Homepage: http://search.cpan.org/dist/Digest-MD5-File/
Description-en: 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: c989bb0cd34d6a235bfa91a81e3761e9