update-alternatives(选择工具)
0 Preface/foreword
1 update-alternatives介绍
1.1 选项和用法
1.2 install用法
update-alternatives --install <link> <name> <path> <priority> [--slave <link> <name> <path>]
- link:符号链接(软链接),比如/usr/bin/python
- name:符号链接的主名,python
- path:目标文件的位置,/usr/bin/python2.7
- priority:优先级,自动模式下,数字越高,优先级越高
1.3 display用法
查看命令链接组所有信息。
1.4 config用法
选择系统默认选项。
1.5 remove用法
update-alternatives --remove <name> <path>
python所有的链接都取消了。
原文地址:https://blog.csdn.net/yanlaifan/article/details/143406116
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!