How To Install rubygem-stomp on Fedora 36

In this tutorial we learn how to install rubygem-stomp in Fedora 36. rubygem-stomp is Ruby client for the Stomp messaging protocol

Introduction

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

What is rubygem-stomp

Ruby client for the Stomp messaging protocol

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

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

sudo dnf -y install rubygem-stomp

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

sudo yum -y install rubygem-stomp

How To Uninstall rubygem-stomp on Fedora 36

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

sudo dnf remove rubygem-stomp

rubygem-stomp Package Contents on Fedora 36

/usr/bin/catstomp
/usr/bin/stompcat
/usr/share/gems/gems/stomp-1.4.10
/usr/share/gems/gems/stomp-1.4.10/bin
/usr/share/gems/gems/stomp-1.4.10/bin/catstomp
/usr/share/gems/gems/stomp-1.4.10/bin/stompcat
/usr/share/gems/gems/stomp-1.4.10/lib
/usr/share/gems/gems/stomp-1.4.10/lib/client
/usr/share/gems/gems/stomp-1.4.10/lib/client/utils.rb
/usr/share/gems/gems/stomp-1.4.10/lib/connection
/usr/share/gems/gems/stomp-1.4.10/lib/connection/heartbeats.rb
/usr/share/gems/gems/stomp-1.4.10/lib/connection/netio.rb
/usr/share/gems/gems/stomp-1.4.10/lib/connection/utf8.rb
/usr/share/gems/gems/stomp-1.4.10/lib/connection/utils.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp
/usr/share/gems/gems/stomp-1.4.10/lib/stomp.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/client.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/codec.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/connection.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/constants.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/errors.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/ext
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/ext/hash.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/message.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/null_logger.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/slogger.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/sslparams.rb
/usr/share/gems/gems/stomp-1.4.10/lib/stomp/version.rb
/usr/share/gems/specifications/stomp-1.4.10.gemspec

References

Summary

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