How To Install perl-rdapper on Fedora 36

In this tutorial we learn how to install perl-rdapper in Fedora 36. perl-rdapper is Command-line RDAP client

Introduction

In this tutorial we learn how to install perl-rdapper on Fedora 36.

What is perl-rdapper

rdapper is a command-line client for the Registration Data Access Protocol (RDAP), the successor protocol to WHOIS (RFC 3912). RDAP is currently being developed by the WEIRDS IETF working group <https

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

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

sudo dnf -y install perl-rdapper

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

sudo yum -y install perl-rdapper

How To Uninstall perl-rdapper on Fedora 36

To uninstall only the perl-rdapper package we can use the following command:

sudo dnf remove perl-rdapper

perl-rdapper Package Contents on Fedora 36

/usr/bin/rdapper
/usr/share/doc/perl-rdapper
/usr/share/doc/perl-rdapper/README.md
/usr/share/licenses/perl-rdapper
/usr/share/licenses/perl-rdapper/COPYING
/usr/share/man/man1/rdapper.1.gz

References

Summary

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