Google Repositories for Ubuntu Linux
Published 2013-1-31Although Google makes mention of their
Linux Repositories,
it's not ridiculously easy to understand how to install them.
The steps certainly aren't mentioned on the Download pages and
you end up having to use the old black magic of sudo apt-get install -yf
after they fail to install from Ubuntu Software Center.
So I compiled a list and a script to install
Adding Google to Ubuntu Software Center
Open Terminal and copy and paste these lines in (all at once) and then hit enter.
sudo apt-get install curl && \
wget -q -E https://gist.github.com/raw/4686647/ubuntu-install-google.bash -O - \
| sudo bash
Now you can use Ubuntu Software Center or apt-get to install Google's software and receive updates.
sudo apt-get install -y google-chrome-stable
sudo apt-get install -y google-earth-stable
sudo apt-get install -y google-musicmanager-beta
sudo apt-get install -y google-talkplugin
sudo apt-get install -y mod-pagespeed-beta
Note: You can copy individual lines for just the stuff you want (Google Earth, Google Chrome, Google Music Manager, etc).
For the experts
If you're curious, you can see https://gist.github.com/4686647 for the script.
Also, here's a list of all of the links to the various Google products, repositories, and download.
Google Chrome
- https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
- https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
There are 3 version of chrome you can install:
sudo apt-get install -y google-chrome-stable
sudo apt-get install -y google-chrome-beta
sudo apt-get install -y google-chrome-unstable
Google Music Manager (for Google Play)
https://play.google.com/music/listen#manager
- https://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.deb
- https://dl.google.com/linux/direct/google-musicmanager-beta_current_amd64.deb
- https://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.rpm
- https://dl.google.com/linux/direct/google-musicmanager-beta_current_x86_64.rpm
Google Earth
http://www.google.com/earth/download/ge/agree.html
- https://dl.google.com/linux/direct/google-earth-stable_current_i386.deb
- https://dl.google.com/linux/direct/google-earth-stable_current_amd64.deb
- https://dl.google.com/linux/direct/google-earth-stable_current_i386.rpm
- https://dl.google.com/linux/direct/google-earth-stable_current_x86_64.rpm
Google Voice and Video Chat
https://www.google.com/chat/video
- https://dl.google.com/linux/direct/google-talkplugin_current_i386.deb
- https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb
- https://dl.google.com/linux/direct/google-talkplugin_current_i386.rpm
- https://dl.google.com/linux/direct/google-talkplugin_current_x86_64.rpm
mod-pagespeed (for Apache2 WebServer)
https://developers.google.com/speed/pagespeed/
https://developers.google.com/speed/docs/mod_pagespeed/download
-
https://dl.google.com/linux/direct/mod-pagespeed-beta_current_i386.deb
-
https://dl.google.com/linux/direct/mod-pagespeed-beta_current_amd64.deb
-
https://dl.google.com/linux/direct/mod-pagespeed-beta_current_i386.rpm
-
https://dl.google.com/linux/direct/mod-pagespeed-beta_current_x86_64.rpm
-
https://dl.google.com/linux/direct/mod-pagespeed-stable_current_i386.deb
-
https://dl.google.com/linux/direct/mod-pagespeed-stable_current_amd64.deb
-
https://dl.google.com/linux/direct/mod-pagespeed-stable_current_i386.rpm
-
https://dl.google.com/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
There are 2 versions of mod-pagespeed
sudo apt-get install -y mod-pagespeed-stable
sudo apt-get install -y mod-pagespeed-beta
/etc/apt/sources.list.d/
Here are the files you should have in /etc/apt/sources.list.d/
:
By AJ ONeal
Did I make your day?
Buy me a coffee
(you can learn about the bigger picture I'm working towards on my patreon page )