How To Install perl-Digest-BubbleBabble on CentOS 7

In this tutorial we learn how to install perl-Digest-BubbleBabble on CentOS 7. perl-Digest-BubbleBabble is Create bubble-babble fingerprints

Introduction

In this tutorial we learn how to install perl-Digest-BubbleBabble on CentOS 7.

What is perl-Digest-BubbleBabble

Digest of the MD5 or 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 display easy-to-remember key 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 CentOS 7. 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 CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install perl-Digest-BubbleBabble using yum by running the following command:

sudo yum -y install perl-Digest-BubbleBabble

Install perl-Digest-BubbleBabble on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install perl-Digest-BubbleBabble using dnf by running the following command:

sudo dnf -y install perl-Digest-BubbleBabble

How To Uninstall perl-Digest-BubbleBabble on CentOS 7

To uninstall only the perl-Digest-BubbleBabble package we can use the following command:

sudo dnf remove perl-Digest-BubbleBabble

References

Summary

In this tutorial we learn how to install perl-Digest-BubbleBabble on CentOS 7 using yum and dnf.