google已经把Linux下的chrome浏览器更名为chromium。
今天打算在我的ubuntu是装上体验下。上网找了点资料。
- 首先添加源:
1 |
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list |
在文件最后加上:
1 2 |
deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>chromium-daily<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>chromium-daily<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main |
保存退出。
- 导入密匙:
1 |
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #000000; font-weight: bold;"><</span>code<span style="color: #000000; font-weight: bold;">></span>--<span style="color: #000000; font-weight: bold;"></</span>code<span style="color: #000000; font-weight: bold;">></span>recv-keys <span style="color: #000000; font-weight: bold;"><</span>code<span style="color: #000000; font-weight: bold;">></span>--<span style="color: #000000; font-weight: bold;"></</span>code<span style="color: #000000; font-weight: bold;">></span>keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 |
- 更新源:
1 |
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update |
- 最后安装:
1 |
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> chromium-browser |
原地址:http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html
转载请注明:爱开源 » 为ubuntu安装chromium