How To Install libXcomp-devel on Fedora 36

In this tutorial we learn how to install libXcomp-devel in Fedora 36. libXcomp-devel is Development files for the NX differential compression library

Introduction

In this tutorial we learn how to install libXcomp-devel on Fedora 36.

What is libXcomp-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 NX differential compression library’s development files.

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

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

sudo dnf -y install libXcomp-devel

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

sudo yum -y install libXcomp-devel

How To Uninstall libXcomp-devel on Fedora 36

To uninstall only the libXcomp-devel package we can use the following command:

sudo dnf remove libXcomp-devel

libXcomp-devel Package Contents on Fedora 36

/usr/include/nx
/usr/include/nx/MD5.h
/usr/include/nx/NX.h
/usr/include/nx/NXalert.h
/usr/include/nx/NXpack.h
/usr/include/nx/NXproto.h
/usr/include/nx/NXvars.h
/usr/lib64/libXcomp.so
/usr/lib64/pkgconfig/nxcomp.pc

References

Summary

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


title: “How To Install libXcomp-devel on Fedora 36” linkTitle: “libXcomp-devel” type: “docs” description: “In this tutorial we learn how to install libXcomp-devel in Fedora 36. libXcomp-devel is Development files for the NX differential compression library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libXcomp-devel-featured.png

Introduction

In this tutorial we learn how to install libXcomp-devel on Fedora 36.

What is libXcomp-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 NX differential compression library’s development files.

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

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

sudo dnf -y install libXcomp-devel

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

sudo yum -y install libXcomp-devel

How To Uninstall libXcomp-devel on Fedora 36

To uninstall only the libXcomp-devel package we can use the following command:

sudo dnf remove libXcomp-devel

libXcomp-devel Package Contents on Fedora 36

/usr/include/nx
/usr/include/nx/MD5.h
/usr/include/nx/NX.h
/usr/include/nx/NXalert.h
/usr/include/nx/NXpack.h
/usr/include/nx/NXproto.h
/usr/include/nx/NXvars.h
/usr/lib/libXcomp.so
/usr/lib/pkgconfig/nxcomp.pc

References

Summary

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