Well, you must have installed (or tried to) mailutils (postfix) which after forcing the fix-missing has come to the point of setting itself up It appears that if you got install recommends set then smartmontools will pull in mailutils.Remove the...
Well, you must have installed (or tried to) mailutils (postfix) which after forcing the fix-missing has come to the point of setting itself up It appears that if you got install recommends set then smartmontools will pull in mailutils.
Remove the packages first:
Code: [Select]
sudo apt-get remove smartmontools
Code: [Select]
sudo apt-get autoremove
You can test this by:
Code: [Select]
sudo apt-get install -s smartmontools
To install without the extra packages use this:
[code]sudo apt-get install --no-inst...