How to Install and Uninstall libX11-6 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "libX11-6" package

This guide let you learn how to install libX11-6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libX11-6

2. Uninstall "libX11-6" package

In this section, we are going to explain the necessary steps to uninstall libX11-6 on openSUSE Leap:

$ sudo zypper remove libX11-6

3. Information about the libX11-6 package on openSUSE Leap

Information for package libX11-6:
---------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libX11-6
Version : 1.6.5-150000.3.33.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libX11-1.6.5-150000.3.33.1.src
Upstream URL : http://xorg.freedesktop.org/
Summary : Core X11 protocol client library
Description :
The X Window System is a network-transparent window system that was
designed at MIT. X display servers run on computers with either
monochrome or color bitmap display hardware. The server distributes
user input to and accepts output requests from various client
programs located either on the same machine or elsewhere in the
network. Xlib is a C subroutine library that application programs
(clients) use to interface with the window system by means of a
stream connection.