User Tools

Site Tools


how_to_debloat_debian_by_not_using_recommended_packages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
how_to_debloat_debian_by_not_using_recommended_packages [2022/05/19 20:32] – created dinohow_to_debloat_debian_by_not_using_recommended_packages [2024/03/12 21:23] (current) – external edit 127.0.0.1
Line 5: Line 5:
 and add these contents to it. and add these contents to it.
  
-APT::Install-Recommends "false"; +<code> 
-APT::AutoRemove::RecommendsImportant "false";+APT::Install-Recommends "true"; 
 +APT::Install-Suggests "false"; 
 +APT::AutoRemove::RecommendsImportant "true";
 APT::AutoRemove::SuggestsImportant "false"; APT::AutoRemove::SuggestsImportant "false";
 +</code>
 Then do apt autoremove to remove already installed recommends. Then do apt autoremove to remove already installed recommends.
how_to_debloat_debian_by_not_using_recommended_packages.1652992343.txt.gz · Last modified: 2024/03/12 21:24 (external edit)