I am trying to install tripwire I am getting error as package exim4 not yet configured.How do i go forward |
Try: sudo dkpg-reconfigure exim4 If that doesn't work, try sudo apt-get -y install -f then do sudo dkpg-reconfigure exim4 again. Also See: http://ubuntuforums.org/archive/index.php/t-1043726.html To me, this sounds like an issue more with a dependency (in this case exim4) Also, sudo apt-get install apt-show-versions then you can see all the versions of the files installed on your PC. That may help you as well. |