CentOS 7 버전을 사용도중 파이어폭스가 안되는 현상(검색기능이나 url을 치고 이동하는 기능이 모두 안되는 현상)이 발생하여 크롬을 다운받을수도 없고 해서, 터미널을 이용해 크롬을 설치하고 실행을 하였다.
* 크롬 저장소 생성
#vi /etc/yum.repos.d/ google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
* 크롬 설치
#yum install google-chrome-stable
#google-chrome
** 인터넷창에 가보면 크롬이 설치 되어 있음
'Linux' 카테고리의 다른 글
[Ubuntu] git install (0) | 2017.08.15 |
---|---|
jdk 설치 (0) | 2017.08.01 |
VirtualBox 리눅스 ssh 연결 (0) | 2017.08.01 |
[Ubuntu]Virtualbox와 Putty를 이용한 ssh 환경설정 (0) | 2017.07.28 |