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

完结!

相关推荐
anod1 天前
Amazon反爬虫:一场从自动化到Chrome插件的折腾之旅
javascript·chrome·amazon·插件
天疆说2 天前
Zotero Connector 在 Edge 里找不到桌面 Zotero(Linux / Zotero 9.0.6 / Edge 150)
linux·前端·edge
李顿波2 天前
Chrome 扩展程序 MV3 架构组件概览
前端·chrome·浏览器插件
GHL2842710902 天前
安装chrome浏览器
前端·chrome
雁鸣零落2 天前
浏览器扩展 CaptionGo,在网页视频上显示双语字幕,支持 PC 和手机端使用
android·chrome·edge·firefox·安卓
轻动琴弦5 天前
VoltTool —— 一站式在线开发者工具平台,69+实用工具免费使用
前端·chrome
Tim_Van6 天前
在 CentOS 7 中安装 Chromium 的完整步骤
linux·运维·chrome·centos
一只猫的梦6 天前
自动化模块 (Automation Module)
前端·chrome
一只猫的梦6 天前
AI 适配器架构
前端·chrome
HAPPY酷6 天前
【ROS2】PyCharm 启动 Gazebo 仿真报错?从配置 Shell 到修复路径的全流程复盘
ide·chrome·pycharm