How To Install vagrant-adbinfo on Fedora 36

In this tutorial we learn how to install vagrant-adbinfo in Fedora 36. vagrant-adbinfo is Connection and configuration for a Docker daemon

Introduction

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

What is vagrant-adbinfo

Vagrant plugin that provides the IP address location for a Docker daemon.

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

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

sudo dnf -y install vagrant-adbinfo

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

sudo yum -y install vagrant-adbinfo

How To Uninstall vagrant-adbinfo on Fedora 36

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

sudo dnf remove vagrant-adbinfo

vagrant-adbinfo Package Contents on Fedora 36

/usr/share/vagrant/gems/gems/vagrant-adbinfo-0.1.0
/usr/share/vagrant/gems/gems/vagrant-adbinfo-0.1.0/LICENSE
/usr/share/vagrant/gems/gems/vagrant-adbinfo-0.1.0/lib
/usr/share/vagrant/gems/gems/vagrant-adbinfo-0.1.0/lib/command.rb
/usr/share/vagrant/gems/gems/vagrant-adbinfo-0.1.0/lib/os.rb
/usr/share/vagrant/gems/gems/vagrant-adbinfo-0.1.0/lib/vagrant-adbinfo.rb
/usr/share/vagrant/gems/specifications/vagrant-adbinfo-0.1.0.gemspec

References

Summary

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