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

完结!

相关推荐
不是光头 强6 小时前
axure chrome 浏览器插件的使用
java·chrome
zzywxc7871 天前
AI 行业应用:金融、医疗、教育、制造业领域的落地案例与技术实现
android·前端·人工智能·chrome·金融·rxjava
一涯1 天前
写一个Chrome插件
前端·chrome
Benzenene!1 天前
让Chrome信任自签名证书
前端·chrome
IT利刃出鞘1 天前
HTML--pre标签的作用
前端·chrome·html
望获linux1 天前
【实时Linux实战系列】基于实时Linux的物联网系统设计
linux·运维·服务器·chrome·php
Techie峰2 天前
常见的 Bash 命令及简单脚本
chrome·bash·excel
爱码少年2 天前
Chrome腾讯翻译插件transmart的安装
chrome
胡桃不是夹子2 天前
linux系统装google chrome,amd64
linux·运维·chrome
n12352352 天前
Chrome 插件开发实战:从入门到上架的全流程指南
前端·chrome