AlmaLinux 9 安装 Edge 和 Chrome

AlmaLinux 9 安装 Edge 和 Chrome

  • [1. 安装 Edge](#1. 安装 Edge)
  • [2. 安装 Chrome](#2. 安装 Chrome)

1. 安装 Edge

更新源,

复制代码
sudo dnf update -y
# sudo dnf install dnf-utils -y

添加 Edge 源,

复制代码
sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge

再次更新源,

复制代码
sudo dnf update -y

安装 Edge,

复制代码
sudo dnf install microsoft-edge-stable -y

2. 安装 Chrome

下载 Chrome 安装文件,

复制代码
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

安装 Chrome,

复制代码
sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y

完结!

相关推荐
李少兄17 小时前
解决 Chrome 下载 `.crx` 文件被自动删除及“无法安装扩展程序,因为它使用了不受支持的清单版本”问题
前端·chrome
草明1 天前
Chrome HSTS(HTTP Strict Transport Security)
前端·chrome·http
wufeng无峰2 天前
谷歌浏览器Google Chrome离线安装包
chrome·离线安装包
c0detrend2 天前
读诗的时候我却使用了自己研发的Chrome元素截图插件
前端·chrome
匀泪2 天前
CE(Linux的例行性工作)
前端·chrome
lang201509283 天前
Linux命令行:cat、more、less终极指南
linux·chrome·less
谷歌开发者3 天前
Web 开发指向标 | Chrome 开发者工具学习资源 (六)
前端·chrome·学习
发现你走远了3 天前
连接模拟器网页进行h5的调试(使用Chrome远程调试(推荐)) 保姆级图文
前端·chrome
dkgee4 天前
如何禁止Chrome的重新启动即可更新窗口弹窗提示
前端·chrome