How to Install and Uninstall libsndfile.i686 Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

1. Install "libsndfile.i686" package

Please follow the guidelines below to install libsndfile.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libsndfile.i686

2. Uninstall "libsndfile.i686" package

Please follow the guidance below to uninstall libsndfile.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libsndfile.i686 $ sudo dnf autoremove

3. Information about the libsndfile.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:50:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libsndfile
Version : 1.0.28
Release : 10.el8
Architecture : i686
Size : 217 k
Source : libsndfile-1.0.28-10.el8.src.rpm
Repository : appstream
Summary : Library for reading and writing sound files
URL : http://www.mega-nerd.com/libsndfile/
License : LGPLv2+ and GPLv2+ and BSD
Description : libsndfile is a C library for reading and writing sound files such as
: AIFF, AU, WAV, and others through one standard interface. It can
: currently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and
: 64-bit floating point WAV files and a number of compressed formats. It
: compiles and runs on *nix, MacOS, and Win32.