How to Install and Uninstall alsa-lib.i686 Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "alsa-lib.i686" package

Please follow the steps below to install alsa-lib.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install alsa-lib.i686

2. Uninstall "alsa-lib.i686" package

In this section, we are going to explain the necessary steps to uninstall alsa-lib.i686 on Amazon Linux 2:

$ sudo yum remove alsa-lib.i686 $ sudo yum autoremove

3. Information about the alsa-lib.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : alsa-lib
Arch : i686
Version : 1.1.4.1
Release : 2.amzn2
Size : 452 k
Repo : amzn2-core/2/x86_64
Summary : The Advanced Linux Sound Architecture (ALSA) library
URL : http://www.alsa-project.org/
License : LGPLv2+
Description : The Advanced Linux Sound Architecture (ALSA) provides audio and
: MIDI functionality to the Linux operating system.
:
: This package includes the ALSA runtime libraries to simplify
: application programming and provide higher level functionality as
: well as support for the older OSS API, providing binary
: compatibility for most OSS programs.