How to Install and Uninstall libvorbis-java Package on Kali Linux

Last updated: September 20,2024

1. Install "libvorbis-java" package

This is a short guide on how to install libvorbis-java on Kali Linux

$ sudo apt update $ sudo apt install libvorbis-java

2. Uninstall "libvorbis-java" package

Learn how to uninstall libvorbis-java on Kali Linux:

$ sudo apt remove libvorbis-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libvorbis-java package on Kali Linux

Package: libvorbis-java
Source: vorbis-java
Version: 0.8-3
Installed-Size: 235
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libtika-java
Size: 158640
SHA256: bddbca1103d1857335ef7a2c4f1f5096c3a02f37d5f43c7692013dbcdb31cbca
SHA1: cb9f7126c0f6c3aa5ebbd4aa646b25e06129fe07
MD5sum: fe43b6cceb0ce247f67b941531c7b8ec
Description: Ogg and Vorbis toolkit for Java
vorbis-java is a pure Java library for working with Ogg, Vorbis, FLAC,
Opus and Speex files
.
Support for the Ogg container is fairly complete, offering the ability
to read, write, add and change streams within an Ogg file. It should
be possible to use the Ogg parts as a basis for dealing with any
multimedia data stored in an Ogg container. There is basic support for
Skeleton Annodex streams, which provide metadata on top of Ogg files about
the streams, but it isn't fully integrated.
.
Support for the Vorbis audio format so far concentrates on metadata.
It is possible to retrieve and change metadata (such as sampling rates,
user comments etc), and tools are provided to query and alter these.
Encoding/decoding audio data is not supported.
.
Opus and Speex support is slightly less than that of Vorbis, covering
retrieving of metadata (such as sampling rates, user comments etc). However,
basic Opus or Speex audio frame support is outstanding. Tooling exists
for querying and changing metadata for Opus only.
.
Very limited support is also included for FLAC comments (user metadata),
which use the same scheme as Vorbis. FLAC-native and FLAC-in-Ogg files
are both supported for extracting the user metadata.
Description-md5: 8d3d7ba971732039c281b7a6d52698cc
Homepage: https://github.com/Gagravarr/VorbisJava
Section: java
Priority: optional
Filename: pool/main/v/vorbis-java/libvorbis-java_0.8-3_all.deb