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

Last updated: November 07,2024

1. Install "python311-podman-compose" package

Here is a brief guide to show you how to install python311-podman-compose on openSuSE Tumbleweed

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

2. Uninstall "python311-podman-compose" package

This is a short guide on how to uninstall python311-podman-compose on openSuSE Tumbleweed:

$ sudo zypper remove python311-podman-compose

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

Information for package python311-podman-compose:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-podman-compose
Version : 1.0.6-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 261.5 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