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

Last updated: June 23,2024

1. Install "python3-pyasyncore" package

This tutorial shows how to install python3-pyasyncore on Kali Linux

$ sudo apt update $ sudo apt install python3-pyasyncore

2. Uninstall "python3-pyasyncore" package

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

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

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

Package: python3-pyasyncore
Source: python-pyasyncore
Version: 1.0.2-2
Installed-Size: 43
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 10000
SHA256: 57175a7d8775433e664b69bd66897608e0ae734a3111f5b142059462952dab4f
SHA1: 4c62d9fee5849a488641972420e3cb3a5e3a6a10
MD5sum: 4f2dc0ccf72a1e9ba17daca48d148139
Description: asyncore for Python 3.12 onwards
This package contains the asyncore module as found in Python versions prior to
3.12. It is provided so that existing code relying on "import asyncore" is
able to continue being used without significant refactoring.
.
The module's source code is taken directly from the Python standard library.
The specific version of asyncore.py used is the last update before the
addition of removal warnings at import time, and is essentially equivalent to
the version provided with Python 3.9.
.
Please note that new projects should prefer asyncio.
Description-md5:
Homepage: https://github.com/simonrob/pyasyncore
Section: python
Priority: optional
Filename: pool/main/p/python-pyasyncore/python3-pyasyncore_1.0.2-2_all.deb

5. The same packages on other Linux Distributions