How to Install and Uninstall alsa-lib.src Package on Oracle Linux 9

Last updated: May 14,2024

1. Install "alsa-lib.src" package

Please follow the guidelines below to install alsa-lib.src on Oracle Linux 9

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

2. Uninstall "alsa-lib.src" package

This is a short guide on how to uninstall alsa-lib.src on Oracle Linux 9:

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

3. Information about the alsa-lib.src package on Oracle Linux 9

Last metadata expiration check: 0:26:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : alsa-lib
Version : 1.2.9
Release : 1.el9
Architecture : src
Size : 1.1 M
Source : None
Repository : ol9_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.