Page 1 of 1

installing ubuntu error

Posted: Tuesday 05 May 2020 10:38
by deheugden
I downloaded the latest Ubuntu LTS Desktop and tried to install Domoticz.
I use the following code:
sudo apt curl -sSL install.domoticz.com | sudo bash

but i get the following error:


command line option 's' [from -sSL] is not understood in combination with the other options.

Anyone who knows what is going wrong?
regards,

Re: installing ubuntu error

Posted: Tuesday 05 May 2020 10:46
by sancla

Re: installing ubuntu error

Posted: Tuesday 05 May 2020 11:10
by erem
it's not
sudo apt curl -sSL install.domoticz.com | sudo bash

it is

sudo curl -sSL install.domoticz.com | sudo bash

Re: installing ubuntu error

Posted: Tuesday 05 May 2020 11:33
by deheugden
correct, thanks

Re: installing ubuntu error

Posted: Saturday 09 May 2020 22:16
by jackwan1
domoticzinstall.jpg
domoticzinstall.jpg (239.99 KiB) Viewed 617 times
I used the correct curl command, but I got Error 404 Not Found at the end. What could be the problem? I am using Ubuntu 18.04

Re: installing ubuntu error

Posted: Sunday 31 May 2020 19:11
by foxmulder06
Hi,

What is your OS version: 32 or 64 bits ?

As far as I know, and I was obliged to do it like this, the Binary is only available for 64 bits platform, therfore if you have a 32 bits platform, the binary is not available anymore and give you an error message...

I read on the Screen capture the text "i686" that confirms that you have a 32 bits platform...

Solution: The only way to get Domoticz running on a 32 bits platform is to "compil" it on your platform, after getting the Source code.

Please follow link: https://www.domoticz.com/wiki/Build_Do ... om_source

Note: I did it without any problems on "Ubuntu 18.04.4 LTS" + INTEL ATOM 32bits + Domoticz latest release V2020.2 :D
I created an installation process, fully automated by Shell script that do ALL stuff automatically...


Good luck !

Regards