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

Last updated: May 20,2024

1. Install "python3-aioice" package

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

$ sudo apt update $ sudo apt install python3-aioice

2. Uninstall "python3-aioice" package

Please follow the steps below to uninstall python3-aioice on Kali Linux:

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

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

Package: python3-aioice
Source: python-aioice
Version: 0.9.0-1
Installed-Size: 106
Maintainer: Jonas Smedegaard
Architecture: all
Depends: python3-dnspython (>= 2.0.0), python3-ifaddr (>= 0.2), python3:any
Size: 21432
SHA256: 5d7e91e1bcc8403faa317ff6849a26610ac9c578465c8a4b70b32cb8722c9e41
SHA1: a9fe77d6c663c2219a4d1e450d99f8910d772781
MD5sum: 849d466e413d419fba2ecf75af3ba38c
Description: implementation of ICE
aioice is a library for Interactive Connectivity Establishment
(RFC 5245) in Python.
It is built on top of asyncio,
Python's standard asynchronous I/O framework.
.
Interactive Connectivity Establishment (ICE)
is useful for applications
that establish peer-to-peer UDP data streams,
as it facilitates NAT traversal.
Typical usecases include SIP and WebRTC.
Description-md5:
Homepage: https://github.com/aiortc/aioice
Section: python
Priority: optional
Filename: pool/main/p/python-aioice/python3-aioice_0.9.0-1_all.deb