7 ms·
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,
by arthur6667 5y 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 >_<
- hansel_der 5y agois good advice for any system not operated by a novice echo "APT { Install-Recommends \"false\"; }" >/etc/apt/apt.conf.d/90norecommendsthxby
- sameerds 5y agoWhy 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".