Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Hi! You're lucky enough to have stumbled onto this link.
  2.  
  3. Here's what you do:
  4.  
  5. 1. Uninstall previous virtualboxes
  6.  
  7. sudo apt remove virtualbox-5.0
  8.  
  9. 2. Download one of the virtualbox 5.0s such as 5.0.38 from the virtualbox site. The xenial will do.
  10.  
  11. 3. Now install it like this:
  12.  
  13. sudo dpkg -i --ignore-depends=libvpx3 virtualbox-5.0_5.0.38-114632-Ubuntu-xenial_amd64.deb
  14.  
  15. 4. Make sure you have libvpx4 installed:
  16.  
  17. sudo apt-get install libvpx4
  18.  
  19. 5. Now you need to link vpx4 to vpx3:
  20.  
  21. cd /lib/x86_64-linux-gnu/
  22. ln -s libvpx.so.4.1.0 libvpx.so.3
  23.  
  24. That's it!
  25. ft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement