How To Install rubygem-globalid on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-globalid
on Fedora 36.
What is rubygem-globalid
URIs for your models makes it easy to pass references around.
We can use yum
or dnf
to install rubygem-globalid
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-globalid.
Install rubygem-globalid 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-globalid
using dnf
by running the following command:
sudo dnf -y install rubygem-globalid
Install rubygem-globalid 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-globalid
using yum
by running the following command:
sudo yum -y install rubygem-globalid
How To Uninstall rubygem-globalid on Fedora 36
To uninstall only the rubygem-globalid
package we can use the following command:
sudo dnf remove rubygem-globalid
rubygem-globalid Package Contents on Fedora 36
/usr/share/gems/gems/globalid-1.0.0
/usr/share/gems/gems/globalid-1.0.0/MIT-LICENSE
/usr/share/gems/gems/globalid-1.0.0/lib
/usr/share/gems/gems/globalid-1.0.0/lib/global_id
/usr/share/gems/gems/globalid-1.0.0/lib/global_id.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/fixture_set.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/global_id.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/identification.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/locator.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/railtie.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/signed_global_id.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/uri
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/uri/gid.rb
/usr/share/gems/gems/globalid-1.0.0/lib/global_id/verifier.rb
/usr/share/gems/gems/globalid-1.0.0/lib/globalid.rb
/usr/share/gems/specifications/globalid-1.0.0.gemspec
References
Summary
In this tutorial we learn how to install rubygem-globalid
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).