How To Install opus on Fedora 36
Introduction
In this tutorial we learn how to install opus
on Fedora 36.
What is opus
The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype’s SILK codec and Xiph.Org’s CELT codec.
We can use yum
or dnf
to install opus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opus.
Install opus 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 opus
using dnf
by running the following command:
sudo dnf -y install opus
Install opus 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 opus
using yum
by running the following command:
sudo yum -y install opus
How To Uninstall opus on Fedora 36
To uninstall only the opus
package we can use the following command:
sudo dnf remove opus
opus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/22cd73905353a5356f2aea7f43d7882b8b9725
/usr/lib64/libopus.so.0
/usr/lib64/libopus.so.0.8.0
/usr/share/licenses/opus
/usr/share/licenses/opus/COPYING
---
title: "How To Install opus on Fedora 36"
linkTitle: "opus"
type: "docs"
description: "In this tutorial we learn how to install opus in Fedora 36. opus is An audio codec for use in low-delay speech and audio communication"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/opus-featured.png
---
## Introduction
In this tutorial we learn how to install `opus` on Fedora 36.
### What is `opus`
> The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec.
We can use `yum` or `dnf` to install `opus` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opus.
## Install opus 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 opus
using dnf
by running the following command:
sudo dnf -y install opus
Install opus 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 opus
using yum
by running the following command:
sudo yum -y install opus
## How To Uninstall opus on Fedora 36
## References
To uninstall only the `opus` package we can use the following command:
* [opus website](https://www.opus-codec.org/)
## Summary
```bash
sudo dnf remove opus
In this tutorial we learn how to install opus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
opus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/76a13282d54c0a2c92f51cae181fa4e5853998
/usr/lib/libopus.so.0
/usr/lib/libopus.so.0.8.0
/usr/share/licenses/opus
/usr/share/licenses/opus/COPYING
References
Summary
In this tutorial we learn how to install opus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).