Vagrant installation

Hello all,
I am durga.
I have a server at my home .
First i installed the Vagrant successfully . then i thought let me learn how to uninstall too and i went through the website Uninstalling Vagrant | Vagrant | HashiCorp Developer .
I typed these two commands they given

rm -rf /opt/vagrant
rm -f /usr/bin/vagrant

now i am again trying to install i can’t able to do that please help me in this.
i did this blender mistake
if i am trying to install now it is showing this.
yum localinstall vagrant_2.2.10_x86_64.rpm
Loaded plugins: fastestmirror, langpacks
Examining vagrant_2.2.10_x86_64.rpm: 1:vagrant-2.2.10-1.x86_64
vagrant_2.2.10_x86_64.rpm: does not update installed package.
Nothing to do

is there any work around to do please help me.

.

1 Like

Hi durga,

Kindly provide me with the exact steps you tried to reinstall vagrant with.

Hello,
Thank you so much for your quick response.
I downloaded vagrant rpm file in my Linux machine then i typed

#yum localinstall vagrant_2.2.10_x86_64.rpm
Loaded plugins: fastestmirror, langpacks
Examining vagrant_2.2.10_x86_64.rpm: 1:vagrant-2.2.10-1.x86_64
vagrant_2.2.10_x86_64.rpm: does not update installed package.
Nothing to do

Kindly try again with the following commands:
Run:

sudo yum update

Then run:

wget https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_x86_64.rpm

Finally run :

sudo rpm –i vagrant_2.2.10_x86_64.rpm

Hello sir,
I followed the above steps and i got the error below

[root@karthikeya ~]# rpm -i vagrant_2.2.10_x86_64.rpm
package vagrant-1:2.2.10-1.x86_64 is already installed
[root@karthikeya ~]# vagrant
bash: vagrant: command not found…
[root@karthikeya ~]#

please take a look and kindly help me on this.

Thank you,
durga

What does which vagrant and locate vagrant tell you?