Changeset - 269f5f376d8a
[Not reviewed]
0 1 0
vitalyster - 10 years ago 2016-03-03 17:00:03
vitalyster@gmail.com
Update packages_debian_ubuntu.md
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
documentation/installation/packages_debian_ubuntu.md
Show inline comments
 
---
 
layout: page
 
title: Spectrum 2
 
redirect_from: "/documentation/installation/debian_ubuntu.html"
 
---
 

	
 
## Installing on Debian Jessie from our packages repository
 

	
 
At the moment only AMD64 packages are available:
 
At the moment we support AMD64 and armhf (for ARM-based machines, like Raspberry PI) binary packages:
 

	
 
        # apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 1AFDEA51
 
        # echo "deb http://packages.spectrum.im/spectrum2/ jessie main" >> /etc/apt/sources.list.d/spectrum.list
 
        # echo "deb-src http://packages.spectrum.im/spectrum2/ jessie main" >> /etc/apt/sources.list.d/spectrum.list
 
        # apt-get update 
 
        # apt-get install spectrum2 spectrum2-backend-libpurple spectrum2-backend-libcommuni spectrum2-backend-twitter
 

	
 

	
 
## Installing on other Debian/Ubuntu-based distributions
 

	
 
You need to rebuild source libcommuni and spectrum packages from our source package repository:
 

	
0 comments (0 inline, 0 general)