How To Install gpsd-libs on Fedora 36
Introduction
In this tutorial we learn how to install gpsd-libs
on Fedora 36.
What is gpsd-libs
This package contains the gpsd libraries that manage access to a GPS for applications.
We can use yum
or dnf
to install gpsd-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpsd-libs.
Install gpsd-libs 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 gpsd-libs
using dnf
by running the following command:
sudo dnf -y install gpsd-libs
Install gpsd-libs 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 gpsd-libs
using yum
by running the following command:
sudo yum -y install gpsd-libs
How To Uninstall gpsd-libs on Fedora 36
To uninstall only the gpsd-libs
package we can use the following command:
sudo dnf remove gpsd-libs
gpsd-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/fa0e9e195d17b15a1c677458dc7f1c5995bc1c
/usr/lib/libgps.so.29
/usr/lib/libgps.so.29.0.0
References
Summary
In this tutorial we learn how to install gpsd-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gpsd-libs on Fedora 36” linkTitle: “gpsd-libs” type: “docs” description: “In this tutorial we learn how to install gpsd-libs in Fedora 36. gpsd-libs is Client libraries in C for talking to a running gpsd or GPS” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gpsd-libs-featured.png
Introduction
In this tutorial we learn how to install gpsd-libs
on Fedora 36.
What is gpsd-libs
This package contains the gpsd libraries that manage access to a GPS for applications.
We can use yum
or dnf
to install gpsd-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpsd-libs.
Install gpsd-libs 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 gpsd-libs
using dnf
by running the following command:
sudo dnf -y install gpsd-libs
Install gpsd-libs 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 gpsd-libs
using yum
by running the following command:
sudo yum -y install gpsd-libs
How To Uninstall gpsd-libs on Fedora 36
To uninstall only the gpsd-libs
package we can use the following command:
sudo dnf remove gpsd-libs
gpsd-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/dd513615283aff2aafd8641d6fe874aad38640
/usr/lib64/libgps.so.29
/usr/lib64/libgps.so.29.0.0
References
Summary
In this tutorial we learn how to install gpsd-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).