전체 페이지뷰

2017년 4월 15일 토요일

centos 7 chrome install


vi /etc/yum.repos.d/google-chrome.repo

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

First way
yum install google-chrome-stable
exit
google-chrome

if you face to error
Second way
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
./install_chrome.sh

if you fact to below error at second way

/usr/bin/google-chrome: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory


yum install libXScrnSaver

댓글 없음:

댓글 쓰기