centos7 安装Edge Chrome浏览器

编程知识 更新时间:2023-04-24 06:15:37

一、安装GNOME桌面环境

yum groupinstall -y "X Window System"
yum groupinstall -y "GNOME Desktop" --skip-broken

因GNOME Desktop 安装了旧版本的kernel,个别组件与最新内核有冲突,所以第二条命令添加了 --skiip-broken 参数。 

 您可以尝试添加 --skip-broken 选项来解决该问题
 您可以尝试执行:rpm -Va --nofiles --nodigest

二、安装tigervnc远程桌面控制软件

yum install -y tigervnc-server

三、设定登录tigervnc的用户

adduser vncuser
passwd vncuser 

四、启动vncserver(服务器端)

1.用logout命令 注销root登录,用vncuser用户登录centos7。

2.启动服务器

vncserver -geometry 1920x1080

3.设置连接密码。

4.显示、注销连接

vncserver -list

vncserver -kill :1 

五、启动vncviewer(客户端)

1.新建连接IP:59001

2.点击新建的连接,输入第四点设置的连接密码。

六、安装Edge Chrome浏览器

1.用logout命令 注销vncgnome登录,用root用户登录centos7。

2.进入官网界面,获取Linux(.rpm)安装的下载地址。

https://www.microsoft/zh-cn/edge/business/download
https://www.google/chrome/

​​​​​​​3.下载安装包

wget https://packages.microsoft/yumrepos/edge/microsoft-edge-stable-100.0.1185.29-1.x86_64.rpm
 wget https://dl.google/linux/direct/google-chrome-stable_current_x86_64.rpm

4.安装软件包

yum localinstall -y microsoft-edge-stable-100.0.1185.29-1.x86_64.rpm
yum install -y google-chrome-stable_current_x86_64.rpm

5.重启计算机,执行第四步操作,请勿以root用户登录,否则edge无法运行。

6.执行第五步操作,使用edge chrome 浏览器浏览网站。
   

更多推荐

centos7 安装Edge Chrome浏览器

本文发布于:2023-04-18 11:04:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/e1ea60071b2b62757772ffb7f9c44bac.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:浏览器   Edge   Chrome

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 85455文章数
  • 15563阅读数
  • 0评论数