![]() |
by rawpixel.com |
Do you have a problem when trying to install sendmail?
Error might be something like this:
The following packages have unmet dependencies:
sendmail : Depends: sendmail-bin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
How to solve this problem?
Try run this command via command line:
sudo apt install sendmail-bin
Then press "y" = yes
Now install sedmail in normal way:
sudo apt install sendmail
Sendmail is installed and should work!
0 Comments