How to Install and Uninstall liboscpack-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "liboscpack-dev" package

Here is a brief guide to show you how to install liboscpack-dev on Kali Linux

$ sudo apt update $ sudo apt install liboscpack-dev

2. Uninstall "liboscpack-dev" package

This guide covers the steps necessary to uninstall liboscpack-dev on Kali Linux:

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

3. Information about the liboscpack-dev package on Kali Linux

Package: liboscpack-dev
Source: oscpack (1.1.0-3)
Version: 1.1.0-3+b1
Installed-Size: 92
Maintainer: Debian QA Group
Architecture: amd64
Depends: liboscpack1 (= 1.1.0-3+b1), libasound2-dev
Size: 19380
SHA256: d522aad1dcb11c5f84432fabec3f3c39d5ba17bd63ea78c3ebc00afe07f2f4be
SHA1: 8908cad5d5f8603312f5ad06fa910dc4b6bf43cb
MD5sum: f2da426e417cecb1fd4d6819a4c77d92
Description: 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:
Multi-Arch: same
Homepage: http://www.rossbencina.com/code/oscpack
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/o/oscpack/liboscpack-dev_1.1.0-3+b1_amd64.deb