centos7 install chrome and firefox

centos7 install chrome

centos7 install chrome

yum localinstall

sudo yum localinstall google-chrome-stable_current_x86_64.rpm
rpm -ivh google-chrome-stable_current_x86_64.rpm

centos upgrade firefox

Remove the old version of firefox
1, yum erase firefox

Then install the new version:
First, go to Firefox Home, Chinese is http://www.firefox.com.cn/ , click on the "free download"
cd download
tar jxvf Firefox-Latest-x86_64.tar.bz2
mv Firefox / usr / local /
cd / usr / local / firefox /
./firefox &
for convenience, we set up a link to the Firefox desktop files, it is to create a shortcut
ln -s / usr / local / firefox / firefox / home / wcy / Desktop / firefox

Guess you like

Origin blog.csdn.net/weixin_42185136/article/details/90203310