Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. root@hly:~# apt-get install python-numpy
  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. cracklib-runtime : Depends: file
  8. hplip : Depends: cups (>= 1.1.20)
  9. indicator-printers : Depends: cups (>= 1.5)
  10. language-pack-en-base : Depends: locales (>= 2.3.6)
  11. libfontconfig1-dev : Depends: libexpat1-dev but it is not going to be installed
  12. Depends: libfreetype6-dev (>= 2.1.7) but it is not going to be installed
  13. libfontenc-dev : Depends: zlib1g-dev but it is not going to be installed
  14. libfuntools1 : Depends: libc6-dev but it is not going to be installed
  15. libncurses5-dev : Depends: libc6-dev but it is not going to be installed or
  16. libc-dev
  17. libpython2.7-dev : Depends: libexpat1-dev but it is not going to be installed
  18. Recommends: libc6-dev but it is not going to be installed or
  19. libc-dev
  20. lintian : Depends: file
  21. printer-driver-gutenprint : Depends: cups (>= 1.3.0)
  22. printer-driver-hpcups : Depends: cups
  23. Depends: cups (>= 1.4.0) or
  24. cupsddk but it is not installable
  25. printer-driver-splix : Depends: cups (>= 1.5.0-3~)
  26. python-numpy : Depends: libblas3 but it is not going to be installed or
  27. libblas.so.3
  28. Depends: liblapack3 but it is not going to be installed or
  29. liblapack.so.3
  30. ubuntu-standard : Depends: file
  31. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  32.  
  33.  
  34. root@hly:~# apt-get -f install
  35. Reading package lists... Done
  36. Building dependency tree
  37. Reading state information... Done
  38. Correcting dependencies... Done
  39. The following packages were automatically installed and are no longer required:
  40. libdmx-dev libdmx1 libdrm-dev libfs-dev libfs6 libgfortran-5-dev libice-dev
  41. libmircookie-dev libmircookie2 libmircore-dev libpciaccess-dev
  42. libpixman-1-dev libpthread-stubs0-dev libsm-dev libx11-dev libx11-doc
  43. libxau-dev libxaw7-dev libxcb1-dev libxcomposite-dev libxcursor-dev
  44. libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxfont2 libxi-dev
  45. libxinerama-dev libxkbcommon-dev libxkbfile-dev libxmu-dev libxmu-headers
  46. libxmuu-dev libxpm-dev libxrandr-dev libxrender-dev libxres-dev libxss-dev
  47. libxt-dev libxtst-dev libxv-dev libxvmc-dev libxxf86dga-dev libxxf86vm-dev
  48. mesa-common-dev x11proto-bigreqs-dev x11proto-composite-dev
  49. x11proto-core-dev x11proto-damage-dev x11proto-dmx-dev x11proto-dri2-dev
  50. x11proto-dri3-dev x11proto-fixes-dev x11proto-fonts-dev x11proto-gl-dev
  51. x11proto-input-dev x11proto-kb-dev x11proto-present-dev x11proto-randr-dev
  52. x11proto-record-dev x11proto-render-dev x11proto-resource-dev
  53. x11proto-scrnsaver-dev x11proto-video-dev x11proto-xcmisc-dev
  54. x11proto-xext-dev x11proto-xf86bigfont-dev x11proto-xf86dga-dev
  55. x11proto-xf86dri-dev x11proto-xf86vidmode-dev x11proto-xinerama-dev
  56. xorg-sgml-doctools xtrans-dev
  57. Use 'sudo apt autoremove' to remove them.
  58. The following additional packages will be installed:
  59. cups cups-bsd cups-client cups-common cups-core-drivers cups-daemon
  60. cups-server-common file libc-bin libc-dev-bin libc6 libc6-dev libcups2
  61. libcupscgi1 libcupsimage2 libcupsmime1 libcupsppdc1 libexpat1-dev
  62. libfreetype6-dev libpng12-dev locales zlib1g-dev
  63. Suggested packages:
  64. cups-pdf smbclient xpp glibc-doc
  65. The following NEW packages will be installed:
  66. cups file libc-bin libc-dev-bin libc6-dev libexpat1-dev libfreetype6-dev
  67. libpng12-dev locales zlib1g-dev
  68. The following packages will be upgraded:
  69. cups-bsd cups-client cups-common cups-core-drivers cups-daemon
  70. cups-server-common libc6 libcups2 libcupscgi1 libcupsimage2 libcupsmime1
  71. libcupsppdc1
  72. 12 upgraded, 10 newly installed, 0 to remove and 349 not upgraded.
  73. 3 not fully installed or removed.
  74. Need to get 0 B/11.6 MB of archives.
  75. After this operation, 38.5 MB of additional disk space will be used.
  76. Do you want to continue? [Y/n] y
  77. debconf: Perl may be unconfigured (Can't locate Debconf/Log.pm in @INC (you may need to install the Debconf::Log module) (@INC contains: /usr/local/lib/perl5/site_perl/5.28.1/x86_64-linux /usr/local/lib/perl5/site_perl/5.28.1 /usr/local/lib/perl5/5.28.1/x86_64-linux /usr/local/lib/perl5/5.28.1) at (eval 1) line 4.
  78. BEGIN failed--compilation aborted at (eval 1) line 4.
  79. ) -- aborting
  80. dpkg: warning: 'ldconfig' not found in PATH or not executable
  81. dpkg: error: 1 expected program not found in PATH or not executable
  82. Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
  83. E: Sub-process /usr/bin/dpkg returned an error code (2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement