Can't install roon server on Ubuntu

Hello,

First post for me, please excuse my really bad english, i’m french of course !

I’ve bought a Roon license to run on my QNAD Nas.
Unfortunately, my NAS break down, and i’m still waiting for repair…

To wait, i try to install ROON on an ubuntu computer.

I’m really a beginner…

Copy/paste from my shell :

telonioos@telonioos-ubuntu:~/Téléchargements$ sudo ./roonserver-installer-linuxx64.sh
[sudo] Mot de passe de telonioos :
sudo: ./roonserver-installer-linuxx64.sh : commande introuvable

Any help welcome. :wink:

Have you installed the required dependencies?

first do a

chmod +x roonserver-installer-linuxx64.sh

Hi,

What is “the required dependencies” ?

Copy paste of my screen : work in progress !!

telonioos@telonioos-ubuntu:~/Téléchargements$ chmod +x roonserver-installer-linuxx64.sh
telonioos@telonioos-ubuntu:~/Téléchargements$ sudo ./roonserver-installer-linuxx64.sh
[sudo] Mot de passe de telonioos :


Welcome to the RoonServer installer

This installer sets up RoonServer to run on linux with the following settings:

  • RoonServer will be installed in /opt/RoonServer
  • RoonServer’s data will be stored in /var/roon/RoonServer
  • RoonServer will be configured to run as a system service
  • RoonServer will run as root

These settings are suitable for turning a dedicated or semi-dedicated device
into an appliance that runs RoonServer

If you want customize how RoonServer is installed, see:

http://kb.roonlabs.com/LinuxInstall


Do you want to install RoonServer on this machine? [Y/n] Y

Downloading RoonServer_linuxx64.tar.bz2 to /tmp/tmp.PYfOZzzYgw/RoonServer_linuxx64.tar.bz2

./roonserver-installer-linuxx64.sh: ligne 185: curl : commande introuvable


The RoonServer installer did not complete successfully.

If you are not sure how to proceed, please check out:

  • Roon Labs Community hXXps://community.roonlabs.com/c/support
  • Roon Labs Knowledge Base hXXps://kb.roonlabs.com/LinuxInstall

What i am supposed to do now ?

Curl : commande introuvable…

you need to install the curl package

apt-get install curl

Probably might need bzip too