How To Install alure on Fedora 36
Introduction
In this tutorial we learn how to install alure on Fedora 36.
What is alure
ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming.
We can use yum or dnf to install alure on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alure.
Install alure 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 alure using dnf by running the following command:
sudo dnf -y install alure
Install alure 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 alure using yum by running the following command:
sudo yum -y install alure
How To Uninstall alure on Fedora 36
To uninstall only the alure package we can use the following command:
sudo dnf remove alure
alure Package Contents on Fedora 36
/usr/bin/alurecdplay
/usr/bin/alureplay
/usr/bin/alurestream
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/497c2b7cbd2291e584fa18711df4fa4f619d9b
/usr/lib/.build-id/20
/usr/lib/.build-id/20/9da8785c2f1cf54cc621fc44ebff5bd854e7cd
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/ad5dcd9d9c9e2901bc5387a647afe9b510b4dc
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/d50eb5227be109ba4bd764e82104b01a4bb94d
/usr/lib/libalure.so.1
/usr/lib/libalure.so.1.2.0
/usr/share/doc/alure
/usr/share/doc/alure/COPYING
References
Summary
In this tutorial we learn how to install alure on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install alure on Fedora 36” linkTitle: “alure” type: “docs” description: “In this tutorial we learn how to install alure in Fedora 36. alure is Audio Library Tools REloaded” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/alure-featured.png
Introduction
In this tutorial we learn how to install alure on Fedora 36.
What is alure
ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming.
We can use yum or dnf to install alure on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alure.
Install alure 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 alure using dnf by running the following command:
sudo dnf -y install alure
Install alure 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 alure using yum by running the following command:
sudo yum -y install alure
How To Uninstall alure on Fedora 36
To uninstall only the alure package we can use the following command:
sudo dnf remove alure
alure Package Contents on Fedora 36
/usr/bin/alurecdplay
/usr/bin/alureplay
/usr/bin/alurestream
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/dff6032ada9b84e73baaa4f7193ca931211b39
/usr/lib/.build-id/40
/usr/lib/.build-id/40/eeee5a26291ea9510b7ff73bf761ae53c2cf7e
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/fddea6549dbb04c78e7fead4d8f5c5c1285cc0
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/b280c2e5da2c5d3d9f805017f487589f95f579
/usr/lib64/libalure.so.1
/usr/lib64/libalure.so.1.2.0
/usr/share/doc/alure
/usr/share/doc/alure/COPYING
References
Summary
In this tutorial we learn how to install alure on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).