8 lines
272 B
Plaintext
8 lines
272 B
Plaintext
|
// Should APT install recommended or suggested packages?
|
||
|
APT::Install-Recommends "false";
|
||
|
APT::Install-Suggests "false";
|
||
|
|
||
|
// Should APT autoremove recommended or suggested packages?
|
||
|
APT::AutoRemove::RecommendsImportant "false";
|
||
|
APT::AutoRemove::SuggestsImportant "false";
|