How To Install a52dec on Fedora 36
In this tutorial we learn how to install a52dec in Fedora 36. a52dec is Small test program for liba52
Introduction
In this tutorial we learn how to install a52dec on Fedora 36.
What is a52dec
Small test program for liba52.
We can use yum or dnf to install a52dec on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install a52dec.
Install a52dec 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 a52dec using dnf by running the following command:
sudo dnf -y install a52dec
Install a52dec 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 a52dec using yum by running the following command:
sudo yum -y install a52dec
How To Uninstall a52dec on Fedora 36
To uninstall only the a52dec package we can use the following command:
sudo dnf remove a52dec
a52dec Package Contents on Fedora 36
/usr/bin/a52dec
/usr/bin/extract_a52
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/aa97bd4f12248c6713ea028269ba7e62e3a85d
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/f443de343f84e7b29d73bcb25a5f1f104cc872
/usr/share/doc/a52dec
/usr/share/doc/a52dec/AUTHORS
/usr/share/doc/a52dec/ChangeLog
/usr/share/doc/a52dec/HISTORY
/usr/share/doc/a52dec/NEWS
/usr/share/doc/a52dec/TODO
/usr/share/man/man1/a52dec.1.gz
/usr/share/man/man1/extract_a52.1.gz
References
Summary
In this tutorial we learn how to install a52dec on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).