How To Install indi-3rdparty-aok on Fedora 36

In this tutorial we learn how to install indi-3rdparty-aok in Fedora 36. indi-3rdparty-aok is The INDI driver for AOK Skywalker mounts

Introduction

In this tutorial we learn how to install indi-3rdparty-aok on Fedora 36.

What is indi-3rdparty-aok

The INDI driver to control the AOK Skywalker mounts.

We can use yum or dnf to install indi-3rdparty-aok on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install indi-3rdparty-aok.

Install indi-3rdparty-aok 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-aok using dnf by running the following command:

sudo dnf -y install indi-3rdparty-aok

Install indi-3rdparty-aok 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-aok using yum by running the following command:

sudo yum -y install indi-3rdparty-aok

How To Uninstall indi-3rdparty-aok on Fedora 36

To uninstall only the indi-3rdparty-aok package we can use the following command:

sudo dnf remove indi-3rdparty-aok

indi-3rdparty-aok Package Contents on Fedora 36

/usr/bin/indi_lx200aok
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/44fe15573b823a9ef96156c51d8b934fd195bc
/usr/share/doc/indi-3rdparty-aok
/usr/share/doc/indi-3rdparty-aok/ChangeLog
/usr/share/indi/indi_aok.xml
/usr/share/licenses/indi-3rdparty-aok
/usr/share/licenses/indi-3rdparty-aok/LICENSE

References

Summary

In this tutorial we learn how to install indi-3rdparty-aok on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).