How to Install and Uninstall libgdither.x86_64 Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "libgdither.x86_64" package

This tutorial shows how to install libgdither.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libgdither.x86_64

2. Uninstall "libgdither.x86_64" package

This guide covers the steps necessary to uninstall libgdither.x86_64 on Rocky Linux 9:

$ sudo dnf remove libgdither.x86_64 $ sudo dnf autoremove

3. Information about the libgdither.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:02:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libgdither
Version : 0.6
Release : 26.el9
Architecture : x86_64
Size : 23 k
Source : libgdither-0.6-26.el9.src.rpm
Repository : epel
Summary : Library for applying dithering to PCM audio sources
URL : http://plugin.org.uk/libgdither/README
License : GPLv2+
Description : Libgdither is a GPL'd library library for performing audio dithering on
: PCM samples. The dithering process should be carried out before reducing
: the bit width of PCM audio data (eg. float to 16 bit int conversions) to
: preserve audio quality.