How To Install ncdc on Fedora 36

In this tutorial we learn how to install ncdc in Fedora 36. ncdc is Modern and lightweight direct connect client

Introduction

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

What is ncdc

Ncdc is a modern and lightweight direct connect client with a friendly ncurses interface.

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

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

sudo dnf -y install ncdc

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

sudo yum -y install ncdc

How To Uninstall ncdc on Fedora 36

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

sudo dnf remove ncdc

ncdc Package Contents on Fedora 36

/usr/bin/ncdc
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/55c34e6e3bbeb798c130ad28e280e4e2ab8ae8
/usr/share/doc/ncdc
/usr/share/doc/ncdc/ChangeLog
/usr/share/doc/ncdc/README
/usr/share/licenses/ncdc
/usr/share/licenses/ncdc/COPYING
/usr/share/man/man1/ncdc.1.gz

References

Summary

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