How To Install rubygem-net-irc on Fedora 36

In this tutorial we learn how to install rubygem-net-irc in Fedora 36. rubygem-net-irc is Library for implementing IRC server and client

Introduction

In this tutorial we learn how to install rubygem-net-irc on Fedora 36.

What is rubygem-net-irc

library for implementing IRC server and client

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

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

sudo dnf -y install rubygem-net-irc

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

sudo yum -y install rubygem-net-irc

How To Uninstall rubygem-net-irc on Fedora 36

To uninstall only the rubygem-net-irc package we can use the following command:

sudo dnf remove rubygem-net-irc

rubygem-net-irc Package Contents on Fedora 36

/usr/share/gems/gems/net-irc-0.0.9
/usr/share/gems/gems/net-irc-0.0.9/ChangeLog
/usr/share/gems/gems/net-irc-0.0.9/GPLv2
/usr/share/gems/gems/net-irc-0.0.9/README
/usr/share/gems/gems/net-irc-0.0.9/lib
/usr/share/gems/gems/net-irc-0.0.9/lib/net
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/client
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/client.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/client/channel_manager.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/constants.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/message
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/message.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/message/modeparser.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/message/serverconfig.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/pattern.rb
/usr/share/gems/gems/net-irc-0.0.9/lib/net/irc/server.rb
/usr/share/gems/specifications/net-irc-0.0.9.gemspec

References

Summary

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