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

Last updated: May 16,2024

1. Install "python3-aiortc" package

Please follow the guidelines below to install python3-aiortc on Kali Linux

$ sudo apt update $ sudo apt install python3-aiortc

2. Uninstall "python3-aiortc" package

This is a short guide on how to uninstall python3-aiortc on Kali Linux:

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

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

Package: python3-aiortc
Source: python-aiortc
Version: 1.3.1-2
Installed-Size: 1650
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: python3-aioice (<< 0.8), python3-aioice (>= 0.7.5), python3-av (<< 10), python3-av (>= 9), python3-cffi, python3-crc32c, python3-cryptography (>= 2.2), python3-pyee (>= 9.0.0), python3-pylibsrtp, python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.4), libopus0 (>= 1.1), libvpx7 (>= 1.10.0)
Size: 1016056
SHA256: 8aa748894f7fc708d3744a46dcd63c7fe7e5c8c08d2419882b66bac090902aad
SHA1: b09b7aef4432df90cfbf8c6d8b0627c7a88620f8
MD5sum: db443f35a4706c84b21ab20f94cdc3b4
Description: implementation of WebRTC and ORTC
aiortc is a library for Web Real-Time Communication (WebRTC)
and Object Real-Time Communication (ORTC) in Python.
It is built on top of asyncio,
Python's standard asynchronous I/O framework.
.
The API closely follows its JavaScript counterpart
while using pythonic constructs:
* promises are replaced by coroutines
* events are emitted using pyee.EventEmitter
Description-md5: 5be0e8daeaab8969f00070c61fd4d4de
Homepage: https://github.com/aiortc/aiortc
Section: python
Priority: optional
Filename: pool/main/p/python-aiortc/python3-aiortc_1.3.1-2_amd64.deb