How To Install libircclient on Fedora 36

In this tutorial we learn how to install libircclient in Fedora 36. libircclient is C library to create IRC clients

Introduction

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

What is libircclient

libircclient is a small but extremely powerful library which implements the IRC protocol. It is designed to be small, fast, portable and compatible with the RFC standards as well as non-standard but popular features. It is perfect for building the IRC clients and bots.

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

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

sudo dnf -y install libircclient

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

sudo yum -y install libircclient

How To Uninstall libircclient on Fedora 36

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

sudo dnf remove libircclient

libircclient Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/eca2f0966f60f500955566bf4e09139cf393b9
/usr/lib64/libircclient.so.1
/usr/share/doc/libircclient
/usr/share/doc/libircclient/Changelog
/usr/share/doc/libircclient/THANKS
/usr/share/licenses/libircclient
/usr/share/licenses/libircclient/LICENSE

References

Summary

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


title: “How To Install libircclient on Fedora 36” linkTitle: “libircclient” type: “docs” description: “In this tutorial we learn how to install libircclient in Fedora 36. libircclient is C library to create IRC clients” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libircclient-featured.png

Introduction

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

What is libircclient

libircclient is a small but extremely powerful library which implements the IRC protocol. It is designed to be small, fast, portable and compatible with the RFC standards as well as non-standard but popular features. It is perfect for building the IRC clients and bots.

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

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

sudo dnf -y install libircclient

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

sudo yum -y install libircclient

How To Uninstall libircclient on Fedora 36

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

sudo dnf remove libircclient

libircclient Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/1a4a13ddd57108d200ddd49d701a62f2ef24ba
/usr/lib/libircclient.so.1
/usr/share/doc/libircclient
/usr/share/doc/libircclient/Changelog
/usr/share/doc/libircclient/THANKS
/usr/share/licenses/libircclient
/usr/share/licenses/libircclient/LICENSE

References

Summary

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