Installing Google Chrome on Linux x86 Architecture System

1. Confirm System Version and Architecture

Check the system version, which is Tongxin V20 1070e

Installing Google Chrome on Linux x86 Architecture System

Check the system architecture; currently, Google Chrome only supports x86 architecture.

Installing Google Chrome on Linux x86 Architecture System

2. Download the Installation Package

Select the corresponding installation package based on the operating system version and architecture. Use the rpm command for systems that manage software packages with rpm, and download the .rpm file; use the apt command for systems that manage software packages with apt, and download the .deb file.

Redhat/CentOS/openEuler/UOS V20 Server/KyLin v10 Server, etc., use rpm management

Debian/Ubuntu/Kylin Desktop/UOS Desktop/Deepin, etc., use apt management

https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

This article takes UOS V20 1070e as an example, which uses rpm command management, so download the .rpm file.

3. Install the Software Package

Upload the software installation package and install it using the command line or open the RPM package installer on the UOS desktop.

ØCommand Line Installation

Installing Google Chrome on Linux x86 Architecture System

ØDesktop Installation

Click the icon in the lower left corner and select the RPM package installer

Installing Google Chrome on Linux x86 Architecture System

Click “Select rpm package file”

Installing Google Chrome on Linux x86 Architecture System

Select the rpm package file and click “Open”

Installing Google Chrome on Linux x86 Architecture System

Installation completed display

Installing Google Chrome on Linux x86 Architecture System

4. Run the Browser

Sandbox Mode‌: Some systems need to add the –no-sandbox parameter to start, but this may reduce security‌.

Add parameters –user-data-dir –no-sandbox by executing vi /opt/google/chrome/google-chrome; without this parameter, the root user cannot run it, only ordinary users can run it.

exec -a “$0” “$HERE/chrome” “$@” –user-data-dir –no-sandbox

Installing Google Chrome on Linux x86 Architecture System

Open the search box, type google, and click the Google icon to run the browser.

Installing Google Chrome on Linux x86 Architecture System

Click to start using

Installing Google Chrome on Linux x86 Architecture System

Choose to click OK as needed

Installing Google Chrome on Linux x86 Architecture System

The installation of Google Chrome is complete.

Leave a Comment