How to Install and Uninstall minikube Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "minikube" package

Please follow the steps below to install minikube on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install minikube

2. Uninstall "minikube" package

This guide covers the steps necessary to uninstall minikube on openSuSE Tumbleweed:

$ sudo zypper remove minikube

3. Information about the minikube package on openSuSE Tumbleweed

Information for package minikube:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : minikube
Version : 1.32.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 68.4 MiB
Installed : No
Status : not installed
Source package : minikube-1.32.0-1.2.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.