Guest User

Untitled

a guest
Nov 12th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. ~$ sudo apt upgrade -y
  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. libpam-systemd : Depends: systemd (= 229-4ubuntu21.6) but 229-4ubuntu21.4 is installed
  8. systemd : Depends: libsystemd0 (= 229-4ubuntu21.4) but 229-4ubuntu21.6 is installed
  9. E: Unmet dependencies. Try using -f.
  10.  
  11. ~$ sudo apt upgrade -y -f
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. Correcting dependencies... Done
  16. Calculating upgrade... Done
  17. The following NEW packages will be installed:
  18. ubuntu-advantage-tools
  19. The following packages will be upgraded:
  20. apt-transport-https cloud-init curl distro-info-data dpkg-dev friendly-recovery gettext-base kmod libasprintf0v5 libcurl3 libcurl3-gnutls libdpkg-perl libgs9 libgs9-common libkmod2 libmspack0 libpam-systemd libsystemd0 libudev1
  21. linux-libc-dev openssh-client openssh-server openssh-sftp-server python3-cryptography python3-requests python3-update-manager systemd systemd-sysv tzdata ubuntu-minimal ubuntu-standard udev update-manager-core yarn
  22. 34 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  23. 2 not fully installed or removed.
  24. Need to get 5,245 kB/17.6 MB of archives.
  25. After this operation, 531 kB of additional disk space will be used.
  26. Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu21.8 [115 kB]
  27. Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu21.8 [54.1 kB]
  28. Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 229-4ubuntu21.8 [993 kB]
  29. Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu21.8 [204 kB]
  30. Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu21.8 [3,775 kB]
  31. Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu21.8 [11.6 kB]
  32. Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6,568 B]
  33. Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB]
  34. Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmspack0 amd64 0.5-1ubuntu0.16.04.3 [37.4 kB]
  35. Fetched 5,245 kB in 15s (333 kB/s)
  36. Extracting templates from packages: 100%
  37. Preconfiguring packages ...
  38. (Reading database ... 60877 files and directories currently installed.)
  39. Preparing to unpack .../libpam-systemd_229-4ubuntu21.8_amd64.deb ...
  40. Unpacking libpam-systemd:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.6) ...
  41. Preparing to unpack .../libudev1_229-4ubuntu21.8_amd64.deb ...
  42. Unpacking libudev1:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ...
  43. Processing triggers for man-db (2.7.5-1) ...
  44. Processing triggers for libc-bin (2.23-0ubuntu10) ...
  45. Setting up libudev1:amd64 (229-4ubuntu21.8) ...
  46. Processing triggers for libc-bin (2.23-0ubuntu10) ...
  47. (Reading database ... 60877 files and directories currently installed.)
  48. Preparing to unpack .../udev_229-4ubuntu21.8_amd64.deb ...
  49. Unpacking udev (229-4ubuntu21.8) over (229-4ubuntu21.4) ...
  50. Preparing to unpack .../libsystemd0_229-4ubuntu21.8_amd64.deb ...
  51. Unpacking libsystemd0:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.6) ...
  52. Processing triggers for man-db (2.7.5-1) ...
  53. Processing triggers for ureadahead (0.100.0-19) ...
  54. Processing triggers for libc-bin (2.23-0ubuntu10) ...
  55. Setting up libsystemd0:amd64 (229-4ubuntu21.8) ...
  56. Processing triggers for libc-bin (2.23-0ubuntu10) ...
  57. (Reading database ... 60877 files and directories currently installed.)
  58. Preparing to unpack .../systemd_229-4ubuntu21.8_amd64.deb ...
  59. Unpacking systemd (229-4ubuntu21.8) over (229-4ubuntu21.4) ...
  60. dpkg: error processing archive /var/cache/apt/archives/systemd_229-4ubuntu21.8_amd64.deb (--unpack):
  61. unable to make backup symlink for './lib/systemd/system/checkroot-bootclean.service': No such file or directory
  62. No apport report written because the error message indicates an issue on the local system
  63. Processing triggers for man-db (2.7.5-1) ...
  64. Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
  65. Processing triggers for ureadahead (0.100.0-19) ...
  66. Errors were encountered while processing:
  67. /var/cache/apt/archives/systemd_229-4ubuntu21.8_amd64.deb
  68. E: Sub-process /usr/bin/dpkg returned an error code (1)
  69.  
  70. ~$ sudo apt-get -f install
  71. [sudo] password for andre:
  72. Reading package lists... Done
  73. Building dependency tree
  74. Reading state information... Done
  75. Correcting dependencies... Done
  76. The following additional packages will be installed:
  77. systemd
  78. Suggested packages:
  79. systemd-ui systemd-container
  80. The following packages will be upgraded:
  81. systemd
  82. 1 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
  83. 3 not fully installed or removed.
  84. Need to get 0 B/3,775 kB of archives.
  85. After this operation, 8,192 B of additional disk space will be used.
  86. Do you want to continue? [Y/n] y
  87. (Reading database ... 60877 files and directories currently installed.)
  88. Preparing to unpack .../systemd_229-4ubuntu21.8_amd64.deb ...
  89. Unpacking systemd (229-4ubuntu21.8) over (229-4ubuntu21.4) ...
  90. dpkg: error processing archive /var/cache/apt/archives/systemd_229-4ubuntu21.8_amd64.deb (--unpack):
  91. unable to make backup symlink for './lib/systemd/system/checkroot-bootclean.service': No such file or directory
  92. No apport report written because the error message indicates an issue on the local system
  93. Processing triggers for man-db (2.7.5-1) ...
  94. Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
  95. Processing triggers for ureadahead (0.100.0-19) ...
  96. Errors were encountered while processing:
  97. /var/cache/apt/archives/systemd_229-4ubuntu21.8_amd64.deb
  98. E: Sub-process /usr/bin/dpkg returned an error code (1)
Add Comment
Please, Sign In to add comment