How To Install freealut-devel on Fedora 36
Introduction
In this tutorial we learn how to install freealut-devel
on Fedora 36.
What is freealut-devel
Development headers and libraries needed for freealut development
We can use yum
or dnf
to install freealut-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freealut-devel.
Install freealut-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 freealut-devel
using dnf
by running the following command:
sudo dnf -y install freealut-devel
Install freealut-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 freealut-devel
using yum
by running the following command:
sudo yum -y install freealut-devel
How To Uninstall freealut-devel on Fedora 36
To uninstall only the freealut-devel
package we can use the following command:
sudo dnf remove freealut-devel
freealut-devel Package Contents on Fedora 36
---
title: "How To Install freealut-devel on Fedora 36"
linkTitle: "freealut-devel"
type: "docs"
description: "In this tutorial we learn how to install freealut-devel in Fedora 36. freealut-devel is Development files for freealut"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/freealut-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `freealut-devel` on Fedora 36.
### What is `freealut-devel`
> Development headers and libraries needed for freealut development
We can use `yum` or `dnf` to install `freealut-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freealut-devel.
## Install freealut-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 freealut-devel
using dnf
by running the following command:
sudo dnf -y install freealut-devel
Install freealut-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 freealut-devel
using yum
by running the following command:
sudo yum -y install freealut-devel
How To Uninstall freealut-devel on Fedora 36
To uninstall only the freealut-devel
package we can use the following command:
sudo dnf remove freealut-devel
freealut-devel Package Contents on Fedora 36
/usr/bin/freealut-config
/usr/include/AL
/usr/include/AL/alut.h
/usr/lib64/libalut.so
/usr/lib64/pkgconfig/freealut.pc
/usr/share/doc/freealut-devel
/usr/share/doc/freealut-devel/alut.css
/usr/share/doc/freealut-devel/alut.html
/usr/share/doc/freealut-devel/hello_world.c
/usr/share/doc/freealut-devel/playfile.c
References
Summary
In this tutorial we learn how to install freealut-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/freealut-config /usr/include/AL /usr/include/AL/alut.h /usr/lib/libalut.so /usr/lib/pkgconfig/freealut.pc /usr/share/doc/freealut-devel /usr/share/doc/freealut-devel/alut.css /usr/share/doc/freealut-devel/alut.html /usr/share/doc/freealut-devel/hello_world.c /usr/share/doc/freealut-devel/playfile.c
## References
* [freealut-devel website](http://openal.org/)
## Summary
In this tutorial we learn how to install `freealut-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).