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,文章来源:https://www.toymoban.com/news/detail-634128.html
sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y
完结!文章来源地址https://www.toymoban.com/news/detail-634128.html
到了这里,关于AlmaLinux 9 安装 Edge 和 Chrome的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!