日常开发工具
在 CentOS 系统上安装 Google Chrome 浏览器,可以按照以下步骤进行:
添加 Google Chrome 的 YUM 源在终端中输入以下命令:
sudo tee /etc/yum.repos.d/google-chrome.repo <<-‘EOF’[google-chrome]name=google-chrome - $basearchbaseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearchenabled=1gpgcheck=1gpgkey=https://dl.google.com/linux/linux_signing_key.pubEOF安装 Google Chrome输入以下命令进行安装:
sudo yum install google-chrome-stable启动 Google Chrome在终端中输入以下命令启动 Google Chrome 浏览器:
google-chrome这样就可以在 CentOS 系统上安装和使用 Google Chrome 浏览器了。