How to Install and Uninstall libvorbis-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libvorbis-java" package

This guide let you learn how to install libvorbis-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libvorbis-java

2. Uninstall "libvorbis-java" package

This tutorial shows how to uninstall libvorbis-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libvorbis-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libvorbis-java
Priority: optional
Section: universe/java
Installed-Size: 237
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: vorbis-java
Version: 0.6-1
Filename: pool/universe/v/vorbis-java/libvorbis-java_0.6-1_all.deb
Size: 102754
MD5sum: ec73d2e1a70f804654336add584fae68
SHA1: d61501ef802368a6e17143f1edb5de2184bb5e45
SHA256: 2a0d202518a9eddab7082d9e3c59386a3b9cd9fa32a65287791548ae6b6fb40a
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu