-
Notifications
You must be signed in to change notification settings - Fork 88
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. If your distribution is not listed below, you will need to build the plugin.
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 |
-
Add the following line to
/etc/apt/sources.list.d/jgeboski.list
:deb http://download.opensuse.org/repositories/home:/jgeboski/<version> ./
Notes:
- Replace
<version>
with your version (most right column) from the table above. - The
/etc/apt/sources.list.d/jgeboski.list
file will likely need to be created.
- Replace
-
Add the repository key:
$ wget -O- https://api.opensuse.org/source/home:jgeboski/_pubkey | sudo apt-key add -
-
Update the package index:
$ sudo apt-get update
-
Install the plugin:
$ sudo apt-get install purple-facebook