※ ChatGPTを利用し、要約された質問です(原文:CentOS7にchromeインストール。)
CentOS7にchromeインストール
このQ&Aのポイント
CentOS7にchromeをインストールする方法について説明します。
google-chrome.repoの設定やyum installコマンドを使用して、CentOS7にchromeをインストールする手順について詳しく解説します。
最近CentOS7でのchromeのインストールが難しくなっているため、インストール方法を知りたいという要望があります。
[root@localhost kouzou]# vi /etc/yum.repos.d/google-chrome.repo
[root@localhost kouzou]# yum install -y google-chrome-stable
読み込んだプラグイン:fastestmirror, langpacks
File contains no section headers.
file: file:///etc/yum.repos.d/google-chrome.repo, line: 2
'google-chrome]\n'
[root@localhost kouzou]# yum install epel-release
読み込んだプラグイン:fastestmirror, langpacks
File contains no section headers.
file: file:///etc/yum.repos.d/google-chrome.repo, line: 2
'google-chrome]\n'
いつも教えていただきありがとうございます。
以前は簡単に出来ていたのに最近難しいです。
どなたか教えてください。
ご回答のほど、宜しくお願い申し上げます。
お礼
ご回答誠にありがとうございます。 なかなかインストールできません。 # 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.google.com/linux/linux_signing_key.p** ~ ~ ~ ~ ~ ~ :wq! # yum update 読み込んだプラグイン:fastestmirror, langpacks File contains no section headers. file: file:///etc/yum.repos.d/google-chrome.repo, line: 2 'google-chrome]\n' [root@localhost kouzou]# yum install google-chrome-stable 読み込んだプラグイン:fastestmirror, langpacks File contains no section headers. file: file:///etc/yum.repos.d/google-chrome.repo, line: 2 'google-chrome]\n' [root@localhost kouzou]# 上記の様になります。 アドバイスのほど、よろしくお願い申し上げます。
補足
すみません。 何とか出来そうです。