How to Install and Uninstall python3-aiocoap Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-aiocoap" package

This is a short guide on how to install python3-aiocoap on Kali Linux

$ sudo apt update $ sudo apt install python3-aiocoap

2. Uninstall "python3-aiocoap" package

This guide covers the steps necessary to uninstall python3-aiocoap on Kali Linux:

$ sudo apt remove python3-aiocoap $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-aiocoap package on Kali Linux

Package: python3-aiocoap
Source: aiocoap
Version: 0.4.3-0.1
Installed-Size: 607
Maintainer: Agustin Henze
Architecture: all
Depends: python3:any
Suggests: python-aiocoap-doc
Size: 132024
SHA256: fa5f400ca053aaaad80a386c24bc42adc5a1e2910d4df5ca6efecdad02699e9b
SHA1: 1830300852f0e825bdb389beaaf3026149c6d95a
MD5sum: 060326c06e8341594e7c77d95b081144
Description: Python implementation of CoAP
The aiocoap package is a Python implementation of CoAP, the Constrained
Application Protocol (RFC 7252, more info at http://coap.technology/).
.
It uses the asyncio module introduced in Python 3.4 to facilitate concurrent
operations while maintaining a simple to use interface and not depending on
anything outside the standard library.
Description-md5: d1001a49d0f96ddaf2c2c87979948445
Homepage: https://github.com/chrysn/aiocoap
Tag: implemented-in::python, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/a/aiocoap/python3-aiocoap_0.4.3-0.1_all.deb