How To Install xorg-x11-server-Xorg on Rocky Linux 8
Introduction
In this tutorial we learn how to install xorg-x11-server-Xorg
on Rocky Linux 8.
What is xorg-x11-server-Xorg
X.org X11 is an open source implementation of the X Window System. It provides the basic low level functionality which full fledged graphical user interfaces (GUIs) such as GNOME and KDE are designed upon.
We can use yum
or dnf
to install xorg-x11-server-Xorg
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install xorg-x11-server-Xorg.
Install xorg-x11-server-Xorg on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install xorg-x11-server-Xorg
using dnf
by running the following command:
sudo dnf -y install xorg-x11-server-Xorg
Install xorg-x11-server-Xorg on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install xorg-x11-server-Xorg
using yum
by running the following command:
sudo yum -y install xorg-x11-server-Xorg
How To Uninstall xorg-x11-server-Xorg on Rocky Linux 8
To uninstall only the xorg-x11-server-Xorg
package we can use the following command:
sudo dnf remove xorg-x11-server-Xorg
xorg-x11-server-Xorg Package Contents on Rocky Linux 8
/etc/X11/xorg.conf.d
/etc/pam.d/xserver
/usr/bin/X
/usr/bin/Xorg
/usr/bin/cvt
/usr/bin/gtf
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/572239c8e6d08e2e5ed1ab06fcbca43e877e0a
/usr/lib/.build-id/58
/usr/lib/.build-id/58/daef4124c81b038032bd5e7ff5735995b001e1
/usr/lib/.build-id/72
/usr/lib/.build-id/72/6d7a998d6471ef25613eaa0a78e8e31a4ef5e2
/usr/lib/.build-id/73
/usr/lib/.build-id/73/a0267915048bac8623d85afd118ae8183e1248
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/1e6c3f579c7add9dfaf63ecba7ecc4fdc397d9
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/776795fafc62c09458efcc1d8cbaff3c73bd1d
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/05dabfd1972e60a7789b87de2d20180ae1bcde
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/a805abce7fb9fd1b6924bac63b40aa47cbc7d1
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/b6bc07d8fcf5772971660581e2a212bd3a57be
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/d12322438358a8d5454fe3bd7c2ab847b33ac8
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/afe1f99281096b8d28814608f5f488e3d03f6b
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/d9a1256431de04c2cdeeaf0745679da7d5ad4f
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/04fbce9fbd04a59b5d70dde446b0ff1f8127de
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/b2af28db66736608837ce078910fbef92095c7
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/57dd29f7436fe7fd414617730abb90ab523ba0
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/c4fdb727bb9d47c7319ff40c43d172e5899a08
/usr/lib64/xorg
/usr/lib64/xorg/modules
/usr/lib64/xorg/modules/drivers
/usr/lib64/xorg/modules/drivers/modesetting_drv.so
/usr/lib64/xorg/modules/extensions
/usr/lib64/xorg/modules/extensions/libglx.so
/usr/lib64/xorg/modules/input
/usr/lib64/xorg/modules/libexa.so
/usr/lib64/xorg/modules/libfb.so
/usr/lib64/xorg/modules/libfbdevhw.so
/usr/lib64/xorg/modules/libglamoregl.so
/usr/lib64/xorg/modules/libint10.so
/usr/lib64/xorg/modules/libshadow.so
/usr/lib64/xorg/modules/libshadowfb.so
/usr/lib64/xorg/modules/libvbe.so
/usr/lib64/xorg/modules/libvgahw.so
/usr/lib64/xorg/modules/libwfb.so
/usr/libexec/Xorg
/usr/libexec/Xorg.wrap
/usr/share/X11/xorg.conf.d
/usr/share/X11/xorg.conf.d/10-quirks.conf
/usr/share/man/man1/Xorg.1.gz
/usr/share/man/man1/Xorg.wrap.1.gz
/usr/share/man/man1/cvt.1.gz
/usr/share/man/man1/gtf.1.gz
/usr/share/man/man4/exa.4.gz
/usr/share/man/man4/fbdevhw.4.gz
/usr/share/man/man4/modesetting.4.gz
/usr/share/man/man5/Xwrapper.config.5.gz
/usr/share/man/man5/xorg.conf.5.gz
/usr/share/man/man5/xorg.conf.d.5.gz
References
Summary
In this tutorial we learn how to install xorg-x11-server-Xorg
on Rocky Linux 8 using yum and dnf.