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

Last updated: May 22,2024

1. Install "alure-doc" package

This guide let you learn how to install alure-doc on Kali Linux

$ sudo apt update $ sudo apt install alure-doc

2. Uninstall "alure-doc" package

Please follow the guidelines below to uninstall alure-doc on Kali Linux:

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

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

Package: alure-doc
Source: alure
Version: 1.2-9
Installed-Size: 296
Maintainer: Debian Games Team
Architecture: all
Size: 26780
SHA256: 812ad72722fa2e0538e4da7e0c450191bfbdb115ba65a8986f3f420ca90e6961
SHA1: 356e69f8789d2ed762bb2bb9243369f971436e86
MD5sum: 15ab70ddfbf52f9f45cbd6103768e109
Description: AL Utilities REtooled (documentation)
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 documentation.
Description-md5:
Homepage: https://kcat.tomasu.net/alure.html
Tag: made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/a/alure/alure-doc_1.2-9_all.deb