Hacker News new | ask | show | jobs
by zh3 1613 days ago
> ...that seemingly simple programs need to pull a mind boggling amount of dependencies you really start to question the state of the software world

Recent jawdrop: 'apt-get install asciidoc' on a pi needs to pull 189 packages, will use 889Mb of additional disk space.

2 comments

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 >_<

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".
due to depends on latex and friends.