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

Last updated: September 20,2024

1. Install "liboscpack1" package

Here is a brief guide to show you how to install liboscpack1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liboscpack1

2. Uninstall "liboscpack1" package

This guide covers the steps necessary to uninstall liboscpack1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liboscpack1 $ sudo apt autoclean && sudo apt autoremove

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

Package: liboscpack1
Priority: optional
Section: universe/libs
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Monty Taylor
Architecture: amd64
Source: oscpack
Version: 1.0.2-1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Filename: pool/universe/o/oscpack/liboscpack1_1.0.2-1_amd64.deb
Size: 26918
MD5sum: e9edb73cdca1901b9030e1fa7d331861
SHA1: 9071fbc2c9108192be79b19ac74b1e2609626cc6
SHA256: 7d1b9d9a69ddcfdf714cd1bf21d081aac27506d1e2acca56b1ff77f47bb28f38
Description-en: A C++ library for packing and unpacking OSC packets
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 provides the shared library.
Description-md5: a31290f4545ea3f399e00eb9b54815a8
Homepage: http://www.audiomulch.com/~rossb/code/oscpack/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu