How to Install and Uninstall opusfile.x86_64 Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "opusfile.x86_64" package

This tutorial shows how to install opusfile.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install opusfile.x86_64

2. Uninstall "opusfile.x86_64" package

Please follow the step by step instructions below to uninstall opusfile.x86_64 on Rocky Linux 8:

$ sudo dnf remove opusfile.x86_64 $ sudo dnf autoremove

3. Information about the opusfile.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:43:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : opusfile
Version : 0.11
Release : 3.el8
Architecture : x86_64
Size : 53 k
Source : opusfile-0.11-3.el8.src.rpm
Repository : epel
Summary : A high-level API for decoding and seeking within .opus files
URL : http://www.opus-codec.org/
License : BSD
Description : 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.