Guest User

Untitled

a guest
May 23rd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. root@indrajit-MacBookPro:/home/indrajit# apt-get purge apache2
  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. apache2-suexec : Depends: apache2.2-common but it is not going to be installed
  8. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  9.  
  10. root@indrajit-MacBookPro:/home/indrajit# apt-get -f install
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Correcting dependencies... Done
  15. The following packages were automatically installed and are no longer required:
  16. apache2-data gstreamer0.10-gconf gstreamer0.10-plugins-good
  17. gstreamer0.10-pulseaudio gstreamer0.10-x libcdaudio1 libdirectfb-1.2-9
  18. libenca0 libmpcdec6 libslv2-9 linux-headers-4.4.0-31
  19. linux-headers-4.4.0-31-generic linux-headers-4.4.0-71
  20. linux-headers-4.4.0-71-generic linux-image-4.4.0-31-generic
  21. linux-image-4.4.0-71-generic linux-image-extra-4.4.0-31-generic
  22. linux-image-extra-4.4.0-71-generic snap-confine
  23. Use 'sudo apt autoremove' to remove them.
  24. The following additional packages will be installed:
  25. apache2.2-bin apache2.2-common
  26. Suggested packages:
  27. apache2-doc
  28. The following NEW packages will be installed:
  29. apache2.2-bin apache2.2-common
  30. 0 upgraded, 2 newly installed, 0 to remove and 616 not upgraded.
  31. 2 not fully installed or removed.
  32. Need to get 0 B/1,572 kB of archives.
  33. After this operation, 4,512 kB of additional disk space will be used.
  34. Do you want to continue? [Y/n] y
  35. (Reading database ... 301525 files and directories currently installed.)
  36. Preparing to unpack .../apache2.2-bin_2.2.22-1ubuntu1.11_amd64.deb ...
  37. Unpacking apache2.2-bin (2.2.22-1ubuntu1.11) ...
  38. dpkg: error processing archive /var/cache/apt/archives/apache2.2-bin_2.2.22-1ubuntu1.11_amd64.deb (--unpack):
  39. trying to overwrite '/usr/lib/apache2/modules/mod_authnz_ldap.so', which is also in package apache2-bin 2.4.18-2ubuntu3.8
  40. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  41. Preparing to unpack .../apache2.2-common_2.2.22-1ubuntu1.11_amd64.deb ...
  42. Unpacking apache2.2-common (2.2.22-1ubuntu1.11) ...
  43. dpkg: error processing archive /var/cache/apt/archives/apache2.2-common_2.2.22-1ubuntu1.11_amd64.deb (--unpack):
  44. trying to overwrite '/usr/share/apport/package-hooks/apache2.py', which is also in package apache2-bin 2.4.18-2ubuntu3.8
  45. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  46. Processing triggers for systemd (229-4ubuntu17) ...
  47. Processing triggers for ureadahead (0.100.0-19) ...
  48. Processing triggers for ufw (0.35-0ubuntu2) ...
  49. Errors were encountered while processing:
  50. /var/cache/apt/archives/apache2.2-bin_2.2.22-1ubuntu1.11_amd64.deb
  51. /var/cache/apt/archives/apache2.2-common_2.2.22-1ubuntu1.11_amd64.deb
  52. E: Sub-process /usr/bin/dpkg returned an error code (1)
  53.  
  54. root@indrajit-MacBookPro:/home/indrajit# which apache2
  55. /usr/sbin/apache2
  56.  
  57. apt-get purge apache2
Add Comment
Please, Sign In to add comment