How to Install and Uninstall etcd Package on openSuSE Tumbleweed
Last updated: February 03,2025
1. Install "etcd" package
This tutorial shows how to install etcd on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
etcd
Copied
2. Uninstall "etcd" package
This tutorial shows how to uninstall etcd on openSuSE Tumbleweed:
$
sudo zypper remove
etcd
Copied
3. Information about the etcd package on openSuSE Tumbleweed
Information for package etcd:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : etcd
Version : 3.5.11-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.4 MiB
Installed : No
Status : not installed
Source package : etcd-3.5.11-2.1.src
Upstream URL : https://github.com/etcd-io/etcd
Summary : Highly-available key value store for configuration and service discovery
Description :
etcd is a distributed, consistent key-value store for shared configuration and
service discovery, with a focus on being:
- Simple: well-defined, user-facing API (gRPC)
- Secure: automatic TLS with optional client cert authentication
- Fast: benchmarked 10,000 writes/sec
- Reliable: properly distributed using Raft
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : etcd
Version : 3.5.11-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.4 MiB
Installed : No
Status : not installed
Source package : etcd-3.5.11-2.1.src
Upstream URL : https://github.com/etcd-io/etcd
Summary : Highly-available key value store for configuration and service discovery
Description :
etcd is a distributed, consistent key-value store for shared configuration and
service discovery, with a focus on being:
- Simple: well-defined, user-facing API (gRPC)
- Secure: automatic TLS with optional client cert authentication
- Fast: benchmarked 10,000 writes/sec
- Reliable: properly distributed using Raft