How To Install opusfile on Fedora 36
Introduction
In this tutorial we learn how to install opusfile
on Fedora 36.
What is opusfile
libopusfile provides a high-level API for decoding and seeking within .opus files. It includes * Support for all files with at least one Opus stream (including multichannel files or Ogg files where Opus is muxed with something else). * Full support, including seeking, for chained files. * A simple stereo downmixing API (allowing chained files to be decoded with a single output format, even if the channel count changes). * Support for reading from a file, memory buffer, or over HTTP(S) (including seeking). * Support for both random access and streaming data sources.
title: “How To Install opusfile on Fedora 36”
We can use yum
or dnf
to install opusfile
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opusfile.
linkTitle: “opusfile”
Install opusfile 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 opusfile
using dnf
by running the following command:
sudo dnf -y install opusfile
Install opusfile on Fedora 36 Using yum
type: “docs”
description: “In this tutorial we learn how to install opusfile in Fedora 36. opusfile is A high-level API for decoding and seeking within .opus files”
Update yum database with yum
using the following command.
date: “2022-08-17”
lastmod: "2022-08-17"
sudo yum makecache --refresh
#image: /images/fedora/36/opusfile-featured.png
Introduction
After updating yum database, We can install opusfile
using yum
by running the following command:
In this tutorial we learn how to install `opusfile` on Fedora 36.
sudo yum -y install opusfile
What is opusfile
How To Uninstall opusfile on Fedora 36
libopusfile provides a high-level API for decoding and seeking within .opus files. It includes * Support for all files with at least one Opus stream (including multichannel files or Ogg files where Opus is muxed with something else). * Full support, including seeking, for chained files. * A simple stereo downmixing API (allowing chained files to be decoded with a single output format, even if the channel count changes). * Support for reading from a file, memory buffer, or over HTTP(S) (including seeking). * Support for both random access and streaming data sources.
To uninstall only the opusfile
package we can use the following command:
We can use yum
or dnf
to install opusfile
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opusfile.
sudo dnf remove opusfile
## Install opusfile on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
opusfile Package Contents on Fedora 36
sudo dnf makecache --refresh
```bash
After updating yum database, We can install opusfile
using dnf
by running the following command:
sudo dnf -y install opusfile
Install opusfile 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 opusfile
using yum
by running the following command:
sudo yum -y install opusfile
How To Uninstall opusfile on Fedora 36
To uninstall only the opusfile
package we can use the following command:
sudo dnf remove opusfile
opusfile Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/4a812d0c87a79b197359bf35f4c977f2f3dca0
/usr/lib/.build-id/63
/usr/lib/.build-id/63/f245bb7dab8bcefa2d33dbcbed156239628fb8
/usr/lib64/libopusfile.so.0
/usr/lib64/libopusfile.so.0.4.5
/usr/lib64/libopusurl.so.0
/usr/lib64/libopusurl.so.0.4.5
/usr/share/doc/opusfile
/usr/share/doc/opusfile/AUTHORS
/usr/share/licenses/opusfile
/usr/share/licenses/opusfile/COPYING
References
Summary
In this tutorial we learn how to install opusfile
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/dc /usr/lib/.build-id/dc/153b2da0864d9bfd7ea3526db379a77fe51419 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/475fb465316132219d83b947e5c7bba9be6227 /usr/lib/libopusfile.so.0 /usr/lib/libopusfile.so.0.4.5 /usr/lib/libopusurl.so.0 /usr/lib/libopusurl.so.0.4.5 /usr/share/doc/opusfile /usr/share/doc/opusfile/AUTHORS /usr/share/licenses/opusfile /usr/share/licenses/opusfile/COPYING
## References
* [opusfile website](https://www.opus-codec.org/)
## Summary
In this tutorial we learn how to install `opusfile` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).