-
Notifications
You must be signed in to change notification settings - Fork 24
Sipe collab install
Jakub Adam edited this page Nov 8, 2016
·
7 revisions
disclaimer: Our software is under heavy development and will break from time to time. You use this repository on your own risk.
sudo apt-add-repository ppa:sipe-collab
sudo apt-get update
sudo apt-get install pidgin pidgin-sipe
Only fixes for serious bugs go to the stable PPA. New features appear only after spending enough time in ppa:sipe-collab
.
If you already use sipe-collab PPA and would like to switch to stable, I recommend uninstalling your present packages and removing the original PPA from your repository list first:
sudo apt-get purge libnice10 pidgin-data remmina-common libwinpr2 gir1.2-gplugin-0.0 libgplugin0
sudo apt-add-repository --remove ppa:sipe-collab/ppa
Then you can proceed with adding the stable PPA and installing the packages again:
sudo apt-add-repository ppa:sipe-collab/stable
sudo apt-get update
sudo apt-get install pidgin-sipe pidgin
wget -O- http://download.opensuse.org/repositories/home:/xhaakon:/sipe/Debian_8.0/Release.key | apt-key add -
echo "deb http://download.opensuse.org/repositories/home:/xhaakon:/sipe/Debian_8.0/ ./" > /etc/apt/sources.list.d/obs-sipe.list
apt-get update
apt-get install pidgin pidgin-sipe
If you want to participate in more extensive logging and debugging it is also a good idea to have the -dbg packages installed. You can install them with following command:
sudo apt-get install pidgin-dbg pidgin-sipe-dbg remmina-dbg libnice-dbg