How to Install and Uninstall libNX_X11.x86_64 Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "libNX_X11.x86_64" package

Learn how to install libNX_X11.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libNX_X11.x86_64

2. Uninstall "libNX_X11.x86_64" package

Please follow the guidelines below to uninstall libNX_X11.x86_64 on Rocky Linux 9:

$ sudo dnf remove libNX_X11.x86_64 $ sudo dnf autoremove

3. Information about the libNX_X11.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:07:10 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libNX_X11
Version : 3.5.99.26
Release : 6.el9
Architecture : x86_64
Size : 653 k
Source : nx-libs-3.5.99.26-6.el9.src.rpm
Repository : epel
Summary : Core NX protocol client library
URL : https://github.com/ArcticaProject/nx-libs
License : GPLv2+
Description : NX is a software suite which implements very efficient compression of
: the X11 protocol. This increases performance when using X
: applications over a network, especially a slow one.
:
: 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.