For installing chrome vith yum you just have to:
Open a terminal window and type for corresponding cpu architecture:
i386
yum localinstall --nogpgcheck -y https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
x86_64
yum localinstall --nogpgcheck -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Comments
Post a Comment