How to Install and Uninstall alsa-lib.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "alsa-lib.x86_64" package

Here is a brief guide to show you how to install alsa-lib.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install alsa-lib.x86_64

2. Uninstall "alsa-lib.x86_64" package

This guide let you learn how to uninstall alsa-lib.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove alsa-lib.x86_64 $ sudo dnf autoremove

3. Information about the alsa-lib.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:46:30 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : alsa-lib
Version : 1.2.3.2
Release : 1.el8
Architecture : x86_64
Size : 469 k
Source : alsa-lib-1.2.3.2-1.el8.src.rpm
Repository : appstream
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.