How to Install and Uninstall python3-aiocoap Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python3-aiocoap" package

Please follow the steps below to install python3-aiocoap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aiocoap

2. Uninstall "python3-aiocoap" package

Learn how to uninstall python3-aiocoap on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-aiocoap package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-aiocoap
Priority: optional
Section: universe/python
Installed-Size: 186
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Source: aiocoap
Version: 0.1+9ae36f4-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/a/aiocoap/python3-aiocoap_0.1+9ae36f4-1_all.deb
Size: 39970
MD5sum: 6847ce487fae53b421b5821b268c4493
SHA1: 0f78b12d844658211422d3b6abeb08d365a50dde
SHA256: 5b1521d386cc09375b94274730e0809cc6ac2daa3494df596116da7d3202521a
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu