How To Install freealut on Fedora 36

In this tutorial we learn how to install freealut in Fedora 36. freealut is Implementation of OpenAL’s ALUT standard

Introduction

In this tutorial we learn how to install freealut on Fedora 36.

What is freealut

freealut is a free implementation of OpenAL’s ALUT standard. See the file AUTHORS for the people involved.

We can use yum or dnf to install freealut on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freealut.

Install freealut 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 using dnf by running the following command:

sudo dnf -y install freealut

Install freealut 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 using yum by running the following command:

sudo yum -y install freealut

How To Uninstall freealut on Fedora 36

To uninstall only the freealut package we can use the following command:

sudo dnf remove freealut

freealut Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/57a76b328174d010c52cf5dce088c89e86933b
/usr/lib64/libalut.so.0
/usr/lib64/libalut.so.0.1.0
/usr/share/doc/freealut
/usr/share/doc/freealut/AUTHORS
/usr/share/doc/freealut/COPYING
/usr/share/doc/freealut/ChangeLog
/usr/share/doc/freealut/README
---
title: "How To Install freealut on Fedora 36"
linkTitle: "freealut"
type: "docs"
description: "In this tutorial we learn how to install freealut in Fedora 36. freealut is Implementation of OpenAL's ALUT standard"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/freealut-featured.png
---

## Introduction

In this tutorial we learn how to install `freealut` on Fedora 36.

### What is `freealut`

> freealut is a free implementation of OpenAL's ALUT standard. See the file AUTHORS for the people involved.  

We can use `yum` or `dnf` to install `freealut` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freealut.

## Install freealut 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 using dnf by running the following command:

sudo dnf -y install freealut

Install freealut 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 using yum by running the following command:

sudo yum -y install freealut

How To Uninstall freealut on Fedora 36

To uninstall only the freealut package we can use the following command:

sudo dnf remove freealut

freealut Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install freealut on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/76 /usr/lib/.build-id/76/64ac7e752276b67046ae1bf56d2f47fc99ee4b /usr/lib/libalut.so.0 /usr/lib/libalut.so.0.1.0 /usr/share/doc/freealut /usr/share/doc/freealut/AUTHORS /usr/share/doc/freealut/COPYING /usr/share/doc/freealut/ChangeLog /usr/share/doc/freealut/README


## References

* [freealut website](http://openal.org/)

## Summary

In this tutorial we learn how to install `freealut` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).