Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. % sudo apt-get install xserver-xorg-lts-trusty
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. xserver-xorg-lts-trusty : Depends: xserver-xorg-core-lts-trusty (>= 2:1.11) but it is not going to be installed
  13. Depends: xserver-xorg-video-all-lts-trusty but it is not going to be installed or
  14. xorg-driver-video
  15. Depends: xserver-xorg-input-all-lts-trusty but it is not going to be installed or
  16. xorg-driver-input
  17. Depends: xserver-xorg-input-evdev-lts-trusty but it is not going to be installed
  18. Recommends: libgl1-mesa-dri-lts-trusty but it is not going to be installed
  19. Recommends: libgl1-mesa-glx-lts-trusty but it is not going to be installed
  20. Recommends: xserver-xorg-input-all-lts-trusty but it is not going to be installed
  21. Recommends: xserver-xorg-video-all-lts-trusty but it is not going to be installed
  22. Recommends: x11-xserver-utils-lts-trusty but it is not going to be installed
  23. Conflicts: libgl1-mesa-glx (>= 0~)
  24. Conflicts: libgl1-mesa-glx:i386 (>= 0~)
  25. Conflicts: libglapi-mesa (>= 0~)
  26. Conflicts: libglapi-mesa:i386 (>= 0~)
  27. E: Unable to correct problems, you have held broken packages.
  28.  
  29. sudo apt-get install -f
  30.  
  31. sudo apt-get dist-upgrade
  32.  
  33. sudo apt-get remove xserver-xorg-lts-saucy
  34. sudo apt-get install xserver-xorg-lts-trusty
  35.  
  36. sudo do-release-upgrade
  37.  
  38. sudo apt-get install ubuntu-desktop
  39.  
  40. sudo apt-get install ubuntu-gnome-deskop
  41.  
  42. sudo apt-get install xserver-xorg-lts-trusty
  43. xserver-xorg-core-lts-trusty
  44. xserver-xorg-video-all-lts-trusty
  45. xorg-driver-video
  46. xserver-xorg-input-all-lts-trusty
  47. xorg-driver-input
  48. xserver-xorg-input-evdev-lts-trusty
  49.  
  50. sudo do-release-upgrade
Add Comment
Please, Sign In to add comment