daily pastebin goal
33%
SHARE
TWEET

Untitled

a guest Apr 16th, 2015 182 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@ubuntu:/tmp# dpkg -i *.deb
  2. (Reading database ... 278787 files and directories currently installed.)
  3. Preparing to unpack initramfs-tools_0.103ubuntu8_all.deb ...
  4. Unpacking initramfs-tools (0.103ubuntu8) over (0.103ubuntu4.2) ...
  5. dpkg: dependency problems prevent configuration of initramfs-tools:
  6.  initramfs-tools depends on initramfs-tools-bin (>= 0.103ubuntu8); however:
  7.   Package initramfs-tools-bin is not installed.
  8.  initramfs-tools depends on initramfs-tools-bin (<< 0.103ubuntu8.1~); however:
  9.   Package initramfs-tools-bin is not installed.
  10.  initramfs-tools depends on udev (>= 147~-5); however:
  11.   Package udev is not installed.
  12.  initramfs-tools depends on util-linux (>> 2.15~rc1); however:
  13.   Package util-linux is not installed.
  14.  
  15. dpkg: error processing package initramfs-tools (--install):
  16.  dependency problems - leaving unconfigured
  17. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  18. Errors were encountered while processing:
  19.  initramfs-tools
  20. root@ubuntu:/tmp# ^C
  21. root@ubuntu:/tmp# apt-get install initramfs-tools
  22. Reading package lists... Done
  23. Building dependency tree
  24. Reading state information... Done
  25. initramfs-tools is already the newest version.
  26. initramfs-tools set to manually installed.
  27. You might want to run 'apt-get -f install' to correct these:
  28. The following packages have unmet dependencies:
  29.  initramfs-tools : Depends: initramfs-tools-bin (>= 0.103ubuntu8) but it is not going to be installed
  30.                    Depends: initramfs-tools-bin (< 0.103ubuntu8.1~) but it is not going to be installed
  31.                    Depends: udev (>= 147~-5)
  32.                    Depends: util-linux (> 2.15~rc1)
  33.  libpam-systemd : Depends: systemd-services (= 204-5ubuntu20.11)
  34. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  35. root@ubuntu:/tmp#
RAW Paste Data
Top