How To Install libopenarc-devel on Fedora 36

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

Introduction

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

What is libopenarc-devel

This package contains the static libraries, headers, and other support files required for developing applications against libopenarc.

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

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

sudo dnf -y install libopenarc-devel

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

sudo yum -y install libopenarc-devel

How To Uninstall libopenarc-devel on Fedora 36

To uninstall only the libopenarc-devel package we can use the following command:

---
sudo dnf remove libopenarc-devel

title: “How To Install libopenarc-devel on Fedora 36”

libopenarc-devel Package Contents on Fedora 36

linkTitle: “libopenarc-devel”

type: “docs”

description: "In this tutorial we learn how to install libopenarc-devel in Fedora 36. libopenarc-devel is Development files for libopenarc"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libopenarc-devel-featured.png
---

## Introduction

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

### What is `libopenarc-devel`

> This package contains the static libraries, headers, and other support files required for developing applications against libopenarc.  

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

## Install libopenarc-devel on Fedora 36 Using dnf

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

```bash
/usr/include/openarc
/usr/include/openarc/arc.h
/usr/lib/libopenarc.so
/usr/lib/pkgconfig/openarc.pc
sudo dnf makecache --refresh

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

```bash

sudo dnf -y install libopenarc-devel
## References

Install libopenarc-devel on Fedora 36 Using yum

Summary

Update yum database with yum using the following command.

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


sudo yum makecache --refresh

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

sudo yum -y install libopenarc-devel

How To Uninstall libopenarc-devel on Fedora 36

To uninstall only the libopenarc-devel package we can use the following command:

sudo dnf remove libopenarc-devel

libopenarc-devel Package Contents on Fedora 36

/usr/include/openarc
/usr/include/openarc/arc.h
/usr/lib64/libopenarc.so
/usr/lib64/pkgconfig/openarc.pc

References

Summary

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