我安装了 vim 并运行了 update-alternatives。然后我安装了 vim-full 并再次运行它。我注意到 vim.basic 有两个条目:一个处于自动模式,一个处于手动模式。
二者有何区别?又有何关系?
答案1
automatic mode When a link group is in automatic mode, the alternatives system ensures that the links in the group point to the highest priority alternative appropriate for the group. manual mode When a link group is in manual mode, the alternatives system will not make any changes to the system administrator's settings.
就像上面的摘录所说的那样man update-alternatives
:
自动模式:
如果更改可以确保始终对应用程序使用最佳选项或设置选择,则系统将更改该系统管理员的设置。
手动模式:
系统不会更改系统管理员选择的设置。因此系统管理员的选择将始终被保留和使用。