How to Install and Uninstall liboscpack1 Package on Kali Linux

Last updated: May 06,2024

1. Install "liboscpack1" package

This is a short guide on how to install liboscpack1 on Kali Linux

$ sudo apt update $ sudo apt install liboscpack1

2. Uninstall "liboscpack1" package

Please follow the steps below to uninstall liboscpack1 on Kali Linux:

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

3. Information about the liboscpack1 package on Kali Linux

Package: liboscpack1
Source: oscpack (1.1.0-3)
Version: 1.1.0-3+b1
Installed-Size: 94
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 28132
SHA256: 2fd55b37ce583d59d3711b3c746b41947535801db4dc39632f9c9485eb818125
SHA1: 96c8a34464cb5d38279640d6e4048e5e129071ec
MD5sum: 2c28e1279119c47b8a50695bbabe55fb
Description: 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:
Multi-Arch: same
Homepage: http://www.rossbencina.com/code/oscpack
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/o/oscpack/liboscpack1_1.1.0-3+b1_amd64.deb