User Tools

Site Tools


howto:linux:install:ubuntu18-04

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
Previous revision
Next revision Both sides next revision
howto:linux:install:ubuntu18-04 [2022/10/01 18:49]
cmakula Tested on 22.04
howto:linux:install:ubuntu18-04 [2022/12/14 16:39]
cmakula Updated to version 2.3
Line 1: Line 1:
 <note important>This guide assumes you are starting from scratch, with a brand new Ubuntu 18.04 - 22.04 (any distribution, including Minimal/Netboot) installation, and need a new Serviio install.</note> <note important>This guide assumes you are starting from scratch, with a brand new Ubuntu 18.04 - 22.04 (any distribution, including Minimal/Netboot) installation, and need a new Serviio install.</note>
  
-This installation is based on 18.04.2 LTS, Minimal Edition, 20.04 Netboot, and Xubuntu 22.04 (but this should work for any version of Ubuntu 18.04 - 22.04 or any desktop variant).  At the time of the updating this document (October 1, 2022), the newest version of Serviio is 2.2.1.+This installation is based on 18.04.2 LTS, Minimal Edition, 20.04 Netboot, and Xubuntu 22.04 (but this should work for any version of Ubuntu 18.04 - 22.04 or any desktop variant).  At the time of the updating this document (December 14, 2022), the newest version of Serviio is 2.3.
  
 Please read the entire procedure before installation so you are familiar with the process before “taking on the terminal”. Please read the entire procedure before installation so you are familiar with the process before “taking on the terminal”.
Line 31: Line 31:
  
 <code>sudo apt update <code>sudo apt update
-sudo apt install net-tools software-properties-common openjdk-8-jre default-jre ffmpeg dcraw wget+sudo apt install net-tools software-properties-common openjdk-11-jre default-jre ffmpeg dcraw wget
 </code> </code>
  
Line 45: Line 45:
 b.  Download the Serviio software. b.  Download the Serviio software.
  
-<code>sudo wget http://download.serviio.org/releases/serviio-2.2.1-linux.tar.gz+<code>sudo wget http://download.serviio.org/releases/serviio-2.3-linux.tar.gz
 </code> </code>
  
 c.  Extract the software. c.  Extract the software.
  
-<code>sudo tar zxvf serviio-2.2.1-linux.tar.gz+<code>sudo tar zxvf serviio-2.3-linux.tar.gz
 </code> </code>
  
 d.  Create a soft link to the Serviio directory. d.  Create a soft link to the Serviio directory.
  
-<code>sudo ln -s serviio-2.2.1 serviio+<code>sudo ln -s serviio-2.serviio
 </code> </code>
  
Line 80: Line 80:
 h.  Remove the installation file. h.  Remove the installation file.
  
-<code>sudo rm serviio-2.2.1-linux.tar.gz+<code>sudo rm serviio-2.3-linux.tar.gz
 </code> </code>
  
howto/linux/install/ubuntu18-04.txt · Last modified: 2023/04/11 21:45 by cmakula