How To Install conmux-client on Fedora 36

In this tutorial we learn how to install conmux-client in Fedora 36. conmux-client is Conmux client which will connect to a Conmux server

Introduction

In this tutorial we learn how to install conmux-client on Fedora 36.

What is conmux-client

Conmux client connects to a conmux server.

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

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

sudo dnf -y install conmux-client

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

sudo yum -y install conmux-client

How To Uninstall conmux-client on Fedora 36

To uninstall only the conmux-client package we can use the following command:

sudo dnf remove conmux-client

conmux-client Package Contents on Fedora 36

/etc/conmux
/etc/conmux/conmux.conf
/usr/bin/conmux
/usr/share/doc/conmux-client
/usr/share/doc/conmux-client/COPYING
/usr/share/doc/conmux-client/README
/usr/share/perl5/vendor_perl/Conmux.pm

References

Summary

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