Friday, May 3, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3618  / 2 Years ago, tue, august 9, 2022, 12:25:49

Due to this error I am not able to I install Chrome in my system. Please help me!



Output of apt-cache policy libasound2



libasound2:
Installed: 1.0.27.2-3ubuntu7
Candidate: 1.0.27.2-3ubuntu7
Version table:
** 1.0.27.2-3ubuntu7 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status


Now getting one more error from Software Center




The system package is broken



More From » google-chrome

 Answers
3

I think it can be solved by installing Chrome through repository directly. Just run:



sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"
sudo apt-get update
sudo apt-get install google-chrome-stable


This works for me. You can also install google-chrome-beta or google-chrome-unstable to get later versions of Chrome.


[#24734] Wednesday, August 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pantkie

Total Points: 209
Total Questions: 112
Total Answers: 138

Location: Venezuela
Member since Sat, Apr 24, 2021
3 Years ago
;