How to Install and Uninstall python310-docker-compose Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python310-docker-compose" package

Here is a brief guide to show you how to install python310-docker-compose on openSuSE Tumbleweed

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

2. Uninstall "python310-docker-compose" package

Please follow the instructions below to uninstall python310-docker-compose on openSuSE Tumbleweed:

$ sudo zypper remove python310-docker-compose

3. Information about the python310-docker-compose package on openSuSE Tumbleweed

Information for package python310-docker-compose:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-docker-compose
Version : 1.29.2-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 851.4 KiB
Installed : No
Status : not installed
Source package : python-docker-compose-1.29.2-2.6.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.