How to Install and Uninstall libsndfile.i686 Package on Amazon Linux 2

Last updated: January 11,2025

1. Install "libsndfile.i686" package

Here is a brief guide to show you how to install libsndfile.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libsndfile.i686

2. Uninstall "libsndfile.i686" package

Please follow the step by step instructions below to uninstall libsndfile.i686 on Amazon Linux 2:

$ sudo yum remove libsndfile.i686 $ sudo yum autoremove

3. Information about the libsndfile.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libsndfile
Arch : i686
Version : 1.0.25
Release : 12.amzn2.1
Size : 171 k
Repo : amzn2-core/2/x86_64
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.