How To Install nxtrc on Fedora 36

In this tutorial we learn how to install nxtrc in Fedora 36. nxtrc is Program to interact with LEGO NXT via BlueTooth

Introduction

In this tutorial we learn how to install nxtrc on Fedora 36.

What is nxtrc

nxtrc (NXT Remote Command) is a small program that allows to send various commands to a LEGO Mindstorm NXT Brick. It uses the Bluetooth protocol through the Bluez libraries.

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

Install nxtrc 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 nxtrc using dnf by running the following command:

sudo dnf -y install nxtrc

Install nxtrc 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 nxtrc using yum by running the following command:

sudo yum -y install nxtrc

How To Uninstall nxtrc on Fedora 36

To uninstall only the nxtrc package we can use the following command:

sudo dnf remove nxtrc

nxtrc Package Contents on Fedora 36

/usr/bin/nxtrc
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/11de2bf79cdd84b7c9fe9e66c7b6c3be3355db
/usr/share/doc/nxtrc
/usr/share/doc/nxtrc/COPYING
/usr/share/doc/nxtrc/Readme.txt
/usr/share/man/man1/nxtrc.1.gz

References

Summary

In this tutorial we learn how to install nxtrc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).