How To Install libarcus-devel on Fedora 36

In this tutorial we learn how to install libarcus-devel in Fedora 36. libarcus-devel is Development files for libarcus

Introduction

In this tutorial we learn how to install libarcus-devel on Fedora 36.

What is libarcus-devel

Arcus library contains C++ code and 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. Development files.

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

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

sudo dnf -y install libarcus-devel

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

sudo yum -y install libarcus-devel

How To Uninstall libarcus-devel on Fedora 36

title: “How To Install libarcus-devel on Fedora 36” To uninstall only the libarcus-devel package we can use the following command: linkTitle: “libarcus-devel”

type: “docs”

sudo dnf remove libarcus-devel
description: "In this tutorial we learn how to install libarcus-devel in Fedora 36. libarcus-devel is Development files for libarcus"

date: “2022-08-17” lastmod: “2022-08-17”

libarcus-devel Package Contents on Fedora 36

#image: /images/fedora/36/libarcus-devel-featured.png



## Introduction

In this tutorial we learn how to install `libarcus-devel` on Fedora 36.

### What is `libarcus-devel`

> Arcus library contains C++ code and 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.  Development files.  

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

## Install libarcus-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libarcus-devel using dnf by running the following command:

sudo dnf -y install libarcus-devel

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

sudo yum -y install libarcus-devel

How To Uninstall libarcus-devel on Fedora 36

To uninstall only the libarcus-devel package we can use the following command: /usr/include/Arcus /usr/include/Arcus/ArcusExport.h /usr/include/Arcus/Error.h /usr/include/Arcus/MessageTypeStore.h /usr/include/Arcus/Socket.h /usr/include/Arcus/SocketListener.h /usr/include/Arcus/Types.h /usr/lib64/cmake /usr/lib64/cmake/Arcus /usr/lib64/cmake/Arcus/Arcus-targets-noconfig.cmake /usr/lib64/cmake/Arcus/Arcus-targets.cmake /usr/lib64/cmake/Arcus/ArcusConfig.cmake /usr/lib64/cmake/Arcus/ArcusConfigVersion.cmake /usr/lib64/libArcus.so /usr/share/doc/libarcus-devel /usr/share/doc/libarcus-devel/example.cpp /usr/share/doc/libarcus-devel/example.proto /usr/share/licenses/libarcus-devel /usr/share/licenses/libarcus-devel/COPYING-CMAKE-SCRIPTS /usr/share/licenses/libarcus-devel/LICENSE

sudo dnf remove libarcus-devel

libarcus-devel Package Contents on Fedora 36

References

Summary

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

/usr/include/Arcus /usr/include/Arcus/ArcusExport.h /usr/include/Arcus/Error.h /usr/include/Arcus/MessageTypeStore.h /usr/include/Arcus/Socket.h /usr/include/Arcus/SocketListener.h /usr/include/Arcus/Types.h /usr/lib/cmake /usr/lib/cmake/Arcus /usr/lib/cmake/Arcus/Arcus-targets-noconfig.cmake /usr/lib/cmake/Arcus/Arcus-targets.cmake /usr/lib/cmake/Arcus/ArcusConfig.cmake /usr/lib/cmake/Arcus/ArcusConfigVersion.cmake /usr/lib/libArcus.so /usr/share/doc/libarcus-devel /usr/share/doc/libarcus-devel/example.cpp /usr/share/doc/libarcus-devel/example.proto /usr/share/licenses/libarcus-devel /usr/share/licenses/libarcus-devel/COPYING-CMAKE-SCRIPTS /usr/share/licenses/libarcus-devel/LICENSE


## References

* [libarcus-devel website](https://github.com/Ultimaker/libArcus)

## Summary

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