当前位置:
首页 > Chrome浏览器官方包Mac快速安装教程解析
Chrome浏览器官方包Mac快速安装教程解析
来源:
Chrome官网
发布时间:2025年11月23日

1. 打开终端(Terminal)。
2. 输入以下命令以下载并安装Chromium:
bash
curl -sS https://dl.google.com/linux/direct/google-chrome-stable_current_v265.deb | sudo tee /tmp/google-chrome-stable_current_v265.deb && sudo dpkg -i /tmp/google-chrome-stable_current_v265.deb
3. 安装完成后,启动Google Chrome浏览器。
注意:请确保已经安装了`apt-transport-https`软件包,如果没有安装,可以通过以下命令安装:
bash
sudo apt-get update
sudo apt-get install apt-transport-https
4. 在安装过程中,可能会提示你输入管理员密码。如果遇到问题,可以尝试使用`sudo`命令来获取管理员权限。