How to Install and Uninstall xpra Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "xpra" package

This tutorial shows how to install xpra on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install xpra

2. Uninstall "xpra" package

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

$ sudo zypper remove xpra

3. Information about the xpra package on openSuSE Tumbleweed

Information for package xpra:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : xpra
Version : 6.0+git20240225.77c41071-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 25.9 MiB
Installed : No
Status : not installed
Source package : xpra-6.0+git20240225.77c41071-1.1.src
Upstream URL : https://www.xpra.org/
Summary : Remote display server for applications and desktops
Description :
Xpra is "screen for X": it allows you to run X programs, usually on a remote
host, direct their display to your local machine, and then to disconnect from
these programs and reconnect from the same or another machine, without losing
any state. It gives you remote access to individual applications.
Xpra is "rootless" or "seamless": programs you run under it show up on your
desktop as regular programs, managed by your regular window manager.
Sessions can be accessed over SSH, or password protected over plain TCP sockets.
Xpra is usable over reasonably slow links and does its best to adapt to changing
network bandwidth constraints.