Advertisement
Guest User

Untitled

a guest
May 29th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ```
  2. sudo apt-get install kde-plasma-desktop > /tmp/log.txt 2>&1
  3.  
  4. Reading package lists...
  5. Building dependency tree...
  6. Reading state information...
  7. Some packages could not be installed. This may mean that you have
  8. requested an impossible situation or if you are using the unstable
  9. distribution that some required packages have not yet been created
  10. or been moved out of Incoming.
  11. The following information may help to resolve the situation:
  12.  
  13. The following packages have unmet dependencies:
  14. kde-plasma-desktop : Depends: plasma-desktop (>= 4:4.11) but it is not going to be installed
  15. Depends: kde-workspace (>= 4:4.11) but it is not going to be installed
  16. Depends: kde-baseapps (>= 4:4.11) but it is not going to be installed
  17. E: Unable to correct problems, you have held broken packages.
  18. ```
  19.  
  20. 输出是空
  21. ```
  22. dpkg --get-selections | grep hold >> /tmp/log.txt 2>&1
  23. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement