How to Install and Uninstall python3-flask-healthz.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-flask-healthz.noarch" package

In this section, we are going to explain the necessary steps to install python3-flask-healthz.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-flask-healthz.noarch

2. Uninstall "python3-flask-healthz.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-flask-healthz.noarch on AlmaLinux 9:

$ sudo dnf remove python3-flask-healthz.noarch $ sudo dnf autoremove

3. Information about the python3-flask-healthz.noarch package on AlmaLinux 9

Last metadata expiration check: 1:11:14 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-flask-healthz
Version : 0.0.3
Release : 5.el9
Architecture : noarch
Size : 22 k
Source : python-flask-healthz-0.0.3-5.el9.src.rpm
Repository : epel
Summary : Module to easily add health endpoints to a Flask application
URL : https://github.com/fedora-infra/flask-healthz
License : BSD
Description : This module allows you to define endpoints in your Flask application
: that can be used as liveness and readiness probes.