update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.3 10
表示注册一个文件位置为/usr/bin/gcc、名叫gcc、目标文件位置为/usr/bin/gcc-4.3、自动模式下优先级为10的条目。

update-alternatives --config gcc
表示修改gcc的默认链接条目。

update-alternatives --get-selections
列出当前所有链接条目。

标签: none

添加新评论