How to Install and Uninstall python3-pyasyncore.noarch Package on Fedora 39

Last updated: October 13,2024

1. Install "python3-pyasyncore.noarch" package

Here is a brief guide to show you how to install python3-pyasyncore.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pyasyncore.noarch

2. Uninstall "python3-pyasyncore.noarch" package

Please follow the guidance below to uninstall python3-pyasyncore.noarch on Fedora 39:

$ sudo dnf remove python3-pyasyncore.noarch $ sudo dnf autoremove

3. Information about the python3-pyasyncore.noarch package on Fedora 39

Last metadata expiration check: 2:58:00 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pyasyncore
Version : 1.0.2
Release : 1.fc39
Architecture : noarch
Size : 26 k
Source : python-pyasyncore-1.0.2-1.fc39.src.rpm
Repository : fedora
Summary : Make asyncore available for Python 3.12 onwards
URL : https://github.com/simonrob/pyasyncore
License : Python-2.0.1
Description : 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.