0

I downloaded Chrome, opened with Ubuntu software, but when I press install - nothing happens. In the bottom I get a message - this software comes from a 3-rd party and may contain non-free components. What do I do to install? Is it something in system settings?

Cristiana Nicolae
  • 4,570
  • 10
  • 32
  • 46
T.raanan
  • 111

2 Answers2

1

In the end I installed successfully using another installer (gdebi).

sudo apt-get install gdebi-core

Thanks for all the help!

amc
  • 7,292
T.raanan
  • 111
0

Sometimes there are dependencies that don't install for some reason. Open a terminal and go to the folder where the .deb file is.

Type sudo dpkg -i ./google* and it should install it.

If you get an error about dependencies, type sudo apt-get install -f and it will install all the dependencies and then Chrome.

Delorean
  • 11,563