How To Install vagrant-registration on Fedora 36

In this tutorial we learn how to install vagrant-registration in Fedora 36. vagrant-registration is Automatic guest registration for Vagrant

Introduction

In this tutorial we learn how to install vagrant-registration on Fedora 36.

What is vagrant-registration

Enables guests to be registered automatically which is especially useful for RHEL or SLES guests.

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

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

sudo dnf -y install vagrant-registration

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

sudo yum -y install vagrant-registration

How To Uninstall vagrant-registration on Fedora 36

To uninstall only the vagrant-registration package we can use the following command:

sudo dnf remove vagrant-registration

vagrant-registration Package Contents on Fedora 36

/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/LICENSE
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/action
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/action.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/action/register.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/action/unregister_on_destroy.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/action/unregister_on_halt.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/config.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/plugin.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/lib/vagrant-registration/version.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/locales
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/locales/en.yml
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests/redhat
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests/redhat/cap
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests/redhat/cap/registration.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests/redhat/cap/rhn_register.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests/redhat/cap/subscription_manager.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/plugins/guests/redhat/plugin.rb
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/resources
/usr/share/vagrant/gems/gems/vagrant-registration-1.3.1/resources/rhn_unregister.py
/usr/share/vagrant/gems/specifications/vagrant-registration-1.3.1.gemspec

References

Summary

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