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

Last updated: May 16,2024

1. Install "libccrtp-dev" package

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

$ sudo apt update $ sudo apt install libccrtp-dev

2. Uninstall "libccrtp-dev" package

In this section, we are going to explain the necessary steps to uninstall libccrtp-dev on Kali Linux:

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

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

Package: libccrtp-dev
Source: libccrtp
Version: 2.0.9-2.4
Installed-Size: 978
Maintainer: Debian VoIP Team
Architecture: amd64
Depends: libccrtp2v5 (= 2.0.9-2.4), libc6-dev, libucommon-dev, pkg-config
Size: 183300
SHA256: 44e2a821e93dca573683ba069c5eb457309e19358f79a87b4d943038b5298ca2
SHA1: 688541c3dccbaeefb7c05796b38785c1e035def3
MD5sum: 47adf6a6d9ced8bb4f120fa87c771dcd
Description: Common C++ class framework for RTP packets - development files
GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
the Internet-standard protocol for the transport of real-time data,
including audio and video. It can be used for media-on-demand as well
as interactive for creating services such as Internet telephony.
.
GNU ccRTP offers support for RTCP and many other standard and extended
features that are needed for both compatible and advanced streaming
applications. GNU ccRTP can mix multiple payload types in stream, and
hence can be used to implement RFC 2833 compliant signaling applications
as well as other specialized things. GNU ccRTP also offers direct RTP
packet filtering.
.
GNU ccRTP is threadsafe and high performance. It uses packet queue
lists rather than streaming buffers. This allows ccRTP to be used to
create high capacity streaming servers as well as client applications.
.
GNU ccRTP is designed to support both audio and video data and can do
partial frame splits/re-assembly. GNU ccRTP also supports multicast
networks and multiple active connection sources. This allows its use
for building all forms of Internet standards based audio and visual
conferencing systems.
.
GNU ccRTP uses templates and can be used to implement realtime
streaming with different underlying transport protocols, not just
with IPV4 UDP sockets.
Description-md5:
Homepage: http://www.gnu.org/software/ccrtp/
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib,
suite::gnu
Section: libdevel
Priority: optional
Filename: pool/main/libc/libccrtp/libccrtp-dev_2.0.9-2.4_amd64.deb