1. linux下怎么安装chrome
一、下载rpm包
启动 CentOS 6.5,登陆到桌面。
2. linux下怎么用命令行开启chrome
google-chrome&
其中 & 表示命令在后台执行。
3. linux 怎么安装chrome
1、得看什么linux和什么安装包
2、RHEL安装rpm包
rpm -ivh google-chrome-stable_current_x86_64.rpm
3、Debian或ubuntu安装deb包
deb -i google-chrome-stable_current_x86_64.deb
4、Centos可以用yum
需要编辑 /etc/yum.repos.d/CentOS-Base.repo根据你的系统增加一个节点,不过节点如果是谷歌的国内就没法访问了。
yum install google-chrome-stable
5、CentOS用install_chrome.sh
./install_chrome.sh
4. Linux 版 Chrome 如何自动升级
Linux上的chrome不可以自行升级,因为现在主流的Linux系统都使用包管理系统,chrome在更新后会将自身更新到相应的软件源里,用户可以进行手动更新,以ubuntu为例。
1、执行软件源更新
sudo apt-get update
或者
sudo aptitude update
2、执行软件包升级
sudo apt-get upgrade
或者
sudo aptitude upgrade
5. rpm安装chrome,看不懂这是啥意思
rpm是Linux系统下的一种安装文件(跟window下的安装文件类似),chrome是谷歌的浏览器。
rpm安装chrome,是指以rpm文件安装谷歌浏览器chrome。
具体安装过程,可以学习一下:
《Linux中怎样安装Chrome》
http://jingyan..com/article/da1091fbd26efe027849d68f.html
6. Linux中怎样安装Chrome
直接在Linux系统中,访问Google,搜索一下chrome for Linux,在线安装即可