How can I install Vagrant 1.0.6. with an already manually installed VirtualBox 4.2.6 on Ubuntu 12.04? All of my known ways fail:
- Download *.deb file for 64bit and
dpkg --install vagrant_x86_64.debgives me the errorVagrant not installed. Use apt-get install vagrantafter usingvagrant up. - Using
apt-get install vagrantwants to remove (!) my manual VirtualBox installation.
What to do?