Adding google repository to Ubuntu or Debian based distros.
Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory:
# Google software repository
deb http://dl.google.com/linux/deb/ stable non-free main
Once the above entry is added we can run apt as usual.
sudo apt-get update
sudo apt-get install picasa
For other distros – check – www.google.com/linuxrepositories/apt.html
Post a Comment