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
- Djy @ djy-Latitude-D620 :~ $ CD download
- 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
- 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"