rtkconv_qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rtkconv_qt: command not found
or when using sudo you get the following error message
sudo: rtkconv_qt: command not found
Solutions to rtkconv_qt: command not found
How To Fix rtkconv_qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rtkconv_qt is provided by rtklib-qt package.
rtklib-qt is:
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.
This package includes the Qt port of APs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rtklib-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rtklib-qt.
sudo apt -y install rtklib-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install rtklib-qt
Summary
In this tutorial we learn how to fix rtkconv_qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.