How to Install and Uninstall libcoap3-bin Package on Kali Linux

Last updated: May 20,2024

1. Install "libcoap3-bin" package

Please follow the steps below to install libcoap3-bin on Kali Linux

$ sudo apt update $ sudo apt install libcoap3-bin

2. Uninstall "libcoap3-bin" package

This is a short guide on how to uninstall libcoap3-bin on Kali Linux:

$ sudo apt remove libcoap3-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcoap3-bin package on Kali Linux

Package: libcoap3-bin
Source: libcoap3
Version: 4.3.4-1
Installed-Size: 475
Maintainer: Debian IoT Maintainers
Architecture: amd64
Depends: libcoap3 (= 4.3.4-1), libc6 (>= 2.34)
Conflicts: libcoap2-bin
Size: 72964
SHA256: 58cdf90666ac26a5d5c800a5c23fa649a901526efa565d2ab74c61b1aeb071ee
SHA1: dbb27e20e6b006295a9440c6bbcff541d4e31b20
MD5sum: 78fd393aec51bc0861badf0a80a3f327
Description: C-Implementation of CoAP - example binaries API version 3
The libcoap provides some example binary files to show the usage of a CoAP
Server, CoAP Client and a Resource Directory implementation. These examples
heavily rely on the libcoap as the core functionality is based there.
.
This package provides the following example binaries without DTLS functions:
* coap-client-notls
A command-line client that allows you to interact with CoAP resources.
.
* coap-server-notls
Simple server that can provide CoAP resources for simple testing cases.
.
* coap-rd-notls
This binary let you simulate various CoAP resources mostly for testing
purpose.
.
This package provides the following example binaries with DTLS functions:
* coap-client-{gnutls,openssl}
A command-line client that allows you to interact with CoAP resources
based on TLS functions by GnuTLS or OpenSSL.
.
* coap-server-{gnutls,openssl}
Simple server that can provide CoAP resources for simple testing cases
based on TLS functions by GnuTLS or OpenSSL.
.
* coap-rd-{gnutls,openssl}
This binary let you simulate various CoAP resources mostly for testing
based on TLS functions by GnuTLS or OpenSSL.
.
You can use these files without any exception no matter as they named
examples. Please see the respective man pages for usage instructions.
Description-md5:
Homepage: https://libcoap.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libc/libcoap3/libcoap3-bin_4.3.4-1_amd64.deb