How To Install perl-Net-GPSD on Fedora 36

In this tutorial we learn how to install perl-Net-GPSD in Fedora 36. perl-Net-GPSD is Provides an object client interface to the gpsd server daemon

Introduction

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

What is perl-Net-GPSD

Net gpsd is an open source GPS daemon from http

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

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

sudo dnf -y install perl-Net-GPSD

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

sudo yum -y install perl-Net-GPSD

How To Uninstall perl-Net-GPSD on Fedora 36

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

sudo dnf remove perl-Net-GPSD

perl-Net-GPSD Package Contents on Fedora 36

/usr/share/doc/perl-Net-GPSD
/usr/share/doc/perl-Net-GPSD/CHANGES
/usr/share/doc/perl-Net-GPSD/LICENSE
/usr/share/doc/perl-Net-GPSD/README
/usr/share/doc/perl-Net-GPSD/doc
/usr/share/doc/perl-Net-GPSD/doc/display_device.cgi
/usr/share/doc/perl-Net-GPSD/doc/display_device.db
/usr/share/doc/perl-Net-GPSD/doc/position_report.cgi
/usr/share/doc/perl-Net-GPSD/example-check.pl
/usr/share/doc/perl-Net-GPSD/example-get.pl
/usr/share/doc/perl-Net-GPSD/example-getsatellitelist.pl
/usr/share/doc/perl-Net-GPSD/example-googleearth.cgi
/usr/share/doc/perl-Net-GPSD/example-information.pl
/usr/share/doc/perl-Net-GPSD/example-subscribe-handler.pl
/usr/share/doc/perl-Net-GPSD/example-subscribe.pl
/usr/share/doc/perl-Net-GPSD/example-tracker-http.pl
/usr/share/doc/perl-Net-GPSD/example-tracker-text.pl
/usr/share/doc/perl-Net-GPSD/example-tracker.pl
/usr/share/man/man3/Net::GPSD.3pm.gz
/usr/share/man/man3/Net::GPSD::Point.3pm.gz
/usr/share/man/man3/Net::GPSD::Report::http.3pm.gz
/usr/share/man/man3/Net::GPSD::Satellite.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/GPSD
/usr/share/perl5/vendor_perl/Net/GPSD.pm
/usr/share/perl5/vendor_perl/Net/GPSD/Point.pm
/usr/share/perl5/vendor_perl/Net/GPSD/Report
/usr/share/perl5/vendor_perl/Net/GPSD/Report/http.pm
/usr/share/perl5/vendor_perl/Net/GPSD/Satellite.pm

References

Summary

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