Skip to content

Instantly share code, notes, and snippets.

@edunham
Created February 26, 2014 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edunham/9236990 to your computer and use it in GitHub Desktop.
Save edunham/9236990 to your computer and use it in GitHub Desktop.
Arch
Installing Google Talkplugin
1) Download .tgz from https://aur.archlinux.org/packages.php?ID=40056 (https://aur.archlinux.org/packages/go/google-talkplugin/google-talkplugin.tar.gz)
2) tar -xvf the tgz; cd google-talkplugin
3) sudo pacman -S base-devel # makepkg was broken
4) makepkg # works 'cause we're in same dir with PKGBUILD file; gives us a .rpm and a .pkg.tar.xz
5) sudo pacman -U <the .pkg.tar.xz>
AND THEN HANGOUTS WORK!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment