- Wed 26 March 2008
- Work
- posts
- Michiel Scholten
apt-get and installing recommends by default
Now for a geeky post. Since a while, apt installs recommended packages by default too alongside the dependencies, like aptitude does. However, you might pull in quite a lot of packages you don't really need that way. Here's how to stop it: apt-get install -o APT::Install-Recommends=false [packagename you …