How To Install perl-GPS on Fedora 36
Introduction
In this tutorial we learn how to install perl-GPS
on Fedora 36.
What is perl-GPS
This is a perl interface to a GPS receiver that implements the Garmin protocol.
We can use yum
or dnf
to install perl-GPS
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-GPS.
Install perl-GPS 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
using dnf
by running the following command:
sudo dnf -y install perl-GPS
Install perl-GPS 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
using yum
by running the following command:
sudo yum -y install perl-GPS
How To Uninstall perl-GPS on Fedora 36
To uninstall only the perl-GPS
package we can use the following command:
sudo dnf remove perl-GPS
perl-GPS Package Contents on Fedora 36
/usr/share/doc/perl-GPS
/usr/share/doc/perl-GPS/COPYING
/usr/share/doc/perl-GPS/Changes
/usr/share/doc/perl-GPS/README
/usr/share/doc/perl-GPS/TODO
/usr/share/man/man3/GPS::Garmin.3pm.gz
/usr/share/man/man3/GPS::Garmin::Handler.3pm.gz
/usr/share/man/man3/GPS::NMEA.3pm.gz
/usr/share/man/man3/GPS::NMEA::Handler.3pm.gz
/usr/share/man/man3/GPS::Serial.3pm.gz
/usr/share/perl5/vendor_perl/GPS
/usr/share/perl5/vendor_perl/GPS/Base.pm
/usr/share/perl5/vendor_perl/GPS/Garmin
/usr/share/perl5/vendor_perl/GPS/Garmin.pm
/usr/share/perl5/vendor_perl/GPS/Garmin/Constant.pm
/usr/share/perl5/vendor_perl/GPS/Garmin/Handler.pm
/usr/share/perl5/vendor_perl/GPS/NMEA
/usr/share/perl5/vendor_perl/GPS/NMEA.pm
/usr/share/perl5/vendor_perl/GPS/NMEA/Handler.pm
/usr/share/perl5/vendor_perl/GPS/Serial.pm
References
Summary
In this tutorial we learn how to install perl-GPS
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).