How to Install and Uninstall alure-utils Package on Kali Linux

Last updated: May 19,2024

1. Install "alure-utils" package

Learn how to install alure-utils on Kali Linux

$ sudo apt update $ sudo apt install alure-utils

2. Uninstall "alure-utils" package

Here is a brief guide to show you how to uninstall alure-utils on Kali Linux:

$ sudo apt remove alure-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the alure-utils package on Kali Linux

Package: alure-utils
Source: alure (1.2-9)
Version: 1.2-9+b2
Installed-Size: 66
Maintainer: Debian Games Team
Architecture: amd64
Replaces: libalure-dev (<< 1.2-2)
Depends: libalure1 (= 1.2-9+b2), libc6 (>= 2.34), libopenal1 (>= 1.14)
Breaks: libalure-dev (<< 1.2-2)
Size: 14040
SHA256: 2060c3a821f387746bda127302b281ecce1238df8f629d991880ad79b96c2cb5
SHA1: 4d37acd0eadf0aef6070e4daaff7e0729f91dd44
MD5sum: c2cc511a40865df3766722b1671e5bd4
Description: AL Utilities REtooled (utilities)
ALURE is a utility library to help manage common tasks with OpenAL
applications. This includes device enumeration and initialization, file
loading, and streaming.
.
The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects and
platforms, such as loading a sound file into an OpenAL buffer and streaming an
audio file through a buffer queue. Support for different formats is consistent
across platforms, so no special checks are needed when loading files, and all
formats are handled through the same API.
.
Currently ALURE includes a basic .wav and .aif file reader, and can leverage
external libraries such as libSndFile (for extended wave formats and several
others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC), and
others. External libraries can also be dynamically loaded at run-time, or
individually disabled outright at compile time.
.
This package installs the various ALURE utility programs.
Description-md5:
Homepage: https://kcat.tomasu.net/alure.html
Tag: role::program
Section: utils
Priority: optional
Filename: pool/main/a/alure/alure-utils_1.2-9+b2_amd64.deb