TranslateProject/published/201408/20140714 Set Default Browser on Debian or Ubuntu Using Terminal.md

30 lines
1.3 KiB
Markdown
Raw Normal View History

2014-07-23 15:23:31 +08:00
[快速技巧]利用终端在 Debian/Ubuntu 中设置默认浏览器
2014-07-16 19:40:28 +08:00
================================================================================
2014-07-23 15:23:31 +08:00
![img](http://180016988.r.cdn77.net/wp-content/uploads/2014/07/Browsers-790x436.jpg)
嘿,伙计们!
2014-07-16 19:40:28 +08:00
2014-07-23 15:23:31 +08:00
在这篇文章中,我们将使用终端设置默认浏览器。
2014-07-16 19:40:28 +08:00
2014-07-23 15:23:31 +08:00
虽然,使用浏览器主界面来设置默认浏览器很方便,但是有时,你需要远程来操作。
要做到这一点,你只需打开终端,然后执行下述命令:
sudo update-alternatives --config x-www-browser
2014-07-23 15:23:31 +08:00
之后输入你想设置为默认浏览器的号码,这样就搞定了!
2014-07-16 19:40:28 +08:00
2014-07-23 15:23:31 +08:00
截图如下:
2014-07-16 19:42:10 +08:00
2014-07-16 19:40:28 +08:00
![图片1](https://camo.githubusercontent.com/7eae55f5fac41634017c1fb5a8bd9cb634a86dc4/687474703a2f2f3138303031363938382e722e63646e37372e6e65742f77702d636f6e74656e742f75706c6f6164732f323031342f30372f6368616e67655f64656661756c745f62726f777365725f66726f6d5f7465726d696e616c5f64656269616e5f656e6f636b2e706e67)
2014-07-23 15:23:31 +08:00
成功了吗?
2014-07-16 19:40:28 +08:00
---
via: http://www.unixmen.com/quick-tip-set-default-browser-debianubuntu-using-terminal/
2014-07-23 15:23:31 +08:00
译者:[su-kaiyao](https://github.com/su-kaiyao) 校对:[Caroline](https://github.com/carolinewuyan)
2014-07-16 19:40:28 +08:00
2014-07-23 15:23:31 +08:00
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出