How to Install and Uninstall mingw32-opusfile.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "mingw32-opusfile.noarch" package

This tutorial shows how to install mingw32-opusfile.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mingw32-opusfile.noarch

2. Uninstall "mingw32-opusfile.noarch" package

Please follow the step by step instructions below to uninstall mingw32-opusfile.noarch on Fedora 35:

$ sudo dnf remove mingw32-opusfile.noarch $ sudo dnf autoremove

3. Information about the mingw32-opusfile.noarch package on Fedora 35

Last metadata expiration check: 5:27:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mingw32-opusfile
Version : 0.12
Release : 4.fc35
Architecture : noarch
Size : 100 k
Source : mingw-opusfile-0.12-4.fc35.src.rpm
Repository : fedora
Summary : A high-level API for decoding and seeking within .opus files
URL : https://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.
: This is the MinGW version, built for the win32 target.