How To Install libopenarc on Fedora 36

In this tutorial we learn how to install libopenarc in Fedora 36. libopenarc is An open source ARC library

Introduction

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

What is libopenarc

This package contains the library files required for running services built using libopenarc.

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

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

sudo dnf -y install libopenarc

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

sudo yum -y install libopenarc

How To Uninstall libopenarc on Fedora 36

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

sudo dnf remove libopenarc

libopenarc Package Contents on Fedora 36

---
title: "How To Install libopenarc on Fedora 36"
linkTitle: "libopenarc"
type: "docs"
description: "In this tutorial we learn how to install libopenarc in Fedora 36. libopenarc is An open source ARC library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libopenarc-featured.png
---

## Introduction

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

### What is `libopenarc`

> This package contains the library files required for running services built using libopenarc.  

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

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

sudo dnf -y install libopenarc

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

sudo yum -y install libopenarc

How To Uninstall libopenarc on Fedora 36

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

sudo dnf remove libopenarc

libopenarc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/306bb6bc20bbd6b9b29a4e2ee51008309654e7
/usr/lib64/libopenarc.so.0
/usr/lib64/libopenarc.so.0.0.0
/usr/share/licenses/libopenarc
/usr/share/licenses/libopenarc/LICENSE
/usr/share/licenses/libopenarc/LICENSE.Sendmail

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/b8191fdd4ffb07ae578781f7ce6b41c782e58f /usr/lib/libopenarc.so.0 /usr/lib/libopenarc.so.0.0.0 /usr/share/licenses/libopenarc /usr/share/licenses/libopenarc/LICENSE /usr/share/licenses/libopenarc/LICENSE.Sendmail


## References

* [libopenarc website](https://github.com/trusteddomainproject/OpenARC)

## Summary

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