How to Install and Uninstall python3-podman-compose Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-podman-compose" package

Please follow the instructions below to install python3-podman-compose on openSUSE Leap

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

2. Uninstall "python3-podman-compose" package

This tutorial shows how to uninstall python3-podman-compose on openSUSE Leap:

$ sudo zypper remove python3-podman-compose

3. Information about the python3-podman-compose package on openSUSE Leap

Information for package python3-podman-compose:
-----------------------------------------------
Repository : Main Repository
Name : python3-podman-compose
Version : 1.0.3-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 200.2 KiB
Installed : No
Status : not installed
Source package : python-podman-compose-1.0.3-bp155.1.5.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