How To Install indi-3rdparty-eqmod on Fedora 36
Introduction
In this tutorial we learn how to install indi-3rdparty-eqmod
on Fedora 36.
What is indi-3rdparty-eqmod
INDI driver adding support for telescope mounts using the SkyWatcher protocol.
We can use yum
or dnf
to install indi-3rdparty-eqmod
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install indi-3rdparty-eqmod.
Install indi-3rdparty-eqmod 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 indi-3rdparty-eqmod
using dnf
by running the following command:
sudo dnf -y install indi-3rdparty-eqmod
Install indi-3rdparty-eqmod 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 indi-3rdparty-eqmod
using yum
by running the following command:
sudo yum -y install indi-3rdparty-eqmod
How To Uninstall indi-3rdparty-eqmod on Fedora 36
To uninstall only the indi-3rdparty-eqmod
package we can use the following command:
sudo dnf remove indi-3rdparty-eqmod
indi-3rdparty-eqmod Package Contents on Fedora 36
/usr/bin/indi_azgti_telescope
/usr/bin/indi_eqmod_telescope
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/89bc6c38412e882098aabeb6d8b007973e424e
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/fbbb25f74ac61630e83be0083e8b4ed22bbc94
/usr/share/doc/indi-3rdparty-eqmod
/usr/share/doc/indi-3rdparty-eqmod/AUTHORS
/usr/share/doc/indi-3rdparty-eqmod/README
/usr/share/indi/indi_align_sk.xml
/usr/share/indi/indi_eqmod.xml
/usr/share/indi/indi_eqmod_scope_limits_sk.xml
/usr/share/indi/indi_eqmod_simulator_sk.xml
/usr/share/indi/indi_eqmod_sk.xml
/usr/share/licenses/indi-3rdparty-eqmod
/usr/share/licenses/indi-3rdparty-eqmod/COPYING
References
Summary
In this tutorial we learn how to install indi-3rdparty-eqmod
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).