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

Last updated: July 05,2024

1. Install "libsndfile.src" package

This guide let you learn how to install libsndfile.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libsndfile.src

2. Uninstall "libsndfile.src" package

Please follow the guidelines below to uninstall libsndfile.src on Oracle Linux 9:

$ sudo dnf remove libsndfile.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:52:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libsndfile
Version : 1.0.31
Release : 7.el9
Architecture : src
Size : 877 k
Source : None
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.