How To Install perl-Digest-BubbleBabble on Fedora 36
Introduction
In this tutorial we learn how to install perl-Digest-BubbleBabble
on Fedora 36.
What is perl-Digest-BubbleBabble
Digest SHA-1 message digest algorithms) and creates a fingerprint of that digest in “bubble babble” format. Bubble babble is a method of representing a message digest as a string of “real” words, to make the fingerprint easier to remember. The “words” are not necessarily real words, but they look more like words than a string of hex characters. Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by Net fingerprints. The key (a DSA or RSA key) is converted into a textual form, digested using Digest fingerprint.
We can use yum
or dnf
to install perl-Digest-BubbleBabble
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Digest-BubbleBabble.
Install perl-Digest-BubbleBabble on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Digest-BubbleBabble
using dnf
by running the following command:
sudo dnf -y install perl-Digest-BubbleBabble
Install perl-Digest-BubbleBabble on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Digest-BubbleBabble
using yum
by running the following command:
sudo yum -y install perl-Digest-BubbleBabble
How To Uninstall perl-Digest-BubbleBabble on Fedora 36
To uninstall only the perl-Digest-BubbleBabble
package we can use the following command:
sudo dnf remove perl-Digest-BubbleBabble
perl-Digest-BubbleBabble Package Contents on Fedora 36
/usr/share/doc/perl-Digest-BubbleBabble
/usr/share/doc/perl-Digest-BubbleBabble/Changes
/usr/share/doc/perl-Digest-BubbleBabble/README
/usr/share/man/man3/Digest::BubbleBabble.3pm.gz
/usr/share/perl5/vendor_perl/Digest
/usr/share/perl5/vendor_perl/Digest/BubbleBabble.pm
References
Summary
In this tutorial we learn how to install perl-Digest-BubbleBabble
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).