How To Install drat2er-tools on Fedora 36

In this tutorial we learn how to install drat2er-tools in Fedora 36. drat2er-tools is Command line interface to drat2er

Introduction

In this tutorial we learn how to install drat2er-tools on Fedora 36.

What is drat2er-tools

This package contains a command line interface to drat2er.

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

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

sudo dnf -y install drat2er-tools

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

sudo yum -y install drat2er-tools

How To Uninstall drat2er-tools on Fedora 36

To uninstall only the drat2er-tools package we can use the following command:

sudo dnf remove drat2er-tools

drat2er-tools Package Contents on Fedora 36

/usr/bin/drat2er
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/1dbc26bfff84ac33dd62673520f09374d49cb5
/usr/share/doc/drat2er-tools
/usr/share/doc/drat2er-tools/README.md
/usr/share/man/man1/drat2er.1.gz

References

Summary

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