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
完结!