How To Install liba52 on Fedora 34
Introduction
In this tutorial we learn how to install liba52
on Fedora 34.
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 liba52 0.7.4 40.fc34 x86_64 38 k a52dec-0.7.4-40.fc34.src.rpm fedora A free ATSC A/52 stream decoder, also known as AC-3 or AC3 http GPLv2 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install liba52.
Install liba52 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install liba52
using dnf
by running the following command:
sudo dnf -y install liba52
Install liba52 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the liba52
package we can use the following command:
sudo dnf remove liba52
liba52 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/bbef39a9e00e163653397c4cef08473c12afc5
/usr/lib/liba52.so.0
/usr/lib/liba52.so.0.0.0
/usr/share/licenses/liba52
/usr/share/licenses/liba52/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/c6cb538b3d86009b55754a476ebd3fb3527030
/usr/lib64/liba52.so.0
/usr/lib64/liba52.so.0.0.0
/usr/share/licenses/liba52
/usr/share/licenses/liba52/COPYING
References
- [liba52 website](http://liba52.sourceforge.net http://liba52.sourceforge.net)
Summary
In this tutorial we learn how to install liba52
on Fedora 34 using yum and dnf.