How to Install and Uninstall xorg-x11-server-Xephyr.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "xorg-x11-server-Xephyr.x86_64" package

Please follow the guidelines below to install xorg-x11-server-Xephyr.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install xorg-x11-server-Xephyr.x86_64

2. Uninstall "xorg-x11-server-Xephyr.x86_64" package

This is a short guide on how to uninstall xorg-x11-server-Xephyr.x86_64 on CentOS Stream 8:

$ sudo dnf remove xorg-x11-server-Xephyr.x86_64 $ sudo dnf autoremove

3. Information about the xorg-x11-server-Xephyr.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:36:20 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : xorg-x11-server-Xephyr
Version : 1.20.11
Release : 22.el8
Architecture : x86_64
Size : 1.0 M
Source : xorg-x11-server-1.20.11-22.el8.src.rpm
Repository : appstream
Summary : A nested server
URL : http://www.x.org
License : MIT
Description : Xephyr is an X server which has been implemented as an ordinary
: X application. It runs in a window just like other X applications,
: but it is an X server itself in which you can run other software. It
: is a very useful tool for developers who wish to test their
: applications without running them on their real X server. Unlike
: Xnest, Xephyr renders to an X image rather than relaying the
: X protocol, and therefore supports the newer X extensions like
: Render and Composite.