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

Last updated: October 05,2024

1. Install "libsndfile.src" package

Please follow the steps below to install libsndfile.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libsndfile.src

2. Uninstall "libsndfile.src" package

In this section, we are going to explain the necessary steps to uninstall libsndfile.src on Oracle Linux 8:

$ sudo dnf remove libsndfile.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:19:11 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libsndfile
Version : 1.0.28
Release : 12.el8
Architecture : src
Size : 1.2 M
Source : None
Repository : ol8_appstream
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.