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

Last updated: May 10,2024

1. Install "python3-janus" package

Learn how to install python3-janus on Kali Linux

$ sudo apt update $ sudo apt install python3-janus

2. Uninstall "python3-janus" package

In this section, we are going to explain the necessary steps to uninstall python3-janus on Kali Linux:

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

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

Package: python3-janus
Source: python-janus
Version: 1.0.0-2
Installed-Size: 49
Maintainer: Jonas Smedegaard
Architecture: all
Depends: python3-typing-extensions, python3:any
Size: 9624
SHA256: 967d6db497abc5a385a9318fa47b092ae8ffb138a0f1586aebd9b891916b9b70
SHA1: ae466db1aa28d2c19a4596db7a9b00f0d43727ca
MD5sum: ef07375d51de4d78114c8ee76733e24e
Description: thread-safe asyncio-aware queue for Python
Mixed sync-async queue,
supposed to be used for communicating
between classic synchronous (threaded) code
and asynchronous (in terms of asyncio) one.
.
Like Janus god,
the queue object from the library has two faces:
synchronous and asynchronous interface.
.
Synchronous is fully compatible with standard queue,
asynchronous one follows asyncio queue design.
Description-md5:
Homepage: https://github.com/aio-libs/janus
Section: python
Priority: optional
Filename: pool/main/p/python-janus/python3-janus_1.0.0-2_all.deb