How to Install and Uninstall kustomize Package on openSUSE Leap

Last updated: May 16,2024

1. Install "kustomize" package

Please follow the steps below to install kustomize on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install kustomize

2. Uninstall "kustomize" package

This guide let you learn how to uninstall kustomize on openSUSE Leap:

$ sudo zypper remove kustomize

3. Information about the kustomize package on openSUSE Leap

Information for package kustomize:
----------------------------------
Repository : Main Repository
Name : kustomize
Version : 3.10.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.1 MiB
Installed : No
Status : not installed
Source package : kustomize-3.10.0-bp155.2.11.src
Upstream URL : https://github.com/kubernetes-sigs/kustomize
Summary : Customization of kubernetes YAML configurations
Description :
kustomize customizes raw, template-free kubernetes YAML files for
multiple purposes, leaving the original YAML untouched and usable
as is.