Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created September 2, 2012 07:05
Show Gist options
  • Save douglasmiranda/3595499 to your computer and use it in GitHub Desktop.
Save douglasmiranda/3595499 to your computer and use it in GitHub Desktop.
Upgrading Virtualbox on Ubuntu 12
~$ cd /opt/VirtualBox
~$ ls -al
~$ sudo chmod +x uninstall.sh
~$ sudo sh uninstall.sh
# then with 'cd' command move to the directory where is the .deb file, and execute it, example:
~$ cd ~/Downloads
~$ sudo dpkg -i virtualbox-4.1_4.1.20-80170~Ubuntu~precise_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment