How to Install and Uninstall uwsgi.x86_64 Package on Rocky Linux 8
Last updated: November 12,2024
1. Install "uwsgi.x86_64" package
Please follow the step by step instructions below to install uwsgi.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
uwsgi.x86_64
Copied
2. Uninstall "uwsgi.x86_64" package
In this section, we are going to explain the necessary steps to uninstall uwsgi.x86_64 on Rocky Linux 8:
$
sudo dnf remove
uwsgi.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the uwsgi.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:28:54 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : uwsgi
Version : 2.0.20
Release : 1.el8
Architecture : x86_64
Size : 388 k
Source : uwsgi-2.0.20-1.el8.src.rpm
Repository : epel
Summary : Fast, self-healing, application container server
URL : https://github.com/unbit/uwsgi
License : GPLv2 with exceptions and MIT
Description : uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly
: application container server. Born as a WSGI-only server, over time it has
: evolved in a complete stack for networked/clustered web applications,
: implementing message/object passing, caching, RPC and process management.
: It uses the uwsgi (all lowercase, already included by default in the Nginx
: and Cherokee releases) protocol for all the networking/interprocess
: communications. Can be run in preforking mode, threaded,
: asynchronous/evented and supports various form of green threads/co-routine
: (like uGreen and Fiber). Sysadmin will love it as it can be configured via
: command line, environment variables, xml, .ini and yaml files and via LDAP.
: Being fully modular can use tons of different technology on top of the same
: core.
Available Packages
Name : uwsgi
Version : 2.0.20
Release : 1.el8
Architecture : x86_64
Size : 388 k
Source : uwsgi-2.0.20-1.el8.src.rpm
Repository : epel
Summary : Fast, self-healing, application container server
URL : https://github.com/unbit/uwsgi
License : GPLv2 with exceptions and MIT
Description : uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly
: application container server. Born as a WSGI-only server, over time it has
: evolved in a complete stack for networked/clustered web applications,
: implementing message/object passing, caching, RPC and process management.
: It uses the uwsgi (all lowercase, already included by default in the Nginx
: and Cherokee releases) protocol for all the networking/interprocess
: communications. Can be run in preforking mode, threaded,
: asynchronous/evented and supports various form of green threads/co-routine
: (like uGreen and Fiber). Sysadmin will love it as it can be configured via
: command line, environment variables, xml, .ini and yaml files and via LDAP.
: Being fully modular can use tons of different technology on top of the same
: core.