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

Next revision
Previous revision
Next revision Both sides next revision
howto:linux:install:debian [2013/01/16 14:37]
i-matrixx created
howto:linux:install:debian [2013/02/04 13:06]
i-matrixx [Prerequisites]
Line 17: Line 17:
 <code>deb ftp://ftp.deb-multimedia.org testing main non-free</code> <code>deb ftp://ftp.deb-multimedia.org testing main non-free</code>
 **unstable** **unstable**
-<code>deb http://www.deb-multimedia.org unstablemain non-free</code>+<code>deb http://www.deb-multimedia.org unstable main non-free</code>
 or or
-<code>deb ftp://ftp.deb-multimedia.org unstablemain non-free</code>+<code>deb ftp://ftp.deb-multimedia.org unstable main non-free</code>
  
 Next update your list of packages Next update your list of packages
Line 29: Line 29:
 <code>apt-get install deb-multimedia-keyring</code> <code>apt-get install deb-multimedia-keyring</code>
  
-== 1.2 Install DVD playback libraries == +== 1.2 Install ffmpeg ==
-<code>sudo apt-get install libdvdread4 libdvdcss2</code> +
- +
-== 1.3 Install ffmpeg ==+
 <code>sudo apt-get install ffmpeg</code> <code>sudo apt-get install ffmpeg</code>
  
Line 38: Line 35:
 === 2. Install Serviio  === === 2. Install Serviio  ===
  
-Comming soon ...+== 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 
 + 
 +<code>deb 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> 
 + 
 +and install the serviio package. 
 + 
 +For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de. 
 + 
 +== 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]] ==
howto/linux/install/debian.txt · Last modified: 2017/11/26 21:38 by stanislav.belichenko