How To Install libopusenc on Fedora 36

In this tutorial we learn how to install libopusenc in Fedora 36. libopusenc is A library that provides an easy way to encode Ogg Opus files

Introduction

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

What is libopusenc

A library that provides an easy way to encode Ogg Opus files.

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

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

sudo dnf -y install libopusenc

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

sudo yum -y install libopusenc

How To Uninstall libopusenc on Fedora 36

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

sudo dnf remove libopusenc

libopusenc Package Contents on Fedora 36

---
title: "How To Install libopusenc on Fedora 36"
linkTitle: "libopusenc"
type: "docs"
description: "In this tutorial we learn how to install libopusenc in Fedora 36. libopusenc is A library that provides an easy way to encode Ogg Opus files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libopusenc-featured.png
---

## Introduction

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

### What is `libopusenc`

> A library that provides an easy way to encode Ogg Opus files.  

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

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

sudo dnf -y install libopusenc

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

sudo yum -y install libopusenc

How To Uninstall libopusenc on Fedora 36

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

sudo dnf remove libopusenc

libopusenc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/b6110e4f97c4b83e4f5c53638c80988f10e71d
/usr/lib/libopusenc.so.0
/usr/lib/libopusenc.so.0.4.2
/usr/share/licenses/libopusenc
/usr/share/licenses/libopusenc/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/ba /usr/lib/.build-id/ba/688425602537eaa1f01818be522153c12c9be9 /usr/lib64/libopusenc.so.0 /usr/lib64/libopusenc.so.0.4.2 /usr/share/licenses/libopusenc /usr/share/licenses/libopusenc/COPYING


## References

* [libopusenc website](https://opus-codec.org/)

## Summary

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