How to Install and Uninstall rnnoise.i686 Package on Fedora 35

Last updated: February 03,2025

1. Install "rnnoise.i686" package

This is a short guide on how to install rnnoise.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install rnnoise.i686

2. Uninstall "rnnoise.i686" package

Please follow the step by step instructions below to uninstall rnnoise.i686 on Fedora 35:

$ sudo dnf remove rnnoise.i686 $ sudo dnf autoremove

3. Information about the rnnoise.i686 package on Fedora 35

Last metadata expiration check: 4:53:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rnnoise
Version : 0
Release : 0.4.20210312git7f449bf.fc35
Architecture : i686
Size : 111 k
Source : rnnoise-0-0.4.20210312git7f449bf.fc35.src.rpm
Repository : fedora
Summary : Recurrent neural network for audio noise reduction
URL : https://gitlab.xiph.org/xiph/rnnoise
License : BSD
Description : RNNoise is a noise suppression library based on a recurrent neural network.
:
: While it is meant to be used as a library, a simple command-line tool is
: provided as an example. It operates on RAW 16-bit (machine endian) mono PCM
: files sampled at 48 kHz. It can be used as:
:
: ./examples/rnnoise_demo
:
: The output is also a 16-bit raw PCM file.