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

Last updated: May 09,2024

1. Install "libcoap2-bin" package

This is a short guide on how to install libcoap2-bin on Kali Linux

$ sudo apt update $ sudo apt install libcoap2-bin

2. Uninstall "libcoap2-bin" package

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

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

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

Package: libcoap2-bin
Source: libcoap2 (4.2.1-1)
Version: 4.2.1-1+b1
Installed-Size: 325
Maintainer: Debian IoT Maintainers
Architecture: amd64
Depends: libcoap2 (= 4.2.1-1+b1), libc6 (>= 2.33)
Conflicts: libcoap-1-0-bin
Size: 46744
SHA256: 98fe6661a3e8c4320eb9437436e1c93bc9cb2f8c4626a7cd6ffd053b746c5a75
SHA1: ac3579f68fed7d92153e4e660bc73459d1b5047b
MD5sum: 9092148dbcf2cc17f1f0a9c307f5ef8d
Description: C-Implementation of CoAP - example binaries API version 2
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
A command-line client that allows you to interact with CoAP reasources.
.
* coap-server
Simple server that can provide CoAP resources for simple testing cases.
.
* coap-rd
This binary let you simulate various CoAP resources mostly for testing
purpose.
.
This package providesthe following example binaries with DTLS functions:
* coap-client-openssl
A command-line client that allows you to interact with CoAP reasources
based on TLS functions by OpenSSL.
.
* coap-server-openssl
Simple server that can provide CoAP resources for simple testing cases
based on TLS functions by OpenSSL.
.
* coap-rd-openssl
This binary let you simulate various CoAP resources mostly for testing
purpose based on TLS functions by OpenSSL.
.
You can use these files without any exception no matter as they named
examples. Please see the respectives man pages for usage instructions.
Description-md5: 5b69d33f2699307c0c66bab4a3ae1e7a
Homepage: https://libcoap.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libc/libcoap2/libcoap2-bin_4.2.1-1+b1_amd64.deb