Chrome: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install google-chrome-stable | sudo apt-get install google-chrome-stable | ||
Next, install the [https://www.google.com/tools/dlpage/hangoutplugin hangout plugin] | Next, install the [https://www.google.com/tools/dlpage/hangoutplugin hangout plugin]. | ||
* download the plugin from https://www.google.com/tools/dlpage/hangoutplugin | * download the plugin from https://www.google.com/tools/dlpage/hangoutplugin | ||
* sudo dpkg -i ~m/Downloads/google-talkplugin_current_amd64.deb && sudo apt-get install -f # to fix any dependencies but there shouldn't be any | * sudo dpkg -i ~m/Downloads/google-talkplugin_current_amd64.deb && sudo apt-get install -f # to fix any dependencies but there shouldn't be any | ||
* (nope, still no video in hangouts, fml) |
Revision as of 18:32, 11 August 2016
I gave up on Chromium when google started jamming it up (requiring frequent cookie clearing).
- Install google chrome via apt 3rd party repo, then it will auto-update
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo apt-get update sudo apt-get install google-chrome-stable
Next, install the hangout plugin.
- download the plugin from https://www.google.com/tools/dlpage/hangoutplugin
- sudo dpkg -i ~m/Downloads/google-talkplugin_current_amd64.deb && sudo apt-get install -f # to fix any dependencies but there shouldn't be any
- (nope, still no video in hangouts, fml)