Ubuntu下载安装chrome浏览器

方法一:wget下载并安装

1、创建文件夹存安装包

bash 复制代码
cd /root/Downloads
mkdir chrome

2、下载安装包到文件夹内

bash 复制代码
wget -c 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb' -P /root/Downloads/chrome

3、安装

bash 复制代码
cd chrome
sudo dpkg -i google-chrome-stable_current_amd64.deb

4、安装成功

方法二:apt install安装

bash 复制代码
sudo apt update
sudo apt-get install -f
# 安装
sudo apt install google-chrome-stable
# 移除
sudo apt purge google-chrome-stable

参考链接

https://blog.51cto.com/u_15531854/8884646

相关推荐
zylyehuo2 小时前
Linux系统中网线与USB网络共享冲突
linux
Sokach10151 天前
Linux Shell 脚本从零到能用:一个新手的一天学习总结
linux
AlfredZhao2 天前
Docker 容器时区不对,`timedatectl` 不存在怎么办?
linux·timezone
zzzzzz3103 天前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
XIAOHEZIcode3 天前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
A小辣椒5 天前
TShark:Wireshark CLI 功能
linux
A小辣椒5 天前
TShark:基础知识
linux
AlfredZhao5 天前
OCI 明明分配了 200G 系统盘,为什么 df 只看到 30G?
linux·oci
AlfredZhao6 天前
vi 删除指定范围的行,不用再反复按 dd
linux·vi
用户9718356334666 天前
银河麒麟 KY10 申威(SW64) 安装 nginx-1.16.1-2.p01.ky10.sw_64.rpm 详细步骤
linux