Skip to content

Installing Google Chrome

professorkaos64 edited this page Aug 16, 2016 · 2 revisions

Table of Contents generated with DocToc

Netflix / Google Chrome

Now that Valve has added updated dependencies to the Alchemist repos all you need to get Netflix working is to install Google Chrome. Google Chrome now has all the dependencies and is allowed by Netflix to watch using HTML5. This will also allow you to watch a good number of protected content, such as Hulu. Amazon's video player is another matter. Your mileage may vary with that.

This tutorial will walk you through the steps of installing Google Chrome and, hence, get Netflix working. Make sure your keyboard is hooked up (for those who only use controllers), and be ready to use the Linux terminal. I always recommend before you run any command you make sure you have some idea what it will do, you can do this with man (command) in the terminal or with Google. Anyways lets get started.

  1. Head to the desktop to get started.

  2. Head to Applications -> Iceweasel to launch the built-in web browser

  3. After that here and click Download Chrome for another platform. Then select Linux -> 64 bit .deb file

  4. Once that is downloaded head back to Applications -> Terminal and prepare for the command-line

  5. Now that the terminal is open we need to get to the directory Chrome downloaded to, we can get there with this command:

  6. `cd /home/desktop/Downloads/`
    
  7. To install Chrome now, we need to run this command.

  8. `sudo dpkg -i google-chrome-stable_current_amd64.deb`
    

Now Chrome should be installed and you can launch it from the Applications tray. To watch Netflix, just head to the website like you normally do.

Troubleshooting

If dpkg reports a missing package or configuration errorwhen you try to install Chrome, apt-get install -f should resolve the dependencies. Attempt the installation again if the package is not installed.

You could also install gdebi to handle this, which resolves dependencies automatically for you:

sudo apt-get install gdebi
sudo gdebi <PACKAGE_NAME>

Accessing Chrome / Netflix / et. all from SteamOS BPM

There is a community effort that implements Chrome via Xephyr to present an X window to SteamOS's compositor. A Workaround has now allowed this to work on Brewmaster, as well as the current official release, Alchemist. You can find more about this in the SteamOS-Tools Wiki

Clone this wiki locally