7

Have issue with installing TLP in Ubuntu 17.04. It brings up new dependencies like postfix, which I don't want to install in a home laptop. Earlier versions of ubuntu did not ask for postfix.

1 Answers1

0

Install it with --no-install-recommends if you are using apt, it is smartmontools that is installing postfix.

Posting comment as answer per reqeuest

gdahlm
  • 469