Install chrome in Ubuntu

Source: Internet
Author: User

Install chrome. However, an error is reported if the installation fails. This is unpleasant. After research, it is found that the installation error is caused by dependency, the following steps can solve this problem.

1. Download chrome

Http://www.google.cn/chrome/intl/zh-CN/landing_chrome.html

2. the command line solves the dependency error.

Python/Shell Code
    1. Djy @ djy-Latitude-D620 :~ $ CD download
    2. Djy @ djy-Latitude-D620 :~ /Download $ sudo apt-get-F install

A problem occurs. The prompt is displayed.

E: unable to obtain the lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable)
E: The management directory (/var/lib/dpkg/) cannot be locked. Is there any other process occupying it?

 

Solution:

Solution 1:
#: PS-Aux (list processes, for example)
Root 5765 0.0 1.0 18204 15504? SN apt-get-QQ-d
Find the process starting with APT-get in the last column
#: Sudo kill the PID of the process

Solution 2:
#: Sudo RM/var/Cache/APT/archives/lock
#: Sudo RM/var/lib/dpkg/lock

3. Install Python/shell code
    1. Djy @ djy-Latitude-D620 :~ /Download $ sudo dpkg-I google-chrome-stable_current_i386.deb
Or right-click the Deb package and select "open with Ubuntu Software Center"
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.