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

Last updated: May 19,2024

1. Install "liboscpack-dev" package

This guide covers the steps necessary to install liboscpack-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liboscpack-dev

2. Uninstall "liboscpack-dev" package

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

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

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

Package: liboscpack-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Monty Taylor
Architecture: amd64
Source: oscpack
Version: 1.0.2-1
Depends: liboscpack1 (= 1.0.2-1), libasound2-dev
Filename: pool/universe/o/oscpack/liboscpack-dev_1.0.2-1_amd64.deb
Size: 13174
MD5sum: e143864ebc7349775bddb4a7630a8359
SHA1: 3e20a23c66e42dd917bc70445040e554c9ee8494
SHA256: 97765bff6e2363d09a381a9c012f6c0e96db296676c91e830e9a6b61a2fe3226
Description-en: A C++ library for packing and unpacking OSC packets - dev files
Oscpack is simply a set of C++ classes for packing and unpacking OSC
packets. Oscpack includes a minimal set of UDP networking classes for
Windows and POSIX which are sufficient for writing many OSC applications
and servers, but you are encouraged to use another networking framework
if it better suits your needs. Oscpack is not an OSC application
framework, it doesn't include infrastructure for constructing or routing
OSC namespaces, just classes for easily constructing, sending, receiving
and parsing OSC packets. The library should also be easy to use for
other transport methods (eg serial).
.
The key goals of the oscpack library are:
.
- to be a simple and complete implementation of OSC
- to be portable to a wide variety of platforms
- to allow easy development of robust OSC applications (for example it
should be impossible to crash a server by sending it malformed packets,
and difficult to create malformed packets.)
.
This package contains files needed for development.
Description-md5: 30c5fd3f95fcbb0a98aa8e8f9b36fd26
Homepage: http://www.audiomulch.com/~rossb/code/oscpack/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu