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

Last updated: May 10,2024

1. Install "libsoundio-dev" package

This is a short guide on how to install libsoundio-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsoundio-dev

2. Uninstall "libsoundio-dev" package

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

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

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

Package: libsoundio-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 250
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: libsoundio
Version: 1.0.2-1
Depends: libsoundio1 (= 1.0.2-1)
Filename: pool/universe/libs/libsoundio/libsoundio-dev_1.0.2-1_amd64.deb
Size: 61194
MD5sum: f7e5fcbb80527a92235f452b2a30406f
SHA1: e58693c8b4e14b7deea185512ef7b98615b45781
SHA256: 183b3b5344abb0185e3a5e7cf27b1f0f95b8d292e2912a002a3367f99fab4347
Description-en: cross platform audio input and output library (development files)
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 development files.
Description-md5: 82d84138360d06d496c0429a66a34be2
Multi-Arch: same
Homepage: http://libsound.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu