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

Last updated: June 26,2024

1. Install "python3-docker-compose" package

Please follow the guidelines below to install python3-docker-compose on openSUSE Leap

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

2. Uninstall "python3-docker-compose" package

Here is a brief guide to show you how to uninstall python3-docker-compose on openSUSE Leap:

$ sudo zypper remove python3-docker-compose

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

Information for package python3-docker-compose:
-----------------------------------------------
Repository : Main Repository
Name : python3-docker-compose
Version : 1.25.1-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-docker-compose-1.25.1-bp155.2.9.src
Upstream URL : https://pypi.python.org/pypi/docker-compose
Summary : Tool to define and run complex applications using Docker
Description :
Compose is a tool for defining and running complex applications with Docker.
With Compose, you define a multi-container application in a single file, then
spin your application up in a single command which does everything that needs
to be done to get it running.
Compose is great for development environments, staging servers, and CI. We
don't recommend that you use it in production yet.
Previously known as Fig.