How to Install and Uninstall libsndfile.i686 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "libsndfile.i686" package

Please follow the steps below to install libsndfile.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libsndfile.i686

2. Uninstall "libsndfile.i686" package

Please follow the step by step instructions below to uninstall libsndfile.i686 on Oracle Linux 9:

$ sudo dnf remove libsndfile.i686 $ sudo dnf autoremove

3. Information about the libsndfile.i686 package on Oracle Linux 9

Last metadata expiration check: 0:23:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libsndfile
Version : 1.0.31
Release : 7.el9
Architecture : i686
Size : 238 k
Source : libsndfile-1.0.31-7.el9.src.rpm
Repository : ol9_appstream
Summary : Library for reading and writing sound files
URL : http://libsndfile.github.io/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.