How to Install and Uninstall xpra Package on openSUSE Leap

Last updated: May 03,2024

1. Install "xpra" package

In this section, we are going to explain the necessary steps to install xpra on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install xpra

2. Uninstall "xpra" package

This is a short guide on how to uninstall xpra on openSUSE Leap:

$ sudo zypper remove xpra

3. Information about the xpra package on openSUSE Leap

Information for package xpra:
-----------------------------
Repository : Main Repository
Name : xpra
Version : 5.0+git20221127.3e61ef1c-lp155.1.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 15.8 MiB
Installed : No
Status : not installed
Source package : xpra-5.0+git20221127.3e61ef1c-lp155.1.13.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.