How To Install dxpc on Fedora 36

In this tutorial we learn how to install dxpc in Fedora 36. dxpc is A Differential X Protocol Compressor

Introduction

In this tutorial we learn how to install dxpc on Fedora 36.

What is dxpc

dxpc is an X protocol compressor designed to improve the speed of X11 applications run over low-bandwidth links (such as dialup PPP connections or ADSL).

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

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

sudo dnf -y install dxpc

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

sudo yum -y install dxpc

How To Uninstall dxpc on Fedora 36

To uninstall only the dxpc package we can use the following command:

sudo dnf remove dxpc

dxpc Package Contents on Fedora 36

/usr/bin/dxpc
/usr/bin/dxpcssh
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/806d06b4024768c0614b5d30417a8e8071db53
/usr/share/doc/dxpc
/usr/share/doc/dxpc/CHANGES
/usr/share/doc/dxpc/README
/usr/share/doc/dxpc/TODO
/usr/share/man/man1/dxpc.1.gz

References

Summary

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