Skip to content

Instantly share code, notes, and snippets.

@AGhost-7
Last active February 20, 2016 13:49
Show Gist options
  • Select an option

  • Save AGhost-7/33d10be7e23c4e1ba5fd to your computer and use it in GitHub Desktop.

Select an option

Save AGhost-7/33d10be7e23c4e1ba5fd to your computer and use it in GitHub Desktop.
Install pidgin with Facebook chat, Google Talk/Hangouts. Slack client, facebook client.
sudo apt-get update
sudo apt-get install pidgin -y
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/jgeboski.list"
cd /tmp && wget http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_$(lsb_release -rs)/Release.key
sudo apt-key add - < Release.key
sudo apt-get update
sudo apt-get install purple-facebook
sudo apt-add-repository -y ppa:rael-gc/scudcloud
sudo apt-get update
sudo apt-get install scudcloud
wget https://github.com/Aluxian/Facebook-Messenger-Desktop/releases/download/v1.4.3/Messenger_linux64.deb -O /tmp/messenger.deb
sudo dpkg -i /tmp/messenger.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment