redhat7.0安装谷歌浏览器

时间:2021-09-01 17:09:10

redhat7.0自带firefox 24.5.0版本浏览器,版本比较老,也访问不了知乎等网站。懒得优化,直接新装了更好用的chrome浏览器

下载chrome浏览器(40.0.2214版本)

https://pan.baidu.com/s/1dGBUMAl

下载libXss.so.1依赖包

https://pan.baidu.com/s/1bq3lyaz

切换到root用户

su - root

安装依赖性

1.安装刚才下载的libXss.so.1依赖包

rm -ivh libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm

2.安装redhat-lsb(redhat7.0镜像里面自带直接yum安装即可)

yum install redhat-lsb -y

安装chrome浏览器

rpm -ivh google-chrome-stable_current_x86_64.rpm

完成

切换到普通用户执行google-chrome即可打开chrome浏览器

chrome安装完成后不能使用root用户打开,只能使用用普通用户打开,但可以使用hexedit去编辑chrome文件让root也可以打开。由于不懂开发而且root用户一般不以图形方式使用就到此为止

问题

打开浏览器播放视频没有声音,可以在浏览器插件管理(可以访问chrome://plugins/)中将自带的flash插件勾选为always allowed模式

redhat7.0安装谷歌浏览器