How to Install and Uninstall libwaltham0 Package on openSUSE Leap

Last updated: July 06,2024

1. Install "libwaltham0" package

Please follow the guidelines below to install libwaltham0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libwaltham0

2. Uninstall "libwaltham0" package

This guide let you learn how to uninstall libwaltham0 on openSUSE Leap:

$ sudo zypper remove libwaltham0

3. Information about the libwaltham0 package on openSUSE Leap

Information for package libwaltham0:
------------------------------------
Repository : Main Repository
Name : libwaltham0
Version : 0.1.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.0 KiB
Installed : No
Status : not installed
Source package : waltham-0.1.0-bp155.2.10.src
Upstream URL : https://github.com/waltham/waltham
Summary : Wayland-style network IPC library
Description :
Waltham is a network IPC library designed to resemble Wayland both
protocol and protocol-API wise. Protocol is described in XML files. A
generator translates XML into C code at build time.
The major differences from Wayland to Waltham are:
* Waltham uses TCP sockets for communication
* Waltham cannot send file descriptors
* Waltham API is minimal and symmetric between server and client
sides
* Waltham does not provide an event loop implementation
* the "registry" implementation is left out of the library, only the
interface is provided
* no multi-threading support for sharing objects between threads