How To Install rtklib-qt on CentOS 8
Introduction
In this tutorial we learn how to install rtklib-qt
on CentOS 8.
What is rtklib-qt
GUI part of RTKLIB tools.
We can use yum
or dnf
to install rtklib-qt
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install rtklib-qt.
Install rtklib-qt on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install rtklib-qt
using dnf
by running the following command:
sudo dnf -y install rtklib-qt
Install rtklib-qt on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install rtklib-qt
using yum
by running the following command:
sudo yum -y install rtklib-qt
How To Uninstall rtklib-qt on CentOS 8
To uninstall only the rtklib-qt
package we can use the following command:
sudo dnf remove rtklib-qt
rtklib-qt Package Contents on CentOS 8
/usr/bin/rtkconv_qt
/usr/bin/rtkget_qt
/usr/bin/rtklaunch_qt
/usr/bin/rtknavi_qt
/usr/bin/rtkplot_qt
/usr/bin/rtkpost_qt
/usr/bin/srctblbrows_qt
/usr/bin/strsvr_qt
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/e8d9ca166c5b849758b774cc2394ab7e9398a4
/usr/lib/.build-id/35
/usr/lib/.build-id/35/b2bbdbe67e62cd13092d52687d4be3d2cc2c44
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/6b13505ba174a3ef74413819ad34876a83cb8a
/usr/lib/.build-id/73
/usr/lib/.build-id/73/ebfc4b7fcfc9135bf08c0d1e2dc6e8312ef3e0
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/28429033c659c6432956aec9b8ac60dc7d43c3
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/eee0353c4ff1c1506fd16580121baf642d38a7
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/caba5ef0f4abbc59f1cb05e383bd3e4f18a80d
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/55c501210d795e265c4d5df1ac6dc41c0d373c
References
Summary
In this tutorial we learn how to install rtklib-qt
on CentOS 8 using yum and dnf.