How to Install and Uninstall waypipe Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "waypipe" package

Learn how to install waypipe on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install waypipe

2. Uninstall "waypipe" package

Please follow the instructions below to uninstall waypipe on openSuSE Tumbleweed:

$ sudo zypper remove waypipe

3. Information about the waypipe package on openSuSE Tumbleweed

Information for package waypipe:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : waypipe
Version : 0.8.6-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 226.8 KiB
Installed : No
Status : not installed
Source package : waypipe-0.8.6-1.3.src
Upstream URL : https://mstoeckl.com/notes/gsoc/blog.html
Summary : Proxy for Wayland clients
Description :
waypipe is a proxy for Wayland clients. It forwards Wayland messages
and serializes changes to shared memory buffers over a single socket.
This makes application forwarding similar to `ssh -X` feasible.
Waypipe needs to be run on both ends of a socket connection. It
emulates shared files between the different systems on each end of
the connection, using twin file copies to quickly identify file
changes.
It supports both shared-memory and DMABUFs. Performance on a local
network is kind of acceptable for terminals and relatively static
applications, but games are often unplayable due to FPS drop from the
delay needed to send a screenful of data over the network.