Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. root@otley:/home/otleylogic/domains/evgie.otleylogic.com/public_html# apt-get upgrade
  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. dovecot-common : Depends: dovecot-core but it is not installed
  8. dovecot-imapd : Depends: dovecot-core (= 1:2.0.19-0ubuntu2) but it is not installed
  9. dovecot-pop3d : Depends: dovecot-core (= 1:2.0.19-0ubuntu2) but it is not installed
  10. E: Unmet dependencies. Try using -f.
  11.  
  12. I then try apt-get -f install, and I get this:
  13. root@otley:/home/otleylogic/domains/evgie.otleylogic.com/public_html# apt-get -f install
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. Correcting dependencies... Done
  18. The following packages were automatically installed and are no longer required:
  19. libts-0.0-0 libxcb-render-util0 python-support libevent-1.4-2 libkadm5clnt-mit7 libdns64 libpango1.0-common
  20. libisccc60 cpu-checker libmcrypt4 libxfont1 libdirectfb-1.2-0 libqdbm14 liblwres60 libgmp3c2 mlock libonig2
  21. libpython2.6 libbind9-60 libc-client2007e libfontenc1 libjpeg62 libmpfr1ldbl xfonts-utils libkadm5srv-mit7
  22. libmysqlclient16 libisccfg60 libnl1 tsconf x11-common libdb4.7 libsysfs2 libkdb5-4 libisc60 xfonts-encodings defoma
  23. x-ttcidfont-conf
  24. Use 'apt-get autoremove' to remove them.
  25. The following extra packages will be installed:
  26. dovecot-core
  27. Suggested packages:
  28. ntp dovecot-gssapi dovecot-sieve dovecot-pgsql dovecot-mysql dovecot-sqlite dovecot-ldap dovecot-lmtpd
  29. dovecot-managesieved dovecot-solr ufw
  30. The following NEW packages will be installed:
  31. dovecot-core
  32. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  33. 133 not fully installed or removed.
  34. Need to get 0 B/2,035 kB of archives.
  35. After this operation, 4,393 kB of additional disk space will be used.
  36. Do you want to continue [Y/n]? y
  37. (Reading database ... 88426 files and directories currently installed.)
  38. Unpacking dovecot-core (from .../dovecot-core_1%3a2.0.19-0ubuntu2_i386.deb) ...
  39. dpkg: error processing /var/cache/apt/archives/dovecot-core_1%3a2.0.19-0ubuntu2_i386.deb (--unpack):
  40. trying to overwrite '/etc/init.d/dovecot', which is also in package dovecot-common 1:2.0.19-0ubuntu2
  41. No apport report written because MaxReports is reached already
  42. Processing triggers for ureadahead ...
  43. Errors were encountered while processing:
  44. /var/cache/apt/archives/dovecot-core_1%3a2.0.19-0ubuntu2_i386.deb
  45. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement