How To Install perl-RDF-Trine-redis on Rocky Linux 8

In this tutorial we learn how to install perl-RDF-Trine-redis on Rocky Linux 8. perl-RDF-Trine-redis is RDF

Introduction

In this tutorial we learn how to install perl-RDF-Trine-redis on Rocky Linux 8.

What is perl-RDF-Trine-redis

This provides an RDF

We can use yum or dnf to install perl-RDF-Trine-redis on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-RDF-Trine-redis.

Install perl-RDF-Trine-redis on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-RDF-Trine-redis using dnf by running the following command:

sudo dnf -y install perl-RDF-Trine-redis

Install perl-RDF-Trine-redis on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-RDF-Trine-redis using yum by running the following command:

sudo yum -y install perl-RDF-Trine-redis

How To Uninstall perl-RDF-Trine-redis on Rocky Linux 8

To uninstall only the perl-RDF-Trine-redis package we can use the following command:

sudo dnf remove perl-RDF-Trine-redis

perl-RDF-Trine-redis Package Contents on Rocky Linux 8

/usr/share/man/man3/RDF::Trine::Store::Redis.3pm.gz
/usr/share/perl5/vendor_perl/RDF/Trine/Store/Redis.pm

References

Summary

In this tutorial we learn how to install perl-RDF-Trine-redis on Rocky Linux 8 using yum and dnf.