How To Install nx-libs on Fedora 36

In this tutorial we learn how to install nx-libs in Fedora 36. nx-libs is NX X11 protocol compression libraries

Introduction

In this tutorial we learn how to install nx-libs on Fedora 36.

What is nx-libs

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.

We can use yum or dnf to install nx-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nx-libs.

Install nx-libs 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 nx-libs using dnf by running the following command:

sudo dnf -y install nx-libs

Install nx-libs 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 nx-libs using yum by running the following command:

sudo yum -y install nx-libs

How To Uninstall nx-libs on Fedora 36

To uninstall only the nx-libs package we can use the following command:

sudo dnf remove nx-libs

nx-libs Package Contents on Fedora 36

/usr/lib/nx
/usr/share/doc/nx-libs
/usr/share/doc/nx-libs/ChangeLog
/usr/share/licenses/nx-libs
/usr/share/licenses/nx-libs/COPYING
/usr/share/licenses/nx-libs/LICENSE
/usr/share/licenses/nx-libs/LICENSE.nxcomp
/usr/share/nx
/usr/share/nx/SecurityPolicy
/usr/share/nx/X11
/usr/share/nx/X11/XErrorDB
/usr/share/nx/X11/Xcms.txt

References

Summary

In this tutorial we learn how to install nx-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install nx-libs on Fedora 36” linkTitle: “nx-libs” type: “docs” description: “In this tutorial we learn how to install nx-libs in Fedora 36. nx-libs is NX X11 protocol compression libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nx-libs-featured.png

Introduction

In this tutorial we learn how to install nx-libs on Fedora 36.

What is nx-libs

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.

We can use yum or dnf to install nx-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nx-libs.

Install nx-libs 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 nx-libs using dnf by running the following command:

sudo dnf -y install nx-libs

Install nx-libs 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 nx-libs using yum by running the following command:

sudo yum -y install nx-libs

How To Uninstall nx-libs on Fedora 36

To uninstall only the nx-libs package we can use the following command:

sudo dnf remove nx-libs

nx-libs Package Contents on Fedora 36

/usr/lib64/nx
/usr/share/doc/nx-libs
/usr/share/doc/nx-libs/ChangeLog
/usr/share/licenses/nx-libs
/usr/share/licenses/nx-libs/COPYING
/usr/share/licenses/nx-libs/LICENSE
/usr/share/licenses/nx-libs/LICENSE.nxcomp
/usr/share/nx
/usr/share/nx/SecurityPolicy
/usr/share/nx/X11
/usr/share/nx/X11/XErrorDB
/usr/share/nx/X11/Xcms.txt

References

Summary

In this tutorial we learn how to install nx-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).