How to Install and Uninstall python3-greenlet.x86_64 Package on AlmaLinux 8
Last updated: November 25,2024
1. Install "python3-greenlet.x86_64" package
Learn how to install python3-greenlet.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-greenlet.x86_64
Copied
2. Uninstall "python3-greenlet.x86_64" package
Please follow the instructions below to uninstall python3-greenlet.x86_64 on AlmaLinux 8:
$
sudo dnf remove
python3-greenlet.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-greenlet.x86_64 package on AlmaLinux 8
Last metadata expiration check: 1:24:45 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-greenlet
Version : 0.4.13
Release : 4.el8
Architecture : x86_64
Size : 31 k
Source : python-greenlet-0.4.13-4.el8.src.rpm
Repository : appstream
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 : 0.4.13
Release : 4.el8
Architecture : x86_64
Size : 31 k
Source : python-greenlet-0.4.13-4.el8.src.rpm
Repository : appstream
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.