Skip to content

Installing on *NIX

James Geboski edited this page Jul 20, 2015 · 11 revisions

Below are a list of instructions for installing binary packages on various *NIX distributions.

Debian and Ubuntu

Release Name Release Version Version
Debian Jessie 8.0 Debian_8.0
Debian Wheezy 7.0 Debian_7.0
Ubuntu Vivid Vervet 15.04 xUbuntu_15.04
Ubuntu Utopic Unicorn 14.10 xUbuntu_14.10
Ubuntu Trusty Tahr 14.04 xUbuntu_14.04
Ubuntu Precise Pangolin 12.04 xUbuntu_12.04
  1. Add the following line to /etc/apt/sources.list.d/jgeboski.list:

    deb http://download.opensuse.org/repositories/home:/jgeboski/<version> ./

    Notes:

    1. Replace <version> with your version (most right column) from the table above.
    2. The /etc/apt/sources.list.d/jgeboski.list file will likely need to be created.
  2. Add the repository key:

    wget -O- https://api.opensuse.org/source/home:jgeboski/_pubkey | sudo apt-key add -

  3. Update the package index:

    sudo apt-get update

  4. Install the plugin:

    sudo apt-get install purple-facebook

Clone this wiki locally