Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. You appear to have a version of the VBoxGuestAdditions software
  2. on your system which was installed from a different source or using a
  3. different type of installer. If you installed it from a package from your
  4. Linux distribution or if it is a default part of the system then we strongly
  5. recommend that you cancel this installation and remove it properly before
  6. installing this version. If this is simply and older or a damaged
  7. installation you may safely proceed.
  8.  
  9. dpkg -l | grep virtualbox
  10.  
  11. ii virtualbox-ose-guest-dkms ...
  12. ii virtualbox-ose-guest-utils ...
  13. ii virtualbox-ose-guest-x11 ...
  14.  
  15. apt-get remove virtualbox-ose-guest-dkms virtualbox-ose-guest-utils virtualbox-ose-guest-x11
  16.  
  17. apt-get remove virtualbox-guest-additions
  18.  
  19. sh ./VBoxLinuxAdditions.run uninstall
  20.  
  21. apt-get autoremove virtualbox-ose-guest-dkms
  22. virtualbox-ose-guest-utils virtualbox-ose-guest-x11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement