How To Install libmad on Fedora 36
Introduction
In this tutorial we learn how to install libmad
on Fedora 36.
What is libmad
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.
We can use yum
or dnf
to install libmad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmad.
Install libmad on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libmad
using dnf
by running the following command:
sudo dnf -y install libmad
Install libmad on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libmad
using yum
by running the following command:
sudo yum -y install libmad
How To Uninstall libmad on Fedora 36
To uninstall only the libmad
package we can use the following command:
sudo dnf remove libmad
libmad Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/d05e6b100861066e8f5ec087df80c2a56d15aa
/usr/lib/libmad.so.0
/usr/lib/libmad.so.0.2.1
/usr/share/doc/libmad
/usr/share/doc/libmad/CHANGES
/usr/share/doc/libmad/CREDITS
/usr/share/doc/libmad/README
/usr/share/doc/libmad/TODO
/usr/share/licenses/libmad
/usr/share/licenses/libmad/COPYING
/usr/share/licenses/libmad/COPYRIGHT
References
Summary
In this tutorial we learn how to install libmad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libmad on Fedora 36” linkTitle: “libmad” type: “docs” description: “In this tutorial we learn how to install libmad in Fedora 36. libmad is MPEG audio decoder library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmad-featured.png
Introduction
In this tutorial we learn how to install libmad
on Fedora 36.
What is libmad
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.
We can use yum
or dnf
to install libmad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmad.
Install libmad on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libmad
using dnf
by running the following command:
sudo dnf -y install libmad
Install libmad on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libmad
using yum
by running the following command:
sudo yum -y install libmad
How To Uninstall libmad on Fedora 36
To uninstall only the libmad
package we can use the following command:
sudo dnf remove libmad
libmad Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/5792b6d5e6ec6628e138036d3e206d1fa455ea
/usr/lib64/libmad.so.0
/usr/lib64/libmad.so.0.2.1
/usr/share/doc/libmad
/usr/share/doc/libmad/CHANGES
/usr/share/doc/libmad/CREDITS
/usr/share/doc/libmad/README
/usr/share/doc/libmad/TODO
/usr/share/licenses/libmad
/usr/share/licenses/libmad/COPYING
/usr/share/licenses/libmad/COPYRIGHT
References
Summary
In this tutorial we learn how to install libmad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).