How To Install kirc on Fedora 36
Introduction
In this tutorial we learn how to install kirc
on Fedora 36.
What is kirc
kirc (“KISS for IRC”) is a tiny open-source Internet Relay Chat (IRC) client designed with usability and cross-platform compatibility in mind.
We can use yum
or dnf
to install kirc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kirc.
Install kirc 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 kirc
using dnf
by running the following command:
sudo dnf -y install kirc
Install kirc 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 kirc
using yum
by running the following command:
sudo yum -y install kirc
How To Uninstall kirc on Fedora 36
To uninstall only the kirc
package we can use the following command:
sudo dnf remove kirc
kirc Package Contents on Fedora 36
/usr/bin/kirc
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/2bb40890a6d90c13030c2d19f1d699f092594d
/usr/share/doc/kirc
/usr/share/doc/kirc/README
/usr/share/licenses/kirc
/usr/share/licenses/kirc/LICENSE
/usr/share/man/man1/kirc.1.gz
References
Summary
In this tutorial we learn how to install kirc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).