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

Last updated: May 17,2024

1. Install "libroar-dev" package

Please follow the guidance below to install libroar-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libroar-dev

2. Uninstall "libroar-dev" package

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

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

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

Package: libroar-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1075
Maintainer: Ubuntu Developers
Original-Maintainer: Patrick Matthäi
Architecture: amd64
Source: roaraudio
Version: 1.0~beta11-7
Provides: libsndio-dev
Depends: libc6 (>= 2.15), libroar2 (= 1.0~beta11-7), libx11-6, zlib1g (>= 1:1.2.2), libroar-compat2 (= 1.0~beta11-7), libslp-dev, libx11-dev
Recommends: roarclients
Suggests: ckport, libmuroar-dev
Filename: pool/universe/r/roaraudio/libroar-dev_1.0~beta11-7_amd64.deb
Size: 218652
MD5sum: 2243f680b7e7fb169513f43e3207f320
SHA1: c0a33c79c182a6244d923791716c54646c825010
SHA256: f3a59ff74775aefa45a51ffa45ea7235cf870ce7e6f750d0c74ccafc94608888
Description-en: header files and documentation for the RoarAudio libraries
RoarAudio is a server for audio mixing. Its main purpose is to mix audio from
different clients before sending it to its outputs (for example a soundcard).
It is completely network transparent (UNIX sockets, TCP/IP, DECnet) and
supports many common codecs like Ogg Vorbis, Speex or FLAC.
.
This packet consists of the following libraries:
libroar: The RoarAudio main library. It contains code for talking to roard,
virtual IO functions useful not only for audio applications, memory
management functions like buffers, lists, stacks.
.
libroardsp: Digital Signal Processing library. It contains code to work with
PCM signals including simple filters, converters and code to work with some
(realtime) codecs.
.
libroareio: This is the RoarAudio Extended IO library. It contains code for
talking to extended IO. Currently it contains code to talk to soundcards
without roard. This is not meant to be used by other applications directly.
.
libroarlight: Light Control support library. It contains code to support
the usage of the light control subsystem.
.
libroarmidi: MIDI subsystem support library. It contains code to support
the usage of the MIDI subsystem.
.
This package contains the development headers for the libroar library.
Description-md5: 24cf6947bfaaa29f473d82b515932858
Homepage: http://roaraudio.keep-cool.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu