mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 10:59:45 +00:00
fixi (sorry)
This commit is contained in:
parent
eb4c15a527
commit
3f044bd490
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ sequenceDiagrams:
|
|||
---
|
||||
This applies only if you use Debian or Ubuntu or any distribution that uses apt package manager.
|
||||
<!--more-->
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue