How to Install and Uninstall libalure1 Package on Kali Linux

Last updated: May 13,2024

1. Install "libalure1" package

Please follow the guidance below to install libalure1 on Kali Linux

$ sudo apt update $ sudo apt install libalure1

2. Uninstall "libalure1" package

This is a short guide on how to uninstall libalure1 on Kali Linux:

$ sudo apt remove libalure1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libalure1 package on Kali Linux

Package: libalure1
Source: alure (1.2-9)
Version: 1.2-9+b2
Installed-Size: 118
Maintainer: Debian Games Team
Architecture: amd64
Depends: libc6 (>= 2.34), libdumb1, libflac12 (>= 1.3.0), libgcc-s1 (>= 3.0), libmodplug1 (>= 1:0.8.8.5), libmpg123-0 (>= 1.6.2), libopenal1 (>= 1.14), libsndfile1 (>= 1.0.20), libstdc++6 (>= 11), libvorbisfile3 (>= 1.1.2)
Size: 37212
SHA256: 08790d20af3bbef232e8e316a95d7fed00ca4b9e3f0d495f08aacff007ff1704
SHA1: 7df8d9ce116a0dbe18be53eb577cc77afd9f8c3d
MD5sum: 5db079c94bdc1372723305ddced55615
Description: AL Utilities REtooled (shared library)
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 ALURE shared library.
Description-md5:
Multi-Arch: same
Homepage: https://kcat.tomasu.net/alure.html
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/a/alure/libalure1_1.2-9+b2_amd64.deb