How To Install rubygem-hashicorp-checkpoint on Fedora 36

In this tutorial we learn how to install rubygem-hashicorp-checkpoint in Fedora 36. rubygem-hashicorp-checkpoint is Internal HashiCorp service to check version information

Introduction

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

What is rubygem-hashicorp-checkpoint

Internal HashiCorp service to check version information.

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

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

sudo dnf -y install rubygem-hashicorp-checkpoint

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

sudo yum -y install rubygem-hashicorp-checkpoint

How To Uninstall rubygem-hashicorp-checkpoint on Fedora 36

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

sudo dnf remove rubygem-hashicorp-checkpoint

rubygem-hashicorp-checkpoint Package Contents on Fedora 36

/usr/share/gems/gems/hashicorp-checkpoint-0.1.5
/usr/share/gems/gems/hashicorp-checkpoint-0.1.5/LICENSE.txt
/usr/share/gems/gems/hashicorp-checkpoint-0.1.5/lib
/usr/share/gems/gems/hashicorp-checkpoint-0.1.5/lib/checkpoint
/usr/share/gems/gems/hashicorp-checkpoint-0.1.5/lib/checkpoint.rb
/usr/share/gems/gems/hashicorp-checkpoint-0.1.5/lib/checkpoint/platform.rb
/usr/share/gems/gems/hashicorp-checkpoint-0.1.5/lib/checkpoint/version.rb
/usr/share/gems/specifications/hashicorp-checkpoint-0.1.5.gemspec

References

Summary

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