CentOS 에서 크롬 브라우저를 설치하기 위하여 yum 저장소(repository)를 추가합니다.
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
만약, 32비트 OS 라면 아래의 내용을 사용합니다.
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
yum 으로 검색해보면 beta, stable, unstable 세 가지 버전을 다운로드할 수 있습니다. stable 버전을 설치합니다.
yum install google-chrome-stable
만약, 설치 도중 아래와 같은 오류가 발생한다면...
다른 방법으로 설치를 하여야합니다.
먼저, install_chrome.sh 스크립트를 다운로드합니다. 다운로드한 스크립트 파일에 실행 권한을 부여한 후 이를 실행합니다.
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
./install_chrome.sh
설치가 완료되면... /etc/yum.repo.d/google-chrome.repo 파일이 자동 생성됩니다.
'OS > Linux' 카테고리의 다른 글
CentOS 리눅스 큐브리드 설치 (0) | 2014.06.24 |
---|---|
리눅스 나눔고딕 폰트 설정하기 (0) | 2014.06.24 |
리눅스 Ralink 칩셋 기반 USB 무선랜 카드 드라이버 설치(RT2780/RT3070) (0) | 2014.06.24 |
centOS 6.5 설치 (USB) (0) | 2014.06.24 |
CentOS vs Ubuntu 센토스 우분투 (3) | 2014.06.24 |
댓글