Saturday, May 4, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 4322  / 1 Year ago, sun, november 20, 2022, 7:45:29

I have problems when trying to install Google Chrome on Ubuntu Software Center and Terminal.



On Ubuntu Software Center



from Ubuntu Software Center



On Terminal
from the Terminal



How do I install Google Chrome?



UPDATE



new update



I have tried sudo apt-get install libxss1 libudev0 but I got this: update on code


More From » software-center

 Answers
0

I don't know why but libudev0 is not shipped with raring, I think. (Atleast I dont know which package to install). But the deb files are there for 64 bit and 32 bit



So, please do the following



For 64 bit machines,



wget http://launchpadlibrarian.net/132294155/libudev0_175-0ubuntu19_amd64.deb
sudo dpkg -i libudev0_175-0ubuntu19_amd64.deb


For 32 bit machines,



wget http://launchpadlibrarian.net/132294322/libudev0_175-0ubuntu19_i386.deb
sudo dpkg -i libudev0_175-0ubuntu19_i386.deb


This installs Chrome



sudo apt-get install google-chrome-stable



  1. The first command downloads the .deb installer for libudev0

  2. The second command installs the libudev0

  3. The third command installs google chrome



This works for me :)


[#31378] Sunday, November 20, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
measord

Total Points: 259
Total Questions: 131
Total Answers: 106

Location: Venezuela
Member since Sun, Oct 2, 2022
2 Years ago
measord questions
Wed, Jul 14, 21, 21:39, 3 Years ago
Mon, May 16, 22, 21:12, 2 Years ago
Mon, Oct 11, 21, 03:11, 3 Years ago
Sun, Apr 17, 22, 21:22, 2 Years ago
;