How To Install rubygem-morph-cli on Fedora 36

In this tutorial we learn how to install rubygem-morph-cli in Fedora 36. rubygem-morph-cli is Runs Morph scrapers from the command line

Introduction

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

What is rubygem-morph-cli

Actually it will run them on the Morph server identically to the real thing. That means not installing a bucket load of libraries and bits and bobs that are already installed with the Morph scraper environments.

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

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

sudo dnf -y install rubygem-morph-cli

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

sudo yum -y install rubygem-morph-cli

How To Uninstall rubygem-morph-cli on Fedora 36

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

sudo dnf remove rubygem-morph-cli

rubygem-morph-cli Package Contents on Fedora 36

/usr/bin/morph
/usr/share/doc/rubygem-morph-cli
/usr/share/doc/rubygem-morph-cli/LICENSE.txt
/usr/share/doc/rubygem-morph-cli/README.md
/usr/share/doc/rubygem-morph-cli/scraper.rb
/usr/share/gems/gems/morph-cli-0.2.3
/usr/share/gems/gems/morph-cli-0.2.3/bin
/usr/share/gems/gems/morph-cli-0.2.3/bin/morph
/usr/share/gems/gems/morph-cli-0.2.3/lib
/usr/share/gems/gems/morph-cli-0.2.3/lib/morph-cli
/usr/share/gems/gems/morph-cli-0.2.3/lib/morph-cli.rb
/usr/share/gems/gems/morph-cli-0.2.3/lib/morph-cli/version.rb
/usr/share/gems/specifications/morph-cli-0.2.3.gemspec

References

Summary

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