How to Install and Uninstall kompose Package on openSUSE Leap

Last updated: May 17,2024

1. Install "kompose" package

Learn how to install kompose on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install kompose

2. Uninstall "kompose" package

Please follow the step by step instructions below to uninstall kompose on openSUSE Leap:

$ sudo zypper remove kompose

3. Information about the kompose package on openSUSE Leap

Information for package kompose:
--------------------------------
Repository : Main Repository
Name : kompose
Version : 1.22.0-bp155.2.20
Arch : x86_64
Vendor : openSUSE
Installed Size : 20.8 MiB
Installed : No
Status : not installed
Source package : kompose-1.22.0-bp155.2.20.src
Upstream URL : https://kompose.io
Summary : Go from Docker Compose to Kubernetes
Description :
kompose is a tool to help users who are familiar with docker-compose move to Kubernetes. kompose takes a Docker Compose file and translates it into Kubernetes resources. kompose is a convenience tool to go from local Docker development to managing your application with Kubernetes. Transformation of the Docker Compose format to Kubernetes resources manifest may not be exact, but it helps tremendously when first deploying an application on Kubernetes.