How To Install clc on Fedora 36

In this tutorial we learn how to install clc in Fedora 36. clc is Command-line client for MUDs

Introduction

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

What is clc

Very simplistic MUD client for command line usage.

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

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

sudo dnf -y install clc

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

sudo yum -y install clc

How To Uninstall clc on Fedora 36

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

sudo dnf remove clc

clc Package Contents on Fedora 36

/usr/bin/clc
/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/0beafe004bc1bef8e755f3e69e0ccd1d6a3cf8
/usr/share/doc/clc
/usr/share/doc/clc/README

References

Summary

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