Objectives:
- Install Google Chrome in Ubuntu using apt-get install
- Enjoy!
To get started, press Ctrl – Alt – T to open Terminal. When it opens, run the command below to add Linux-repository public key from Google..
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
When added, run the command below.
sudo gedit /etc/apt/sources.list.d/google.list
Then copy and paste the line below into the file and save.
deb http://dl.google.com/linux/chrome/deb/ stable main
After saving the file, run the commands below to update your system.
sudo apt-get update
Finally, run the commands below to install Google Chrome Stable version.
sudo apt-get install google-chrome-stable
To install the beta version (latest version) run the commands below:
sudo apt-get install google-chrome-beta
Enjoy!
from: http://www.liberiangeek.net/2011/12/install-google-chrome-using-apt-get-in-ubuntu-11-10-oneiric-ocelot/
本文详细介绍了如何在Ubuntu系统中使用apt-get命令安装Google Chrome浏览器的稳定版和Beta版。首先需要添加Google的公钥并配置软件源,然后更新系统包列表,最后执行安装命令即可。
1120

被折叠的 条评论
为什么被折叠?



