How to Install and Uninstall libgroove4 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libgroove4" package

Please follow the step by step instructions below to install libgroove4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgroove4

2. Uninstall "libgroove4" package

Please follow the steps below to uninstall libgroove4 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgroove4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgroove4 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgroove4
Priority: optional
Section: universe/libs
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: libgroove
Version: 4.3.0-2
Depends: libavcodec-ffmpeg56 (>= 7:2.4) | libavcodec-ffmpeg-extra56 (>= 7:2.4), libavfilter-ffmpeg5 (>= 7:2.4), libavformat-ffmpeg56 (>= 7:2.4), libavutil-ffmpeg54 (>= 7:2.4), libc6 (>= 2.14)
Filename: pool/universe/libg/libgroove/libgroove4_4.3.0-2_amd64.deb
Size: 19682
MD5sum: 56681402b0c281feb57b7cd2dc5be14d
SHA1: f18e42260619a04b24498b68e5f803b787feee47
SHA256: f487959d6504393362779d9550e131fca6db18619f810eb9624ab313ad9f8c27
Description-en: music player backend
This library provides decoding and encoding of audio on a playlist.
It is intended to be used as a backend for music player applications, however
it is generic enough to 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 shared library.
Description-md5: 500b639f4c19fbfe8a6c2b57aab1ca73
Multi-Arch: same
Homepage: https://github.com/andrewrk/libgroove
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu