How To Install sha1collisiondetection on Fedora 36

In this tutorial we learn how to install sha1collisiondetection in Fedora 36. sha1collisiondetection is SHA-1 hash function with collision detection and mitigation

Introduction

In this tutorial we learn how to install sha1collisiondetection on Fedora 36.

What is sha1collisiondetection

SHA-1 hash function with collision detection and mitigation.

We can use yum or dnf to install sha1collisiondetection on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sha1collisiondetection.

Install sha1collisiondetection 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 sha1collisiondetection using dnf by running the following command:

sudo dnf -y install sha1collisiondetection

Install sha1collisiondetection 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 sha1collisiondetection using yum by running the following command:

sudo yum -y install sha1collisiondetection

How To Uninstall sha1collisiondetection on Fedora 36

To uninstall only the sha1collisiondetection package we can use the following command:

sudo dnf remove sha1collisiondetection

sha1collisiondetection Package Contents on Fedora 36

/usr/bin/sha1cdsum
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/c7d028487525bd26b8247fe1cd2f42d065fbc6
/usr/share/doc/sha1collisiondetection
/usr/share/doc/sha1collisiondetection/README.md
/usr/share/licenses/sha1collisiondetection
/usr/share/licenses/sha1collisiondetection/LICENSE.txt

References

Summary

In this tutorial we learn how to install sha1collisiondetection on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).