Ubuntu上安装 Chrome 浏览器

  1. 命令行下载安装包:

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

  2. 安装

    sudo apt install ./google-chrome-stable_current_amd64.deb

之后即使有更新也不用重新手动下载安装了,因为安装包会在 源里添加相应的信息。

复制代码
cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
相关推荐
lsh曙光4 小时前
延时at指令和定时cron指令
linux·服务器·网络
圆山猫5 小时前
[Virtualization](四):Linux KVM/RISC-V 的 vCPU 运行路径
java·linux·risc-v
似的8355 小时前
一步一步学习使用FireMonkey动画() 使用TAnimator类创建动画
linux·学习·nginx
我不管我就要叫小猪7 小时前
嵌入式Linux----网络通信
linux·运维·服务器
泡沫冰@7 小时前
ECS 的介绍和使用
linux·服务器·网络
lpfasd1237 小时前
MediaCrawler 项目深度分析
chrome·python·chrome devtools
姜太小白7 小时前
【Linux】df -h 卡住问题的通用排查与解决方案总结
linux·运维·php
fengyehongWorld8 小时前
Linux 终端快捷键
linux·运维
哎呦喂我去去去9 小时前
C#实现屏幕墙:同时监控多个电脑桌面(支持Windows、信创Linux、银河麒麟、统信UOS)
linux·windows·c#
easy_coder10 小时前
Linux LVM 知识文档
linux·运维