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

Last updated: June 28,2024

1. Install "mingw32-opusfile.noarch" package

Please follow the instructions below to install mingw32-opusfile.noarch on Fedora 34

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

2. Uninstall "mingw32-opusfile.noarch" package

Please follow the guidelines below to uninstall mingw32-opusfile.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:46:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw32-opusfile
Version : 0.12
Release : 3.fc34
Architecture : noarch
Size : 98 k
Source : mingw-opusfile-0.12-3.fc34.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.