Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Chrome browser in Ubuntu system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install Chrome browser in Ubuntu system". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to install Chrome browser in Ubuntu system".

Add PPA

Download and install Key from Google Linux Repository (http://www.google.com/linuxrepositories/), or copy the following code into the terminal and enter. Administrator password is required.

The code is as follows:

Wget-Q-O-https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add-

After Key is installed, enter:

The code is as follows:

Sudo sh-c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > > / etc/apt/sources.list.d/google-chrome.list'

Update

At the terminal, enter:

The code is as follows:

Sudo apt-get update

Installation

To install the stable version of Chrome, enter:

The code is as follows:

Sudo apt-get install google-chrome-stable

To install Chrome for Beta, enter:

The code is as follows:

Sudo apt-get install google-chrome-beta

To install the unstable version of Chrome, enter:

The code is as follows:

Sudo apt-get install google-chrome-unstable

The above method was successfully installed for the first time, and then it seemed to be sealed, alas!

Search again on the Internet, the following methods are feasible:

32 bit:

The code is as follows:

Sudo dpkg-I google-chrome-stable_current_i386.deb

64 bit:

The code is as follows:

Sudo dpkg-I google-chrome-stable_current_amd64.deb

Error resolution

The following error report

The code is as follows:

Dpkg: dependency problems prevent configuration of google-chrome-stable:

Google-chrome-stable depends on libnss3-1D (> = 3.12.3); however:

Package libnss3-1D is not installed.

Google-chrome-stable depends on libxss1; however:

Package libxss1 is not installed.

Dpkg: error processing google-chrome-stable (--install):

Dependency problems-leaving unconfigured

The main reason is that the dependencies are not fully installed. Install the following three packages with the command. Which package depends on the linux distribution.

The code is as follows:

Sudo apt-get install libnss3-1D libxss1 libcurl3

Open the console and change to the directory of the chrome.deb package

Install with command

The code is as follows:

Sudo dpkg-I google-chrome-stable_current_i386.deb

Thank you for reading, the above is the content of "how to install Chrome browser in Ubuntu system". After the study of this article, I believe you have a deeper understanding of how to install Chrome browser in Ubuntu system. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report