How to Install and Uninstall rnnoise.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "rnnoise.x86_64" package

Please follow the guidance below to install rnnoise.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install rnnoise.x86_64

2. Uninstall "rnnoise.x86_64" package

This tutorial shows how to uninstall rnnoise.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove rnnoise.x86_64 $ sudo dnf autoremove

3. Information about the rnnoise.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:25:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rnnoise
Version : 0
Release : 0.3.20210312git7f449bf.el8
Architecture : x86_64
Size : 113 k
Source : rnnoise-0-0.3.20210312git7f449bf.el8.src.rpm
Repository : epel
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.