How To Install liba52-devel on Fedora 36
Introduction
In this tutorial we learn how to install liba52-devel
on Fedora 36.
What is liba52-devel
The liba52-devel package contains libraries and header files for developing applications that use liba52-devel.
We can use yum
or dnf
to install liba52-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liba52-devel.
Install liba52-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install liba52-devel
Install liba52-devel 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-devel
using yum
by running the following command:
sudo yum -y install liba52-devel
How To Uninstall liba52-devel on Fedora 36
To uninstall only the liba52-devel
package we can use the following command:
sudo dnf remove liba52-devel
liba52-devel Package Contents on Fedora 36
---
title: "How To Install liba52-devel on Fedora 36"
linkTitle: "liba52-devel"
type: "docs"
description: "In this tutorial we learn how to install liba52-devel in Fedora 36. liba52-devel is Development files for liba52"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liba52-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `liba52-devel` on Fedora 36.
### What is `liba52-devel`
> The liba52-devel package contains libraries and header files for developing applications that use liba52-devel.
We can use `yum` or `dnf` to install `liba52-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liba52-devel.
## Install liba52-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install liba52-devel
using dnf
by running the following command:
sudo dnf -y install liba52-devel
Install liba52-devel 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-devel
using yum
by running the following command:
sudo yum -y install liba52-devel
How To Uninstall liba52-devel on Fedora 36
To uninstall only the liba52-devel
package we can use the following command:
sudo dnf remove liba52-devel
liba52-devel Package Contents on Fedora 36
/usr/include/a52dec
/usr/include/a52dec/a52.h
/usr/include/a52dec/attributes.h
/usr/include/a52dec/audio_out.h
/usr/include/a52dec/mm_accel.h
/usr/lib64/liba52.so
/usr/share/doc/liba52-devel
/usr/share/doc/liba52-devel/liba52.txt
References
/usr/include/a52dec /usr/include/a52dec/a52.h /usr/include/a52dec/attributes.h /usr/include/a52dec/audio_out.h /usr/include/a52dec/mm_accel.h /usr/lib/liba52.so /usr/share/doc/liba52-devel /usr/share/doc/liba52-devel/liba52.txt
Summary
In this tutorial we learn how to install liba52-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [liba52-devel website](http://liba52.sourceforge.net)
## Summary
In this tutorial we learn how to install `liba52-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).