How To Install perl-GPS-OID on Fedora 36

In this tutorial we learn how to install perl-GPS-OID in Fedora 36. perl-GPS-OID is Package for PRN - Object ID conversions

Introduction

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

What is perl-GPS-OID

Package for PRN - Object ID conversions.

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

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

sudo dnf -y install perl-GPS-OID

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

sudo yum -y install perl-GPS-OID

How To Uninstall perl-GPS-OID on Fedora 36

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

sudo dnf remove perl-GPS-OID

perl-GPS-OID Package Contents on Fedora 36

/usr/share/doc/perl-GPS-OID
/usr/share/doc/perl-GPS-OID/Changes
/usr/share/doc/perl-GPS-OID/GPS-OID-example.pl
/usr/share/doc/perl-GPS-OID/LICENSE
/usr/share/doc/perl-GPS-OID/README
/usr/share/man/man3/GPS::OID.3pm.gz
/usr/share/perl5/vendor_perl/GPS
/usr/share/perl5/vendor_perl/GPS/OID.pm

References

Summary

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