How To Install liba52 on Fedora 36
Introduction
In this tutorial we learn how to install liba52
on Fedora 36.
What is liba52
liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3 or AC3
We can use yum
or dnf
to install liba52
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liba52.
Install liba52 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 liba52
using dnf
by running the following command:
sudo dnf -y install liba52
Install liba52 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 liba52
using yum
by running the following command:
sudo yum -y install liba52
How To Uninstall liba52 on Fedora 36
To uninstall only the liba52
package we can use the following command:
sudo dnf remove liba52
liba52 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/b890ebb5f68696d6fe35c2344d6ed5070c8905
/usr/lib/liba52.so.0
/usr/lib/liba52.so.0.0.0
/usr/share/licenses/liba52
/usr/share/licenses/liba52/COPYING
References
Summary
In this tutorial we learn how to install liba52
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liba52 on Fedora 36” linkTitle: “liba52” type: “docs” description: “In this tutorial we learn how to install liba52 in Fedora 36. liba52 is A free ATSC A/52 stream decoder, also known as AC-3 or AC3” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liba52-featured.png
Introduction
In this tutorial we learn how to install liba52
on Fedora 36.
What is liba52
liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3 or AC3
We can use yum
or dnf
to install liba52
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liba52.
Install liba52 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 liba52
using dnf
by running the following command:
sudo dnf -y install liba52
Install liba52 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 liba52
using yum
by running the following command:
sudo yum -y install liba52
How To Uninstall liba52 on Fedora 36
To uninstall only the liba52
package we can use the following command:
sudo dnf remove liba52
liba52 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/130c6336226caff4cefb4d6772ef889cbf7469
/usr/lib64/liba52.so.0
/usr/lib64/liba52.so.0.0.0
/usr/share/licenses/liba52
/usr/share/licenses/liba52/COPYING
References
Summary
In this tutorial we learn how to install liba52
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).