Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2011
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. koha@debian:/etc/apt$ cat sources.list
  2. #
  3.  
  4. # deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official i386 DVD Binary-1 20111008-13:01]/ squeeze contrib main
  5.  
  6. deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official i386 DVD Binary-1 20111008-13:01]/ squeeze contrib main
  7.  
  8. deb http://security.debian.org/ squeeze/updates main contrib
  9. deb-src http://security.debian.org/ squeeze/updates main contrib
  10.  
  11. # squeeze-updates, previously known as 'volatile'
  12. # A network mirror was not selected during install. The following entries
  13. # are provided as examples, but you should amend them as appropriate
  14. # for your mirror of choice.
  15. #
  16. deb http://ftp.debian.org/debian/ squeeze-updates main contrib
  17. deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib
  18. koha@debian:/etc/apt$
  19.  
  20.  
  21. ---------------------------
  22. koha@debian:/etc/apt/sources.list.d$ cat koha.list
  23. deb http://debian.koha-community.org/koha squeeze main
  24.  
  25.  
  26.  
  27. ----------------
  28. koha@debian:/etc/apt$ sudo apt-get install koha-common
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. Some packages could not be installed. This may mean that you have
  33. requested an impossible situation or if you are using the unstable
  34. distribution that some required packages have not yet been created
  35. or been moved out of Incoming.
  36. The following information may help to resolve the situation:
  37.  
  38. The following packages have unmet dependencies:
  39. koha-common : Depends: libcgi-session-driver-memcached-perl but it is not going to be installed
  40. Depends: libalgorithm-checkdigits-perl but it is not installable
  41. Depends: libauthen-cas-client-perl but it is not installable
  42. Depends: libbiblio-endnotestyle-perl but it is not installable
  43. Depends: libbusiness-isbn-perl but it is not installable
  44. epends: libcgi-session-perl but it is not installable
  45. Depends: libcgi-session-serialize-yaml-perl but it is not installable
  46. Depends: libclass-factory-util-perl but it is not installable
  47. Depends: libdata-ical-perl but it is not installable
  48. Depends: libdate-ical-perl but it is not installable
  49. Depends: libdbd-sqlite2-perl but it is not installable
  50. Depends: libemail-date-perl but it is not installable
  51. Depends: libgd-barcode-perl but it is not installable
  52. Depends: libgd-gd2-noxpm-perl but it is not installable or
  53. libgd-gd2-perl but it is not installable
  54. Depends: libgraphics-magick-perl but it is not installable
  55. Depends: libhtml-scrubber-perl but it is not installable
  56. Depends: libhtml-template-pro-perl but it is not installable
  57. Depends: libhttp-oai-perl but it is not installable
  58. Depends: liblingua-stem-perl but it is not installable
  59. Depends: liblingua-stem-snowball-perl but it is not installable
  60. Depends: liblocale-currency-format-perl but it is not installable
  61. Depends: liblocale-po-perl but it is not installable
  62. Depends: libmarc-charset-perl but it is not installable
  63. Depends: libmarc-crosswalk-dublincore-perl but it is not installable
  64. Depends: libmarc-record-perl but it is not installable
  65. Depends: libmarc-xml-perl but it is not installable
  66. Depends: libmemoize-memcached-perl but it is not installable
  67. Depends: libmime-lite-perl but it is not installable
  68. Depends: libnet-z3950-zoom-perl but it is not installable
  69. Depends: libnumber-format-perl but it is not installable
  70. Depends: libpdf-api2-perl but it is not installable
  71. Depends: libpdf-api2-simple-perl but it is not installable
  72. Depends: libpdf-reuse-barcode-perl but it is not installable
  73. Depends: libpdf-reuse-perl but it is not installable
  74. Depends: libpdf-table-perl but it is not installable
  75. Depends: libpoe-perl but it is not installable
  76. Depends: libschedule-at-perl but it is not installable
  77. Depends: libsms-send-perl but it is not installable
  78. Depends: libtemplate-perl but it is not installable
  79. Depends: libtext-csv-encoded-perl but it is not installable
  80. Depends: libtext-csv-perl but it is not installable
  81. Depends: libtext-csv-xs-perl but it is not installable
  82. Depends: libuniversal-require-perl but it is not installable
  83. Depends: libxml-dumper-perl but it is not installable
  84. Depends: libxml-libxslt-perl but it is not installable
  85. Depends: libxml-rss-perl but it is not installable
  86. Depends: libxml-sax-writer-perl but it is not installable
  87. Depends: apache2-mpm-itk but it is not going to be installed
  88. Depends: idzebra-2.0 but it is not installable
  89. Depends: libjs-yui but it is not installable
  90. Depends: tinymce2 but it is not installable
  91. Depends: xmlstarlet but it is not installable
  92. Depends: yaz but it is not installable
  93. E: Broken packages
  94. koha@debian:/etc/apt$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement