How To Install d0_blind_id on Fedora 34
Introduction
In this tutorial we learn how to install d0_blind_id
on Fedora 34.
What is d0_blind_id
Cryptographic library to perform identification using Schnorr Identification scheme and Blind RSA. d0_blind_id 1.0 2.fc34 x86_64 45 k d0_blind_id-1.0-2.fc34.src.rpm fedora Cryptographic library to perform identification https BSD Cryptographic library to perform identification using Schnorr Identification scheme and Blind RSA.
We can use yum
or dnf
to install d0_blind_id
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install d0_blind_id.
Install d0_blind_id on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install d0_blind_id
using dnf
by running the following command:
sudo dnf -y install d0_blind_id
Install d0_blind_id on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install d0_blind_id
using yum
by running the following command:
sudo yum -y install d0_blind_id
How To Uninstall d0_blind_id on Fedora 34
To uninstall only the d0_blind_id
package we can use the following command:
sudo dnf remove d0_blind_id
d0_blind_id Package Contents on Fedora 34
/usr/bin/blind_id
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/f4c0791ba26083245f0c2f4194ddfb1c82bffd
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/f068f7ab635e2019c498b3a87878b802108606
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/c980bebfd94970a1bd79a36d3359aefcfd9b29
/usr/lib/libd0_blind_id.so.0
/usr/lib/libd0_blind_id.so.0.7.1
/usr/lib/libd0_rijndael.so.0
/usr/lib/libd0_rijndael.so.0.0.0
/usr/share/licenses/d0_blind_id
/usr/share/licenses/d0_blind_id/COPYING
/usr/bin/blind_id
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/42c4296f6eb93284db877c1421d15a1b5c761b
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/ea0983876a17d8270c8893aecfc0f465d21ab2
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/90badc666cfac58c313bf514daed2a570fa448
/usr/lib64/libd0_blind_id.so.0
/usr/lib64/libd0_blind_id.so.0.7.1
/usr/lib64/libd0_rijndael.so.0
/usr/lib64/libd0_rijndael.so.0.0.0
/usr/share/licenses/d0_blind_id
/usr/share/licenses/d0_blind_id/COPYING
References
- [d0_blind_id website](https://github.com/divVerent/d0_blind_id https://github.com/divVerent/d0_blind_id)
Summary
In this tutorial we learn how to install d0_blind_id
on Fedora 34 using yum and dnf.