How to Install and Uninstall libraft0 Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "libraft0" package

Learn how to install libraft0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libraft0

2. Uninstall "libraft0" package

This tutorial shows how to uninstall libraft0 on openSuSE Tumbleweed:

$ sudo zypper remove libraft0

3. Information about the libraft0 package on openSuSE Tumbleweed

Information for package libraft0:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libraft0
Version : 0.22.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 219.4 KiB
Installed : No
Status : not installed
Source package : raft-0.22.0-1.1.src
Upstream URL : https://github.com/cowsql/raft
Summary : Asynchronous C implementation of the Raft consensus protocol
Description :
This library is a asynchronous C implementation of the Raft consensus protocol.
It implements the core Raft algorithm logic, and various drivers are provided
that implement actual network communication and persistent data storage.
The library supports asynchronous or non-blocking I/O engines (such as libuv and
io_uring), although it can be used in threaded or blocking contexts as well.
This package contains the shared library.