Advertisement
Guest User

Untitled

a guest
Jul 24th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. giedrius@giedrius-HP-ProBook-4540s:~$ sudo apt-get install pango1.0
  2. [sudo] password for giedrius:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. Note, selecting 'libpango1.0-0-dbg' for regex 'pango1.0'
  7. Note, selecting 'libpango1.0-dev' for regex 'pango1.0'
  8. Note, selecting 'libpango1.0-doc' for regex 'pango1.0'
  9. Note, selecting 'pango1.0-multiarch-modver-1.8.0' for regex 'pango1.0'
  10. Note, selecting 'libpango1.0-0' for regex 'pango1.0'
  11. libpango1.0-0 is already the newest version.
  12. Some packages could not be installed. This may mean that you have
  13. requested an impossible situation or if you are using the unstable
  14. distribution that some required packages have not yet been created
  15. or been moved out of Incoming.
  16. The following information may help to resolve the situation:
  17.  
  18. The following packages have unmet dependencies:
  19. libpango1.0-0-dbg : Depends: libpango1.0-0 (= 1.32.5-0ubuntu1) but 1.34.1-0ubuntu1~13.04~ricotz1 is to be installed
  20. libpango1.0-dev : Depends: libpango1.0-0 (= 1.32.5-0ubuntu1) but 1.34.1-0ubuntu1~13.04~ricotz1 is to be installed
  21. Depends: libharfbuzz-dev (>= 0.9.9) but it is not going to be installed
  22. Depends: libxft-dev but it is not going to be installed
  23. Depends: libfontconfig1-dev (>= 2.5.0) but it is not going to be installed
  24. Depends: libcairo2-dev but it is not going to be installed
  25. E: Unable to correct problems, you have held broken packages.
  26. giedrius@giedrius-HP-ProBook-4540s:~$ sudo apt-get remove libpango1.0-dev
  27. [sudo] password for giedrius:
  28. Reading package lists... Done
  29. Building dependency tree
  30. Reading state information... Done
  31. Package 'libpango1.0-dev' is not installed, so not removed
  32. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  33. 1 not fully installed or removed.
  34. After this operation, 0 B of additional disk space will be used.
  35. Setting up initramfs-tools (0.103ubuntu0.7) ...
  36. update-initramfs: deferring update (trigger activated)
  37. Processing triggers for initramfs-tools ...
  38. update-initramfs: Generating /boot/initrd.img-3.8.0-26-generic
  39. cp: cannot stat ‘/module-files.d/libpango1.0-0.modules’: No such file or directory
  40. cp: cannot stat ‘/modules/pango-basic-fc.so’: No such file or directory
  41. E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
  42. update-initramfs: failed for /boot/initrd.img-3.8.0-26-generic with 1.
  43. dpkg: error processing initramfs-tools (--configure):
  44. subprocess installed post-installation script returned error exit status 1
  45. Errors were encountered while processing:
  46. initramfs-tools
  47. E: Sub-process /usr/bin/dpkg returned an error code (1)
  48. giedrius@giedrius-HP-ProBook-4540s:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement