From 3f044bd49049ae8c37ee60d5c97e74b347c09e9c Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 8 Sep 2022 10:55:06 +0530 Subject: [PATCH] fixi (sorry) --- content/post/do-not-install-recommended-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/do-not-install-recommended-packages.md b/content/post/do-not-install-recommended-packages.md index f28ade2..e9d9279 100644 --- a/content/post/do-not-install-recommended-packages.md +++ b/content/post/do-not-install-recommended-packages.md @@ -41,7 +41,7 @@ sequenceDiagrams: --- This applies only if you use Debian or Ubuntu or any distribution that uses apt package manager. -Normally when you run `apt install`, it will automatically install a lot of optional packages, without which your intended package will work perfectly fine since these are *optional*. They just take consume more bandwidth and a lot more diskpace. These will only add up as you update your system over time. +Normally when you run `apt install`, it will automatically install a lot of optional packages, without which your intended package will work perfectly fine since these are *optional*. They just consume more bandwidth and a lot more diskpace. These will only add up as you update your system over time. Now, there are two ways to get rid of this behaviour. Pass `--no-install-recommends` to apt everytime you install a package, or put it in `/etc/apt/apt.conf.d/99-no-install-recommend` to avoid typing it every time.