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

Last updated: May 02,2024

1. Install "liboggz2" package

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

$ sudo apt update $ sudo apt install liboggz2

2. Uninstall "liboggz2" package

This is a short guide on how to uninstall liboggz2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liboggz2 $ sudo apt autoclean && sudo apt autoremove

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

Package: liboggz2
Priority: optional
Section: universe/libs
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Xiph.org Maintainers
Architecture: amd64
Source: liboggz
Version: 1.1.1-3
Depends: libc6 (>= 2.14), libogg0 (>= 1.0rc3)
Pre-Depends: multiarch-support
Filename: pool/universe/libo/liboggz/liboggz2_1.1.1-3_amd64.deb
Size: 26772
MD5sum: 90f3ffb5ccc7c31d6707a71bf194fa4a
SHA1: 388eff6bfc4611c6b042b11c143f8d7ec3b9a4da
SHA256: b7cd05a3da8e713344830a76d798535a500add2128d383921863832232ef2121
Description-en: convenience interface for Ogg stream I/O
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
.
liboggz supports the flexibility afforded by the Ogg file format while
presenting the following API niceties:
.
* Strict adherence to the formatting requirements of Ogg bitstreams,
to ensure that only valid bitstreams are generated.
* A simple, callback based open/read/close or open/write/close interface
to raw Ogg files.
* A customisable seeking abstraction for seeking on multitrack Ogg data.
* A packet queue for feeding incoming packets for writing, with callback
based notification when this queue is empty.
* A handy table structure for storing information on each logical
bitstream.
Description-md5: f1e6c8918c25db317bb7a2e883c5f9f2
Homepage: http://xiph.org/oggz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu