User Tools

Site Tools


howto:linux:install:debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howto:linux:install:debian [2013/02/04 12:41]
i-matrixx [Prerequisites]
howto:linux:install:debian [2013/02/04 13:06]
i-matrixx [Prerequisites]
Line 36: Line 36:
  
 == 2.1 Download Serviio Debian package == == 2.1 Download Serviio Debian package ==
 +
 +Installation of binary packages from unknown sources is strongly discouraged.
 +But for the lazy ones here are the steps to get everything up und running. 
  
 Create a file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line Create a file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line
Line 53: Line 56:
 For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de. For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de.
  
-== 2.2 Download source package and build package yourself ==+== 2.2 Download source package and build package yourself (recommended) == 
 + 
 +This is the recommended way to install the Debian serviio package and ensures you can verify the changes the author has made. 
 + 
 +Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line 
 + 
 +<code>deb-src http://debian.i-matrixx.de debian main</code> 
 + 
 +and add the APT key with the following command 
 + 
 +<code>wget -O - http://debian.i-matrixx.de/52CE883E.asc | sudo apt-key add -</code> 
 + 
 +Next update your list of packages 
 + 
 +<code>apt-get update</code> 
 + 
 +To download and build a source package, you would use the following command as root: 
 + 
 +<code>apt-get -b source serviio</code> 
 + 
 +For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de.
  
 == 2.3 Manual installation from [[http://www.serviio.org/download]] == == 2.3 Manual installation from [[http://www.serviio.org/download]] ==
howto/linux/install/debian.txt · Last modified: 2017/11/26 21:38 by stanislav.belichenko