Hacker News new | ask | show | jobs
by arthur6667 1613 days ago
Maybe you already know, but in case not or someone else needs this: try with --no-install-recommends, it skips a lot of bs.

I don't recall exactly what it was, but I remember installing something like a tiny library and it wanted to also install mysql-server or something like that >_<

1 comments

is good advice for any system not operated by a novice

  echo "APT { Install-Recommends \"false\"; }" >/etc/apt/apt.conf.d/90norecommendsthxby
Why is that not good advice for a novice too? I do this by reflex every time I install Debian or Ubuntu, and to my experience it did not create a situation that needed "expertise in apt".