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

Last updated: May 17,2024

1. Install "libsoundio1" package

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

$ sudo apt update $ sudo apt install libsoundio1

2. Uninstall "libsoundio1" package

Learn how to uninstall libsoundio1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsoundio1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libsoundio1
Priority: optional
Section: universe/libs
Installed-Size: 122
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: libsoundio
Version: 1.0.2-1
Depends: libasound2 (>= 1.0.27), libc6 (>= 2.17), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libpulse0 (>= 0.99.1)
Filename: pool/universe/libs/libsoundio/libsoundio1_1.0.2-1_amd64.deb
Size: 35412
MD5sum: 77627e78d8804a10530cb5b80ec96a3e
SHA1: eaf868a02abe5a4841ce724813a9d6c153dc25be
SHA256: 4f1948983bef1f361b2db12606fd9292045aaf3fe6f0129e845a839286aed862
Description-en: cross-platform audio input and output library
libsoundio is a lightweight abstraction over various sound drivers. It provides
a well-documented API that operates consistently regardless of the sound driver
it connects to. It performs no buffering or processing on your behalf; instead
exposing the raw power of the underlying backend.
.
libsoundio is appropriate for games, music players, digital audio workstations,
and various utilities.
.
libsoundio is serious about robustness. It even handles out of memory
conditions correctly.
.
This package contains the shared library.
Description-md5: ab38558e8bf6559fc68033726b1fdff0
Multi-Arch: same
Homepage: http://libsound.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu