How to Install and Uninstall python312-podman-compose Package on openSuSE Tumbleweed

Last updated: June 16,2024

1. Install "python312-podman-compose" package

This tutorial shows how to install python312-podman-compose on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-podman-compose

2. Uninstall "python312-podman-compose" package

Please follow the steps below to uninstall python312-podman-compose on openSuSE Tumbleweed:

$ sudo zypper remove python312-podman-compose

3. Information about the python312-podman-compose package on openSuSE Tumbleweed

Information for package python312-podman-compose:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-podman-compose
Version : 1.0.6-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 243.9 KiB
Installed : No
Status : not installed
Source package : python-podman-compose-1.0.6-2.4.src
Upstream URL : https://github.com/containers/podman-compose
Summary : A script to run docker-compose using podman
Description :
An implementation of `docker-compose` with podman backend.
The main objective of this project is to be able to run `docker-compose.yml`
unmodified and rootless. This project is aimed to provide drop-in replacement
for `docker-compose`, and it's very useful for certain cases because:
- can run rootless
- only depend on `podman` and Python3 and PyYAML
- no daemon, no setup
- can be used by developers to run single-machine containerized stacks using
single familiar YAML file