How to Install and Uninstall python3-tornado.x86_64 Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "python3-tornado.x86_64" package
Please follow the step by step instructions below to install python3-tornado.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-tornado.x86_64
Copied
2. Uninstall "python3-tornado.x86_64" package
This tutorial shows how to uninstall python3-tornado.x86_64 on AlmaLinux 8:
$
sudo dnf remove
python3-tornado.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-tornado.x86_64 package on AlmaLinux 8
Last metadata expiration check: 1:18:23 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-tornado
Version : 6.0.2
Release : 1.el8
Architecture : x86_64
Size : 722 k
Source : python-tornado-6.0.2-1.el8.src.rpm
Repository : epel
Summary : Scalable, non-blocking web server and tools
URL : http://www.tornadoweb.org
License : ASL 2.0
Description : Tornado is an open source version of the scalable, non-blocking web
: server and tools.
:
: The framework is distinct from most mainstream web server frameworks
: (and certainly most Python frameworks) because it is non-blocking and
: reasonably fast. Because it is non-blocking and uses epoll, it can
: handle thousands of simultaneous standing connections, which means it is
: ideal for real-time web services.
Available Packages
Name : python3-tornado
Version : 6.0.2
Release : 1.el8
Architecture : x86_64
Size : 722 k
Source : python-tornado-6.0.2-1.el8.src.rpm
Repository : epel
Summary : Scalable, non-blocking web server and tools
URL : http://www.tornadoweb.org
License : ASL 2.0
Description : Tornado is an open source version of the scalable, non-blocking web
: server and tools.
:
: The framework is distinct from most mainstream web server frameworks
: (and certainly most Python frameworks) because it is non-blocking and
: reasonably fast. Because it is non-blocking and uses epoll, it can
: handle thousands of simultaneous standing connections, which means it is
: ideal for real-time web services.