Discussion:
[vagrant-up] How to uninstall vagrant totally?
t***@gmail.com
2018-09-26 12:03:25 UTC
Permalink
I run
'sudo apt-get remove vagrant'
'sudo apt-get remove --auto-remove vagrant'
'sudo dpkg -r vagrant'
'rm -r ~/.vagrant.d'
'rm -rf /opt/vagrant'
'rm -f /usr/bin/vagrant'
on Ubuntu.

However, tried 'vagrant --version' again, 'Vagrant 2.1.4' still shows!
How can I uninstall it completely? Sine I should change it to version 2.1.2

Thanks so much if anyone can help!!!
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/7fec7e4a-8397-42f8-b769-2b518c39383f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-09-28 08:09:59 UTC
Permalink
you can check what is left and delete ?

sudo find / 2>/dev/null | grep -i vagrant
Post by t***@gmail.com
I run
'sudo apt-get remove vagrant'
'sudo apt-get remove --auto-remove vagrant'
'sudo dpkg -r vagrant'
'rm -r ~/.vagrant.d'
'rm -rf /opt/vagrant'
'rm -f /usr/bin/vagrant'
on Ubuntu.
However, tried 'vagrant --version' again, 'Vagrant 2.1.4' still shows!
How can I uninstall it completely? Sine I should change it to version 2.1.2
Thanks so much if anyone can help!!!
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in
violation of those guidelines may result in your removal from this mailing
list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/7fec7e4a-8397-42f8-b769-2b518c39383f%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/7fec7e4a-8397-42f8-b769-2b518c39383f%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Alvaro
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ex94ONqGm92uWq09Z%3D1-X2gWjjOkV4qZRzgSPNHUBJkpQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...