Unable to install minikube in rockey linux

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version:
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS:
CNI and version:
CRI and version:

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube

minikube start

 I executed above commands to install minikube in rockey linux 
 
but i am getting error

minikube version
minikube version: v1.26.1
commit: 62e108c3dfdec8029a890ad6d8ef96b6461426dc
[oservice@ansitower ~]$ minikube start
* minikube v1.26.1 on Rocky 8.6 (kvm/amd64)
* Using the podman driver based on existing profile

* Exiting due to PROVIDER_PODMAN_NOT_FOUND: The 'podman' provider was not found: exec: "podman": executable file not found in $PATH
* Suggestion: Install Podman
* Documentation: https://minikube.sigs.k8s.io/docs/drivers/podman/


and for kubectl


kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.25.0
Kustomize Version: v4.5.7
The connection to the server localhost:8080 was refused - did you specify the right host or port?

It lists the error and the likely solution in the error message: