OpenEuler-21.09安装chrome浏览器
从官网上下载rpm安装包,如 google-chrome-stable_current_x86_64.rpm
然后使用dnf localinstall命令安装
sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
安装完成后打开chrome浏览器(主要要使用普通用户才能打开,root用户无法启动chrome浏览器);
第一次打开chrom会有个弹窗提醒:
- 将google chrome设为默认浏览器
- 将使用情况统计信息和崩溃报告自动发送给Google
建议把第二个勾选去掉,不要自动发送使用情况统计信息。
- 将google chrome设为默认浏览器
- 将使用情况统计信息和崩溃报告自动发送给Google
安装过程如下:
[user@localhost Downloads]$ ls google-chrome-stable_current_x86_64.rpm [user@localhost Downloads]$ [user@localhost Downloads]$ [user@localhost Downloads]$ [user@localhost Downloads]$ sudo dnf localinstall google-chrome-stable_current_x86_64.rpm [sudo] user 的密码: Last metadata expiration check: 0:38:44 ago on 2021年11月26日 星期五 14时09分27秒. Dependencies resolved. ============================================================================================================== Package Architecture Version Repository Size ============================================================================================================== Installing: google-chrome-stable x86_64 96.0.4664.45-1 @commandline 86 M Installing dependencies: liberation-fonts noarch 1:2.00.5-4.oe1 OS 1.5 M Transaction Summary ============================================================================================================== Install 2 Packages Total size: 88 M Total download size: 1.5 M Installed size: 280 M Is this ok [y/N]: y Downloading Packages: liberation-fonts-2.00.5-4.oe1.noarch.rpm 431 kB/s | 1.5 MB 00:03 -------------------------------------------------------------------------------------------------------------- Total 430 kB/s | 1.5 MB 00:03 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : liberation-fonts-1:2.00.5-4.oe1.noarch 1/2 Running scriptlet: google-chrome-stable-96.0.4664.45-1.x86_64 2/2 Installing : google-chrome-stable-96.0.4664.45-1.x86_64 2/2 Running scriptlet: google-chrome-stable-96.0.4664.45-1.x86_64 2/2 Verifying : liberation-fonts-1:2.00.5-4.oe1.noarch 1/2 Verifying : google-chrome-stable-96.0.4664.45-1.x86_64 2/2 Installed: google-chrome-stable-96.0.4664.45-1.x86_64 liberation-fonts-1:2.00.5-4.oe1.noarch Complete! [user@localhost Downloads]$
本人安装chrome后发现chrome使用比较卡顿,通过top命令查看其CPU占用率也不高(个别情况下才会冲高),原因暂时未知。
暂时先通过sudo dnf remove google-chrome-stable 卸载,
并通过sudo dnf install firefox命令安装firefox浏览器并使用。



