Minikube Linux Mint 19.x Tara/Tessa/Tina/Tricia - Installing
-
3. Installing Minikube
Then to Set up Minikube on Linux Mint
First, Access the Target, usually in the Downloads folder:Copycd && cd Downloads
To Check it’s there List the contents with:
Copyls . | grep minikube
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.Then to Setup Minikube:
Copysudo install ./minikube-linux-amd64 /usr/local/bin/minikube
Finally, to Test Installation:
Copyminikube version
Contents