How To Install trezor-common on Fedora 36

In this tutorial we learn how to install trezor-common in Fedora 36. trezor-common is udev rules and protobuf messages for the hardware wallet Trezor

Introduction

In this tutorial we learn how to install trezor-common on Fedora 36.

What is trezor-common

Provides udev rules and protobuf messages for all the hardware wallets from TREZOR.

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

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

sudo dnf -y install trezor-common

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

sudo yum -y install trezor-common

How To Uninstall trezor-common on Fedora 36

To uninstall only the trezor-common package we can use the following command:

sudo dnf remove trezor-common

trezor-common Package Contents on Fedora 36

/usr/lib/udev/rules.d/51-trezor.rules
/usr/share/doc/trezor-common
/usr/share/doc/trezor-common/README.md
/usr/share/licenses/trezor-common
/usr/share/licenses/trezor-common/COPYING
/usr/share/trezor
/usr/share/trezor/protob
/usr/share/trezor/protob/messages-binance.proto
/usr/share/trezor/protob/messages-bitcoin.proto
/usr/share/trezor/protob/messages-bootloader.proto
/usr/share/trezor/protob/messages-cardano.proto
/usr/share/trezor/protob/messages-common.proto
/usr/share/trezor/protob/messages-crypto.proto
/usr/share/trezor/protob/messages-debug.proto
/usr/share/trezor/protob/messages-eos.proto
/usr/share/trezor/protob/messages-ethereum.proto
/usr/share/trezor/protob/messages-lisk.proto
/usr/share/trezor/protob/messages-management.proto
/usr/share/trezor/protob/messages-monero.proto
/usr/share/trezor/protob/messages-nem.proto
/usr/share/trezor/protob/messages-ripple.proto
/usr/share/trezor/protob/messages-stellar.proto
/usr/share/trezor/protob/messages-tezos.proto
/usr/share/trezor/protob/messages-webauthn.proto
/usr/share/trezor/protob/messages.proto

References

Summary

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