How To Install flac-libs on Fedora 36
Introduction
In this tutorial we learn how to install flac-libs
on Fedora 36.
What is flac-libs
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to Ogg Vorbis, but lossless. The FLAC project consists of the stream format, reference encoders and decoders in library form, flac, a command-line program to encode and decode FLAC files, metaflac, a command-line metadata editor for FLAC files and input plugins for various music players. This package contains the FLAC libraries.
We can use yum
or dnf
to install flac-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flac-libs.
Install flac-libs 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 flac-libs
using dnf
by running the following command:
sudo dnf -y install flac-libs
Install flac-libs 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 flac-libs
using yum
by running the following command:
sudo yum -y install flac-libs
How To Uninstall flac-libs on Fedora 36
To uninstall only the flac-libs
package we can use the following command:
sudo dnf remove flac-libs
flac-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/3956128e553dbf30e9b9eb9eb9656eb47e067c
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/7e698f25b5c96b858a4224a09db7009edfd296
/usr/lib64/libFLAC++.so.6
/usr/lib64/libFLAC++.so.6.3.0
/usr/lib64/libFLAC.so.8
/usr/lib64/libFLAC.so.8.3.0
/usr/share/doc/flac-libs
/usr/share/doc/flac-libs/AUTHORS
/usr/share/doc/flac-libs/COPYING.FDL
/usr/share/doc/flac-libs/COPYING.GPL
/usr/share/doc/flac-libs/COPYING.LGPL
/usr/share/doc/flac-libs/COPYING.Xiph
/usr/share/doc/flac-libs/README
References
Summary
In this tutorial we learn how to install flac-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install flac-libs on Fedora 36” linkTitle: “flac-libs” type: “docs” description: “In this tutorial we learn how to install flac-libs in Fedora 36. flac-libs is Libraries for the Free Lossless Audio Codec” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flac-libs-featured.png
Introduction
In this tutorial we learn how to install flac-libs
on Fedora 36.
What is flac-libs
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to Ogg Vorbis, but lossless. The FLAC project consists of the stream format, reference encoders and decoders in library form, flac, a command-line program to encode and decode FLAC files, metaflac, a command-line metadata editor for FLAC files and input plugins for various music players. This package contains the FLAC libraries.
We can use yum
or dnf
to install flac-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flac-libs.
Install flac-libs 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 flac-libs
using dnf
by running the following command:
sudo dnf -y install flac-libs
Install flac-libs 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 flac-libs
using yum
by running the following command:
sudo yum -y install flac-libs
How To Uninstall flac-libs on Fedora 36
To uninstall only the flac-libs
package we can use the following command:
sudo dnf remove flac-libs
flac-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/33c0098d8f56b769cf11f6f7d5f97a78cecf06
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/25990ae4ff6265f24d98e2fb06282f43acd3d5
/usr/lib/libFLAC++.so.6
/usr/lib/libFLAC++.so.6.3.0
/usr/lib/libFLAC.so.8
/usr/lib/libFLAC.so.8.3.0
/usr/share/doc/flac-libs
/usr/share/doc/flac-libs/AUTHORS
/usr/share/doc/flac-libs/COPYING.FDL
/usr/share/doc/flac-libs/COPYING.GPL
/usr/share/doc/flac-libs/COPYING.LGPL
/usr/share/doc/flac-libs/COPYING.Xiph
/usr/share/doc/flac-libs/README
References
Summary
In this tutorial we learn how to install flac-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).