How To Install libNX_X11-devel on Fedora 36
Introduction
In this tutorial we learn how to install libNX_X11-devel
on Fedora 36.
What is libNX_X11-devel
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. This package contains all necessary include files and libraries needed to develop applications that require these.
We can use yum
or dnf
to install libNX_X11-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libNX_X11-devel.
Install libNX_X11-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libNX_X11-devel
using dnf
by running the following command:
sudo dnf -y install libNX_X11-devel
Install libNX_X11-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libNX_X11-devel
using yum
by running the following command:
sudo yum -y install libNX_X11-devel
How To Uninstall libNX_X11-devel on Fedora 36
To uninstall only the libNX_X11-devel
package we can use the following command:
sudo dnf remove libNX_X11-devel
libNX_X11-devel Package Contents on Fedora 36
/usr/include/nx-X11
/usr/include/nx-X11/ImUtil.h
/usr/include/nx-X11/XKBlib.h
/usr/include/nx-X11/Xauth.h
/usr/include/nx-X11/Xcms.h
/usr/include/nx-X11/Xlib.h
/usr/include/nx-X11/XlibConf.h
/usr/include/nx-X11/Xlibint.h
/usr/include/nx-X11/Xlocale.h
/usr/include/nx-X11/Xregion.h
/usr/include/nx-X11/Xresource.h
/usr/include/nx-X11/Xutil.h
/usr/include/nx-X11/cursorfont.h
/usr/lib/libNX_X11.so
/usr/lib/pkgconfig/nx-x11.pc
References
Summary
In this tutorial we learn how to install libNX_X11-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libNX_X11-devel on Fedora 36” linkTitle: “libNX_X11-devel” type: “docs” description: “In this tutorial we learn how to install libNX_X11-devel in Fedora 36. libNX_X11-devel is Development files for the Core NX protocol library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libNX_X11-devel-featured.png
Introduction
In this tutorial we learn how to install libNX_X11-devel
on Fedora 36.
What is libNX_X11-devel
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. This package contains all necessary include files and libraries needed to develop applications that require these.
We can use yum
or dnf
to install libNX_X11-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libNX_X11-devel.
Install libNX_X11-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libNX_X11-devel
using dnf
by running the following command:
sudo dnf -y install libNX_X11-devel
Install libNX_X11-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libNX_X11-devel
using yum
by running the following command:
sudo yum -y install libNX_X11-devel
How To Uninstall libNX_X11-devel on Fedora 36
To uninstall only the libNX_X11-devel
package we can use the following command:
sudo dnf remove libNX_X11-devel
libNX_X11-devel Package Contents on Fedora 36
/usr/include/nx-X11
/usr/include/nx-X11/ImUtil.h
/usr/include/nx-X11/XKBlib.h
/usr/include/nx-X11/Xauth.h
/usr/include/nx-X11/Xcms.h
/usr/include/nx-X11/Xlib.h
/usr/include/nx-X11/XlibConf.h
/usr/include/nx-X11/Xlibint.h
/usr/include/nx-X11/Xlocale.h
/usr/include/nx-X11/Xregion.h
/usr/include/nx-X11/Xresource.h
/usr/include/nx-X11/Xutil.h
/usr/include/nx-X11/cursorfont.h
/usr/lib64/libNX_X11.so
/usr/lib64/pkgconfig/nx-x11.pc
References
Summary
In this tutorial we learn how to install libNX_X11-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).