Guest User

Untitled

a guest
Feb 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $ sudo su -
  2. Password: **********
  3.  
  4. apt-get remove virtualbox-guest-dkms
  5. apt-get remove virtualbox-guest-additions
  6.  
  7. shutdown -r now
  8.  
  9. apt-get update
  10. apt-get install virtualbox-guest-additions-iso
  11.  
  12. shutdown -r now
  13.  
  14. sudo apt-get install virtualbox-guest-dkms
  15. sudo dpkg-reconfigure virtualbox-guest-dkms
  16.  
  17. sudo sh VBoxLinuxAdditions.run
Add Comment
Please, Sign In to add comment