How To Install rtklib on Fedora 36
Introduction
In this tutorial we learn how to install rtklib
on Fedora 36.
What is rtklib
RTKLIB is an open source program package for standard and precise positioning with GNSS (global navigation satellite system). RTKLIB consists of a portable program library and several APs (application programs) utilizing the library.
We can use yum
or dnf
to install rtklib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rtklib.
Install rtklib 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 rtklib
using dnf
by running the following command:
sudo dnf -y install rtklib
Install rtklib 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 rtklib
using yum
by running the following command:
sudo yum -y install rtklib
How To Uninstall rtklib on Fedora 36
To uninstall only the rtklib
package we can use the following command:
sudo dnf remove rtklib
rtklib Package Contents on Fedora 36
/usr/bin/convbin
/usr/bin/pos2kml
/usr/bin/rnx2rtkp
/usr/bin/rtkrcv
/usr/bin/rtkshut.sh
/usr/bin/rtkstart.sh
/usr/bin/str2str
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/f8da7292e52a67c54caf8d72dd16477a0251dc
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/d4cfd4e46640c4aa54aba1fa036ec006350628
/usr/lib/.build-id/59
/usr/lib/.build-id/59/0cbd846ec1fe307dfa43da8de09c55407dfe08
/usr/lib/.build-id/84
/usr/lib/.build-id/84/59b6f8ab3e3ebce91f8034b0212116dcabccc1
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/d45b496918cfec15201e2733461280156ecb6a
/usr/share/doc/rtklib
/usr/share/doc/rtklib/readme.txt
/usr/share/doc/rtklib/readme_orig.txt
/usr/share/rtklib
/usr/share/rtklib/P1C1_ALL.DCB
/usr/share/rtklib/P1P2_ALL.DCB
/usr/share/rtklib/P2C2.DCB
/usr/share/rtklib/STA_GSI.txt
/usr/share/rtklib/STA_IGS.txt
/usr/share/rtklib/STA_IGS08.txt
/usr/share/rtklib/STA_IGS_H.txt
/usr/share/rtklib/STA_IGS_HR.txt
/usr/share/rtklib/STA_IGS_MGEX.txt
/usr/share/rtklib/TLE_GNSS_SATNO.txt
/usr/share/rtklib/TLE_GNSS_SIM.txt
/usr/share/rtklib/URL_LIST.txt
/usr/share/rtklib/elmask_sample.txt
/usr/share/rtklib/gnssdatasrc.txt
/usr/share/rtklib/igs10P1565_wocov.snx
/usr/share/rtklib/ngs_abs.pcv
/usr/share/rtklib/stations.pos
References
Summary
In this tutorial we learn how to install rtklib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).