Advertisement
Guest User

Untitled

a guest
Oct 25th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.11 KB | None | 0 0
  1. dpkg -l | grep courier
  2. ii  courier-authdaemon                0.62.4-1                          Courier authentication daemon
  3. ii  courier-authlib                   0.62.4-1                          Courier authentication library
  4. ii  courier-authlib-userdb            0.62.4-1                          userdb support for the Courier authenticatio
  5. ii  courier-base                      0.63.0-2.1ubuntu1                 Courier mail server - base system
  6. rFR courier-imap                      4.6.0-2.1ubuntu1                  Courier mail server - IMAP server
  7. iFR courier-pop                       0.63.0-2.1ubuntu1                 Courier mail server - POP3 server
  8.  
  9.  
  10. sudo apt-get remove --purge courier-imap
  11. Reading package lists... Done
  12. Building dependency tree      
  13. Reading state information... Done
  14. The following packages will be REMOVED:
  15.   courier-imap*
  16. 0 upgraded, 0 newly installed, 1 to remove and 58 not upgraded.
  17. 2 not fully installed or removed.
  18. Need to get 0B/66.7kB of archives.
  19. After this operation, 1,671kB disk space will be freed.
  20. Do you want to continue [Y/n]? Y
  21. dpkg: error processing courier-imap (--purge):
  22.  Package is in a very bad inconsistent state - you should
  23.  reinstall it before attempting a removal.
  24. Errors were encountered while processing:
  25.  courier-imap
  26. E: Sub-process /usr/bin/dpkg returned an error code (1)
  27.  
  28.  
  29. sudo dpkg --remove --force-remove-reinstreq courier-imap
  30.  
  31. dpkg: warning: overriding problem because --force enabled:
  32.  Package is in a very bad inconsistent state - you should
  33.  reinstall it before attempting a removal.
  34. (Reading database ... 34334 files and directories currently installed.)
  35. Removing courier-imap ...
  36.  * ERR: config file missing
  37. invoke-rc.d: initscript courier-imap, action "stop" failed.
  38. dpkg: error processing courier-imap (--remove):
  39.  subprocess installed pre-removal script returned error exit status 1
  40.  * ERR: config file missing
  41. invoke-rc.d: initscript courier-imap, action "start" failed.
  42. dpkg: error while cleaning up:
  43.  subprocess installed post-installation script returned error exit status 1
  44. Errors were encountered while processing:
  45.  courier-imap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement