How To Install d0_blind_id on Fedora 36

In this tutorial we learn how to install d0_blind_id in Fedora 36. d0_blind_id is Cryptographic library to perform identification

Introduction


title: “How To Install d0_blind_id on Fedora 36” linkTitle: “d0_blind_id” type: “docs” description: “In this tutorial we learn how to install d0_blind_id in Fedora 36. d0_blind_id is Cryptographic library to perform identification” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/d0_blind_id-featured.png

Introduction

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

What is d0_blind_id

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 36. 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 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

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 36

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

### What is `d0_blind_id`

> 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 36. 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 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

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 36

/usr/bin/blind_id
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/63d5e945234b715d014e176e509579d0e6990c
/usr/lib/.build-id/40
/usr/lib/.build-id/40/adfa54aaf6c6a998bbd8ccbb7fc8f5d79030da
/usr/lib/.build-id/70
/usr/lib/.build-id/70/0d88631720daff51bac0a3dd9935deb3d20cab
/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

Summary

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

/usr/bin/blind_id /usr/lib/.build-id /usr/lib/.build-id/1d /usr/lib/.build-id/1d/52e0e10c558b1cd835429dad4ca694d70622d6 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/dc28b5a4f8c71f4cdacf23ecb081d8491559eb /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/8e3f88e3f2ad9df219ae6c595bf0cc7f8fa02c /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


## References

* [d0_blind_id website](https://github.com/divVerent/d0_blind_id)

## Summary

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