How to Install and Uninstall minikube Package on openSUSE Leap

Last updated: May 18,2024

1. Install "minikube" package

Please follow the instructions below to install minikube on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install minikube

2. Uninstall "minikube" package

This guide covers the steps necessary to uninstall minikube on openSUSE Leap:

$ sudo zypper remove minikube

3. Information about the minikube package on openSUSE Leap

Information for package minikube:
---------------------------------
Repository : Main Repository
Name : minikube
Version : 1.29.0-bp155.1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 56.9 MiB
Installed : No
Status : not installed
Source package : minikube-1.29.0-bp155.1.8.src
Upstream URL : https://github.com/kubernetes/minikube
Summary : Tool to run Kubernetes locally
Description :
Minikube is a tool that allows running Kubernetes locally. Minikube
runs a single-node Kubernetes cluster inside a VM on your machine for
users looking to try out Kubernetes or develop with it day-to-day.