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?
Asked
Active
Viewed 87 times
0
Cristiana Nicolae
- 4,570
- 10
- 32
- 46
T.raanan
- 111
2 Answers
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