How To Install python3-arcus on Fedora 36

In this tutorial we learn how to install python3-arcus in Fedora 36. python3-arcus is Python 3 libArcus bindings

Introduction

In this tutorial we learn how to install python3-arcus on Fedora 36.

What is python3-arcus

Arcus Python 3 bindings for creating a socket in a thread and using this socket to send and receive messages based on the Protocol Buffers library. It is designed to facilitate the communication between Cura and its backend and similar code.

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

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

sudo dnf -y install python3-arcus

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

sudo yum -y install python3-arcus

How To Uninstall python3-arcus on Fedora 36

To uninstall only the python3-arcus package we can use the following command:

sudo dnf remove python3-arcus

python3-arcus Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/536b66e414bd28011fe650afd65a52032dd9f6
/usr/lib64/python3.10/site-packages/Arcus.so
/usr/share/doc/python3-arcus
/usr/share/doc/python3-arcus/README.md
/usr/share/doc/python3-arcus/TODO.md
/usr/share/doc/python3-arcus/example.py
/usr/share/licenses/python3-arcus
/usr/share/licenses/python3-arcus/LICENSE

References

Summary

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