详情介绍
1. 通过官网直接下载
- 打开系统自带的浏览器(如Firefox),访问Google Chrome官方下载页面。
- 将页面滚动至底部,点击“其他平台”或“Linux”选项,选择对应系统架构的安装包(如64位Debian/Ubuntu的`.deb`文件或64位Fedora/openSUSE的`.rpm`文件)。
- 点击“接受并安装”按钮,保存安装包到本地目录(如`~/下载`)。
2. 通过命令行下载
- 使用`wget`工具直接获取安装包:
- 对于基于Debian的发行版(如Ubuntu):
bash
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- 对于基于Red Hat的发行版(如Fedora、CentOS):
bash
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
3. 安装依赖库
- 部分系统可能需要手动安装依赖库:
bash
sudo apt update
sudo apt install libxss1 libappindicator1 libindicator7