How to Install and Uninstall docker Package on openSuSE Tumbleweed
Last updated: February 01,2025
1. Install "docker" package
Please follow the step by step instructions below to install docker on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
docker
Copied
2. Uninstall "docker" package
Here is a brief guide to show you how to uninstall docker on openSuSE Tumbleweed:
$
sudo zypper remove
docker
Copied
3. Information about the docker package on openSuSE Tumbleweed
Information for package docker:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : docker
Version : 25.0.3_ce-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 110.7 MiB
Installed : No
Status : not installed
Source package : docker-25.0.3_ce-2.1.src
Upstream URL : http://www.docker.io
Summary : The Moby-project Linux container runtime
Description :
Docker complements LXC with a high-level API which operates at the process
level. It runs unix processes with strong guarantees of isolation and
repeatability across servers.
Docker is a great building block for automating distributed systems: large-scale
web deployments, database clusters, continuous deployment systems, private PaaS,
service-oriented architectures, etc.
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : docker
Version : 25.0.3_ce-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 110.7 MiB
Installed : No
Status : not installed
Source package : docker-25.0.3_ce-2.1.src
Upstream URL : http://www.docker.io
Summary : The Moby-project Linux container runtime
Description :
Docker complements LXC with a high-level API which operates at the process
level. It runs unix processes with strong guarantees of isolation and
repeatability across servers.
Docker is a great building block for automating distributed systems: large-scale
web deployments, database clusters, continuous deployment systems, private PaaS,
service-oriented architectures, etc.