How to Install and Uninstall etcd Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "etcd" package

This tutorial shows how to install etcd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install etcd

2. Uninstall "etcd" package

This tutorial shows how to uninstall etcd on openSuSE Tumbleweed:

$ sudo zypper remove etcd

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