|
发表于 2011-3-9 12:23:16
|
显示全部楼层
Option: Apt::Install-Recommends
Default: true
Description: If this option is true and Aptitude::Auto-Install is true, then whenever you mark a package for installation, aptitude will also mark the packages it recommends for installation. Furthermore, if this option is true, aptitude will not consider packages to be unused (and thus will not automatically remove them) as long as any installed package reommends them. For more information, see the section called “Managing automatically installed packages”.
Option: Aptitude::Recommends-Important
Default: true
Description: This is an obsolete configuration option that has been superseded by Apt::Install-Recommends. On startup, aptitude will copy Aptitude::Recommends-Important (if it exists) to Apt::Install-Recommends and then clear Aptitude::Recommends-Important in your user configuration file.
Option: Aptitude::Ignore-Recommends-Important
Default: false
Description: In previous versions of aptitude, the setting Aptitude::Recommends-Important caused recommendations to be installed automatically, the same way that Apt::Install-Recommends does today. If this option is set to false and Aptitude::Recommends-Important is also set to false, aptitude will set Apt::Install-Recommends to false and set Aptitude::Ignore-Recommends-Important to true on startup. |
|