How to Install and Uninstall xpra.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "xpra.x86_64" package

Please follow the guidance below to install xpra.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install xpra.x86_64

2. Uninstall "xpra.x86_64" package

Please follow the instructions below to uninstall xpra.x86_64 on CentOS Stream 8:

$ sudo dnf remove xpra.x86_64 $ sudo dnf autoremove

3. Information about the xpra.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:35:37 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : xpra
Version : 4.4.6
Release : 1.el8
Architecture : x86_64
Size : 4.7 M
Source : xpra-4.4.6-1.el8.src.rpm
Repository : epel
Summary : Remote display server for applications and desktops
URL : https://www.xpra.org/
License : GPLv2+ and BSD and LGPLv3+ and MIT
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.