Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. lomo@lomo-desktop:~$ sudo apt-get install openssh-server byobu
  2. [sudo] password for lomo:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. You might want to run 'apt-get -f install' to correct these:
  7. The following packages have unmet dependencies:
  8. byobu : Depends: python-newt (>= 0.52.2-11) but it is not going to be installed
  9. Depends: tmux (>= 1.5) but it is not going to be installed or
  10. screen but it is not going to be installed
  11. Recommends: screen but it is not going to be installed
  12. Recommends: tmux (>= 1.5) but it is not going to be installed
  13. fglrx-amdcccle-updates : Depends: fglrx-updates
  14. fglrx-updates-dev : Depends: fglrx-updates
  15. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  16. lomo@lomo-desktop:~$ sudo apt-get -f install
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. Correcting dependencies... Done
  21. The following extra packages will be installed:
  22. fglrx-updates
  23. The following NEW packages will be installed:
  24. fglrx-updates
  25. 0 upgraded, 1 newly installed, 0 to remove and 322 not upgraded.
  26. 8 not fully installed or removed.
  27. Need to get 0 B/79.4 MB of archives.
  28. After this operation, 242 MB of additional disk space will be used.
  29. Do you want to continue [Y/n]? y
  30. (Reading database ... 177635 files and directories currently installed.)
  31. Unpacking fglrx-updates (from .../fglrx-updates_2%3a9.000-0ubuntu3_amd64.deb) ...
  32. One or more files have been altered since installation.
  33. Uninstall will not be completed. See /etc/ati/fglrx-uninstall.log for details.
  34. dpkg: error processing /var/cache/apt/archives/fglrx-updates_2%3a9.000-0ubuntu3_amd64.deb (--unpack):
  35. subprocess new pre-installation script returned error exit status 1
  36. Errors were encountered while processing:
  37. /var/cache/apt/archives/fglrx-updates_2%3a9.000-0ubuntu3_amd64.deb
  38. E: Sub-process /usr/bin/dpkg returned an error code (1)
  39. lomo@lomo-desktop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement