How to Install and Uninstall libgroove-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libgroove-dev" package

This tutorial shows how to install libgroove-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgroove-dev

2. Uninstall "libgroove-dev" package

Here is a brief guide to show you how to uninstall libgroove-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgroove-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgroove-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgroove-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: libgroove
Version: 4.3.0-2
Depends: libgroove4 (= 4.3.0-2)
Filename: pool/universe/libg/libgroove/libgroove-dev_4.3.0-2_amd64.deb
Size: 27364
MD5sum: c388f86475261f69b30df267ac657a15
SHA1: 935e8c288d53ad63a78230df776d358c880aff28
SHA256: 20fad6e1c1ec37fa1a35a7e9774b1dd893bf70f8ff9a4528390d5c43068e9826
Description-en: audio dispatching library (development files)
This C library provides an sink-based API for decoding and encoding audio.
It is intended to be used as a backend for music player applications, however
it may also be used as a backend for any audio processing utility.
.
Features:
* Uses libav for decoding and encoding.
* Add and remove entries on a playlist for gapless playback.
* Supports idempotent pause, play, and seek.
* Per-playlist-item gain adjustment so you can implement loudness compensation
without audio glitches.
* Read and write metadata tags.
* Extensible sink-based interface. A sink provides resampling and keeps its
buffer full. This package contains the raw sink which provides
reference-counted raw audio buffers. Other sinks are built on top of this
one.
* Thread-safe.
.
This package contains the development files.
Description-md5: 48f8d731a1e3724f459002899c9a9561
Multi-Arch: same
Homepage: https://github.com/andrewrk/libgroove
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu