How To Install libwhirlpool on Fedora 36
Introduction
In this tutorial we learn how to install libwhirlpool
on Fedora 36.
What is libwhirlpool
WHIRLPOOL cryptographic hash function library for UNIX and Linux. Also provides ‘whirlpoolsum’ utility for easy calculation and checking WHIRLPOOL hashes similar to ‘md5sum’ and ‘shaXXXsum’.
We can use yum
or dnf
to install libwhirlpool
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwhirlpool.
Install libwhirlpool 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 libwhirlpool
using dnf
by running the following command:
sudo dnf -y install libwhirlpool
Install libwhirlpool 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 libwhirlpool
using yum
by running the following command:
sudo yum -y install libwhirlpool
How To Uninstall libwhirlpool on Fedora 36
To uninstall only the libwhirlpool
package we can use the following command:
sudo dnf remove libwhirlpool
libwhirlpool Package Contents on Fedora 36
/usr/bin/whirlpoolsum
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/cdcc26f7dd13ce35043fb1f361a28ad7cb86f7
/usr/lib/.build-id/82
/usr/lib/.build-id/82/215aa7ecdc7a30f259ea935f4bced81cad8d2c
/usr/lib64/libwhirlpool.so.0
/usr/lib64/libwhirlpool.so.0.0.2
/usr/share/doc/libwhirlpool
/usr/share/doc/libwhirlpool/AUTHORS
/usr/share/doc/libwhirlpool/ChangeLog
/usr/share/doc/libwhirlpool/README
/usr/share/licenses/libwhirlpool
/usr/share/licenses/libwhirlpool/COPYING
/usr/share/man/man1/whirlpoolsum.1.gz
References
Summary
In this tutorial we learn how to install libwhirlpool
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libwhirlpool on Fedora 36” linkTitle: “libwhirlpool” type: “docs” description: “In this tutorial we learn how to install libwhirlpool in Fedora 36. libwhirlpool is Whirlpool cryptographic hash function library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libwhirlpool-featured.png
Introduction
In this tutorial we learn how to install libwhirlpool
on Fedora 36.
What is libwhirlpool
WHIRLPOOL cryptographic hash function library for UNIX and Linux. Also provides ‘whirlpoolsum’ utility for easy calculation and checking WHIRLPOOL hashes similar to ‘md5sum’ and ‘shaXXXsum’.
We can use yum
or dnf
to install libwhirlpool
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwhirlpool.
Install libwhirlpool 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 libwhirlpool
using dnf
by running the following command:
sudo dnf -y install libwhirlpool
Install libwhirlpool 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 libwhirlpool
using yum
by running the following command:
sudo yum -y install libwhirlpool
How To Uninstall libwhirlpool on Fedora 36
To uninstall only the libwhirlpool
package we can use the following command:
sudo dnf remove libwhirlpool
libwhirlpool Package Contents on Fedora 36
/usr/bin/whirlpoolsum
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/09ee9ef7652ab19cafbee837a17be28520d04a
/usr/lib/.build-id/89
/usr/lib/.build-id/89/6fa2bb6c10a113cf06c8e054c4d295b27f2adc
/usr/lib/libwhirlpool.so.0
/usr/lib/libwhirlpool.so.0.0.2
/usr/share/doc/libwhirlpool
/usr/share/doc/libwhirlpool/AUTHORS
/usr/share/doc/libwhirlpool/ChangeLog
/usr/share/doc/libwhirlpool/README
/usr/share/licenses/libwhirlpool
/usr/share/licenses/libwhirlpool/COPYING
/usr/share/man/man1/whirlpoolsum.1.gz
References
Summary
In this tutorial we learn how to install libwhirlpool
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).