Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. root@cliff-ubuntu:/home/cliff# apt upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these.
  6. The following packages have unmet dependencies:
  7. linux-generic-hwe-16.04 : Depends: linux-headers-generic-hwe-16.04 (= 4.13.0.37.56) but 4.13.0.36.55 is installed
  8. linux-signed-generic-hwe-16.04 : Depends: linux-headers-generic-hwe-16.04 (= 4.13.0.37.56) but 4.13.0.36.55 is installed
  9. E: Unmet dependencies. Try using -f.
  10. root@cliff-ubuntu:/home/cliff# apt-get -f install
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Correcting dependencies... Done
  15. The following packages were automatically installed and are no longer required:
  16. linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic
  17. linux-image-4.8.0-36-generic linux-image-extra-4.8.0-36-generic
  18. linux-signed-image-4.8.0-36-generic snap-confine
  19. Use 'sudo apt autoremove' to remove them.
  20. The following additional packages will be installed:
  21. linux-headers-4.13.0-37 linux-headers-4.13.0-37-generic
  22. linux-headers-generic-hwe-16.04
  23. The following NEW packages will be installed:
  24. linux-headers-4.13.0-37-generic
  25. The following packages will be upgraded:
  26. linux-headers-4.13.0-37 linux-headers-generic-hwe-16.04
  27. 2 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
  28. 3 not fully installed or removed.
  29. Need to get 0 B/11.4 MB of archives.
  30. After this operation, 83.1 MB of additional disk space will be used.
  31. Do you want to continue? [Y/n] Y
  32. (Reading database ... 219200 files and directories currently installed.)
  33. Preparing to unpack .../linux-headers-4.13.0-37_4.13.0-37.42~16.04.1_all.deb ...
  34. Unpacking linux-headers-4.13.0-37 (4.13.0-37.42~16.04.1) over (4.13.0-37.42~16.04.1) ...
  35.  
  36.  
  37.  
  38. [1]+ Stopped apt-get -f install
  39. root@cliff-ubuntu:/home/cliff#
  40. root@cliff-ubuntu:/home/cliff#
  41. root@cliff-ubuntu:/home/cliff# apt update
  42. Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
  43. Ign:2 http://linux.dropbox.com/ubuntu wily InRelease
  44. Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  45. Hit:4 http://linux.dropbox.com/ubuntu wily Release
  46. Get:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
  47. Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  48. Hit:8 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
  49. Fetched 306 kB in 1s (167 kB/s)
  50. Reading package lists... Done
  51. Building dependency tree
  52. Reading state information... Done
  53. 3 packages can be upgraded. Run 'apt list --upgradable' to see them.
  54. root@cliff-ubuntu:/home/cliff# apt install npm
  55. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  56. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  57. root@cliff-ubuntu:/home/cliff# fg 1
  58. apt-get -f install
  59. ^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^Cccc
  60. ccc
  61. ^C^C^C^C^C^C^C^C^C^C^C^Ccc
  62. cc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement