How to Install and Uninstall python3-flask-healthz.noarch Package on CentOS 8 / RHEL 8

Last updated: October 07,2024

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

This is a short guide on how to install python3-flask-healthz.noarch on CentOS 8 / RHEL 8

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

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

This is a short guide on how to uninstall python3-flask-healthz.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-flask-healthz.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:51:59 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-flask-healthz
Version : 0.0.2
Release : 1.el8
Architecture : noarch
Size : 12 k
Source : python-flask-healthz-0.0.2-1.el8.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.