centos 7 linux x64

sudo

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

yum update; yum install ntfs-3





2 install chrome
download chrome at the google.com

rpm -ivh google-chrome-stable_current_x86_64.rpm 

error:

libXss.so.1()(64bit) 被 google-chrome-stable-67.0.3396.99-1.x86_64 需要
libappindicator3.so.1()(64bit) 被 google-chrome-stable-67.0.3396.99-1.x86_64 需要
lsb >= 4.0 被 google-chrome-stable-54.0.2840.59-1.x86_64 需要

so:

yum -y install  redhat-lsb

yum -y install  libXScrnSaver

yum -y install libappindicator-gtk3

OK:

[root@localhost 下载]# rpm -ivh google-chrome-stable_current_x86_64.rpm 

警告:google-chrome-stable_current_x86_64.rpm: 头V4 DSA/SHA1 Signature, 密钥 ID 7fac5991: NOKEY

准备中...                          ################################# [100%]

正在升级/安装...

   1:google-chrome-stable-67.0.3396.99################################# [100%]

Redirecting to /bin/systemctl start atd.service

3.输入法

设置——区域和语言——输入源 按+号 ,添加汉语(pingyin)

猜你喜欢

转载自www.cnblogs.com/edzjx/p/9254875.html