How to Install and Uninstall python3-greenlet.i686 Package on Fedora 38
Last updated: November 13,2024
1. Install "python3-greenlet.i686" package
Here is a brief guide to show you how to install python3-greenlet.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-greenlet.i686
Copied
2. Uninstall "python3-greenlet.i686" package
This is a short guide on how to uninstall python3-greenlet.i686 on Fedora 38:
$
sudo dnf remove
python3-greenlet.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-greenlet.i686 package on Fedora 38
Last metadata expiration check: 2:26:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-greenlet
Version : 1.1.3
Release : 2.fc38
Architecture : i686
Size : 134 k
Source : python-greenlet-1.1.3-2.fc38.src.rpm
Repository : fedora
Summary : Lightweight in-process concurrent programming
URL : https://github.com/python-greenlet/greenlet
License : MIT
Description : The greenlet package is a spin-off of Stackless, a version of CPython
: that supports micro-threads called "tasklets". Tasklets run
: pseudo-concurrently (typically in a single or a few OS-level threads)
: and are synchronized with data exchanges on "channels".
:
: Python 3 version.
Available Packages
Name : python3-greenlet
Version : 1.1.3
Release : 2.fc38
Architecture : i686
Size : 134 k
Source : python-greenlet-1.1.3-2.fc38.src.rpm
Repository : fedora
Summary : Lightweight in-process concurrent programming
URL : https://github.com/python-greenlet/greenlet
License : MIT
Description : The greenlet package is a spin-off of Stackless, a version of CPython
: that supports micro-threads called "tasklets". Tasklets run
: pseudo-concurrently (typically in a single or a few OS-level threads)
: and are synchronized with data exchanges on "channels".
:
: Python 3 version.