hi, ’
i have just started the “Kubernetes for beginners” course and I am unable to install minikube. I can see kubectl installed but even after running minikube install it does not show me minikube.
I am using kodekloud labs
i can see the minikube in /usr/local/bin
controlplane ~ ➜ cd /usr/local/bin/
controlplane /usr/local/bin ➜ ls
kubectl minikube starship
controlplane /usr/local/bin ➜ minikube version
-bash: /usr/local/bin/minikube: No such file or directory
controlplane /usr/local/bin
install: can’t stat ‘minikube-linux-amd64’: No such file or directory
So why do i get this error