How To Install rubygem-dalli on Fedora 36

In this tutorial we learn how to install rubygem-dalli in Fedora 36. rubygem-dalli is High performance memcached client for Ruby

Introduction

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

What is rubygem-dalli

High performance memcached client for Ruby

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

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

sudo dnf -y install rubygem-dalli

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

sudo yum -y install rubygem-dalli

How To Uninstall rubygem-dalli on Fedora 36

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

sudo dnf remove rubygem-dalli

rubygem-dalli Package Contents on Fedora 36

/usr/share/gems/gems/dalli-3.2.0
/usr/share/gems/gems/dalli-3.2.0/LICENSE
/usr/share/gems/gems/dalli-3.2.0/lib
/usr/share/gems/gems/dalli-3.2.0/lib/dalli
/usr/share/gems/gems/dalli-3.2.0/lib/dalli.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/cas
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/cas/client.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/client.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/compressor.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/key_manager.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/options.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/pipelined_getter.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/base.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/binary
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/binary.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/binary/request_formatter.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/binary/response_header.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/binary/response_processor.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/binary/sasl_authentication.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/connection_manager.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/meta
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/meta.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/meta/key_regularizer.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/meta/request_formatter.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/meta/response_processor.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/response_buffer.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/server_config_parser.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/ttl_sanitizer.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/value_compressor.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/value_marshaller.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/protocol/value_serializer.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/ring.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/server.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/servers_arg_normalizer.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/socket.rb
/usr/share/gems/gems/dalli-3.2.0/lib/dalli/version.rb
/usr/share/gems/gems/dalli-3.2.0/lib/rack
/usr/share/gems/gems/dalli-3.2.0/lib/rack/session
/usr/share/gems/gems/dalli-3.2.0/lib/rack/session/dalli.rb
/usr/share/gems/specifications/dalli-3.2.0.gemspec

References

Summary

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