On Debian 13:
sudo apt update
sudo apt install uwsgi uwsgi-plugin-python3
On RHEL 10:
sudo dnf install uwsgi uwsgi-plugin-python3
sudo systemctl enable --now uwsgi
Check the service status:
sudo systemctl status uwsgi
See uWSGI Hardening.
See uWSGI Configuration.