[gelöst] alexa, nodejs, Installation nicht möglich

Begonnen von franky08, 05 Februar 2017, 21:06:17

Vorheriges Thema - Nächstes Thema

franky08

Hallo, irgendwie plage ich mich seit zwei Stunden mit der Installation von nodejs auf meinem Debian Wheezy System herum. System ist auf neuesten Stand, Fehler:

frank1@Zotac2:~$ curl -sL https://deb.nodesource.com/setup_4.x |
> sudo -E bash -
-bash: curl: Kommando nicht gefunden.


Laut WIKI:


Mmh, und nun?

VG
Frank
Debian Wheezy auf ZBOX nano/ Debian Bullseye auf 2.ter ZBOX nano F2F an 2x RaspiB
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu ,fhem5.8, CCU2,
ECMD an AVR-NET-IO mit DAC u. ADC an Junkers Stetigregelung, Siemens LOGO!8, JeeLink uvm...

justme1968

hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

franky08

Hallo Andre, dass hatte ich schon mit wget probiert, da komme ich aber auch nicht weiter, werde wohl curl installieren müssen.

frank1@Zotac2:~$ wget -sL https://deb.nodesource.com/setup_4.x |
> sudo -E bash -
wget: ungültige Option -- s
bash: Zeile 1: Syntax:: Kommando nicht gefunden.
bash: Zeile 3: $'\302\273wget': Kommando nicht gefunden.
frank1@Zotac2:~$
Debian Wheezy auf ZBOX nano/ Debian Bullseye auf 2.ter ZBOX nano F2F an 2x RaspiB
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu ,fhem5.8, CCU2,
ECMD an AVR-NET-IO mit DAC u. ADC an Junkers Stetigregelung, Siemens LOGO!8, JeeLink uvm...

justme1968

die wget parameter sind natürlich anders.

entweder -O - verwenden:wget -O - https://deb.nodesource.com/setup_4.x|sudo bash

oder einfach nurwget https://deb.nodesource.com/setup_4.xund dannsudo bash ./setup_4.x
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

franky08

Habe curl installiert und jetzt funktioniert auch die Installation von nodejs, hatte meine beiden Host Systeme verwechselt, auf dem zweiten Debian System hatte ich vor einiger Zeit curl nämlich schon einmal installiert.

P.S. Danke Andre

VG
Frank
Debian Wheezy auf ZBOX nano/ Debian Bullseye auf 2.ter ZBOX nano F2F an 2x RaspiB
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu ,fhem5.8, CCU2,
ECMD an AVR-NET-IO mit DAC u. ADC an Junkers Stetigregelung, Siemens LOGO!8, JeeLink uvm...