Advertisement
Guest User

Untitled

a guest
Mar 16th, 2015
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. root@server:/home/user# dpkg -a reconfigure
  2. dpkg: error: need an action option
  3.  
  4. Type dpkg --help for help about installing and deinstalling packages [*];
  5. Use `dselect' or `aptitude' for user-friendly package management;
  6. Type dpkg -Dhelp for a list of dpkg debug flag values;
  7. Type dpkg --force-help for a list of forcing options;
  8. Type dpkg-deb --help for help about manipulating *.deb files;
  9.  
  10. Options marked [*] produce a lot of output - pipe it through `less' or `more' !
  11.  
  12.  
  13.  
  14. root@server:/home/user# dpkg-reconfigure libgcrypt11
  15. /usr/sbin/dpkg-reconfigure: libgcrypt11 is broken or not fully installed
  16.  
  17.  
  18.  
  19. root@server:/home/user# apt-get purge libgcrypt11
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. Some packages could not be installed. This may mean that you have
  24. requested an impossible situation or if you are using the unstable
  25. distribution that some required packages have not yet been created
  26. or been moved out of Incoming.
  27. The following information may help to resolve the situation:
  28.  
  29. The following packages have unmet dependencies:
  30. apache2-mpm-prefork : Depends: apache2.2-bin (= 2.2.22-13+deb7u4) but it is not going to be installed
  31. apache2.2-common : Depends: apache2.2-bin (= 2.2.22-13+deb7u4) but it is not go ing to be installed
  32. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by he ld packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement