How To Install rubygem-webrobots on Fedora 36

In this tutorial we learn how to install rubygem-webrobots in Fedora 36. rubygem-webrobots is Ruby library to help write robots.txt compliant web robots

Introduction

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

What is rubygem-webrobots

This library helps write robots.txt compliant web robots in Ruby.

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

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

sudo dnf -y install rubygem-webrobots

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

sudo yum -y install rubygem-webrobots

How To Uninstall rubygem-webrobots on Fedora 36

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

sudo dnf remove rubygem-webrobots

rubygem-webrobots Package Contents on Fedora 36

/usr/share/gems/gems/webrobots-0.1.2
/usr/share/gems/gems/webrobots-0.1.2/LICENSE.txt
/usr/share/gems/gems/webrobots-0.1.2/README.rdoc
/usr/share/gems/gems/webrobots-0.1.2/lib
/usr/share/gems/gems/webrobots-0.1.2/lib/webrobots
/usr/share/gems/gems/webrobots-0.1.2/lib/webrobots.rb
/usr/share/gems/gems/webrobots-0.1.2/lib/webrobots/nokogiri.rb
/usr/share/gems/gems/webrobots-0.1.2/lib/webrobots/robotstxt.rb
/usr/share/gems/gems/webrobots-0.1.2/lib/webrobots/robotstxt.ry
/usr/share/gems/gems/webrobots-0.1.2/lib/webrobots/version.rb
/usr/share/gems/specifications/webrobots-0.1.2.gemspec

References

Summary

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