Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Neue Installationsroutine (für Linux)

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Neue Installationsroutine (für Linux)

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cruunnerr last edited by

      die links zu den Anleitungen sind defekt 😞

      will gerade Biobroker im Proxmox Container installieren und weiß jetzt nicht welche Anleitung nun noch nutzbar ist 😕

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @cruunnerr last edited by

        @cruunnerr

        https://doc.iobroker.net/#de/documentation/install/linux.md

        C 1 Reply Last reply Reply Quote 0
        • C
          cruunnerr @Homoran last edited by cruunnerr

          @Homoran

          Das ging flott. Danke.
          SSL Zertifikat war zwar nicht ok, aber einem Admin vertrau ich gerne 🙂

          Eine Frage noch...
          Habe momentan ioBroker auf nem Server mit node V8.12.0 und npm 4.6.1 laufen.

          Will dann den Backup Adapter nutzen um alles wieder auf den neuen Server zu bringen auf dem ja nun node 8.16.0 und npm 6 läuft.

          Könnte das Probleme bringen?

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @cruunnerr last edited by

            @cruunnerr

            Nö!

            Warum dann nicht direkt node 10?

            C dslraser 2 Replies Last reply Reply Quote 0
            • C
              cruunnerr @Homoran last edited by

              @Homoran

              In der Anleitung stand:
              "Die momentan empfohlene Version ist node 8.x; mit js-controller 1.5.7 auch node 10.x, dann in Schritt 4.1. die “8.x” gegen 10.x” austauschen."

              Dann hab ich einfach die 8 genommen XD

              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @cruunnerr last edited by Homoran

                @cruunnerr

                Dann muss ich den text mal ändern 😂

                Wie foch die Zeit vergeht.

                C 1 Reply Last reply Reply Quote 0
                • C
                  cruunnerr @Homoran last edited by

                  @Homoran sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                  @cruunnerr

                  Dann muss ich den text mal ändern 😂

                  😛

                  War mir irgendwie grad nicht sicher, ob ich denn jetzt auch den js-controller 1.5.7 hab.
                  bitte nicht hauen 😄

                  1 Reply Last reply Reply Quote 0
                  • dslraser
                    dslraser Forum Testing Most Active @Homoran last edited by

                    @Homoran
                    Hierr wird auch 8.16 empfohlen. Ich hatte nach dem ich das gesehen habe zwischenzeitlich sogar deswegen ein Downgrade gemacht 🙁

                    Screenshot_20190603-211228_Chrome.jpg

                    Homoran 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @dslraser last edited by

                      @dslraser
                      Ist ja auch nicht falsch.

                      https://forum.iobroker.net/topic/22867/how-to-node-js-für-iobroker-richtig-updaten

                      1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 last edited by

                        ... wird aber die Tage aktualisiert

                        1 Reply Last reply Reply Quote 0
                        • D
                          denjo last edited by Stabilostick

                          hallo, hatte mein system wieder mal zerschossen und wollte nun alles neu aufsetzten mit mein backup, wenn ich hier nach vor gehe
                          https://www.iobroker.net/#de/documentation/install/linux.md installiert sich kein node und nodejs.
                          bekomme also keine versions Meldung nach dem installieren

                          [Mod-Edit, 05.05.19, stabilostick, URL angepasst]

                          1 Reply Last reply Reply Quote 0
                          • AlCalzone
                            AlCalzone Developer @denjo last edited by

                            @denjo Du kannst die Warnmeldung ignorieren, bis das Problem gelöst ist, und die Seite trotzdem aufrufen.

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              denjo @AlCalzone last edited by

                              @AlCalzone ja das mir schon klar aber ich bekomme node und nodejs nicht installiert nach der neuen routine

                              AlCalzone 1 Reply Last reply Reply Quote 0
                              • AlCalzone
                                AlCalzone Developer @denjo last edited by

                                @denjo Das ist keine neue Routine für Node, das ging meines Wissens schon immer so. Wenn node nicht installiert wurde, gabs doch sicher Fehlermeldungen?!

                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  denjo @AlCalzone last edited by denjo

                                  pi@raspberrypi:~ $ node -v
                                  -bash: node: Kommando nicht gefunden.
                                  pi@raspberrypi:~ $ nodejs -v
                                  -bash: nodejs: Kommando nicht gefunden.
                                  pi@raspberrypi:~ $ npm -v
                                  -bash: npm: Kommando nicht gefunden.
                                  pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
                                  
                                  ## Installing the NodeSource Node.js 8.x LTS Carbon repo...
                                  
                                  
                                  ## Populating apt-get cache...
                                  
                                  + apt-get update
                                  OK:1 http://archive.raspberrypi.org/debian stretch InRelease
                                  OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                                  Paketlisten werden gelesen... Fertig
                                  
                                  ## Confirming "stretch" is supported...
                                  
                                  + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/stretch/Release'
                                  
                                  ## Adding the NodeSource signing key to your keyring...
                                  
                                  + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
                                  OK
                                  
                                  ## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo...
                                  
                                  + echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodesource.list
                                  + echo 'deb-src https://deb.nodesource.com/node_8.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
                                  
                                  ## Running `apt-get update` for you...
                                  
                                  + apt-get update
                                  OK:1 http://archive.raspberrypi.org/debian stretch InRelease
                                  OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                                  Holen:3 https://deb.nodesource.com/node_8.x stretch InRelease [4.620 B]
                                  Holen:4 https://deb.nodesource.com/node_8.x stretch/main Sources [762 B]
                                  Holen:5 https://deb.nodesource.com/node_8.x stretch/main armhf Packages [1.004 B]
                                  Es wurden 6.386 B in 1 s geholt (4.184 B/s).
                                  Paketlisten werden gelesen... Fertig
                                  
                                  ## Run `sudo apt-get install -y nodejs` to install Node.js 8.x LTS Carbon and npm
                                  ## You may also need development tools to build native addons:
                                       sudo apt-get install gcc g++ make
                                  ## To install the Yarn package manager, run:
                                       curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                       echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                                       sudo apt-get update && sudo apt-get install yarn
                                  
                                  
                                  pi@raspberrypi:~ $ sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev
                                  Paketlisten werden gelesen... Fertig
                                  Abhängigkeitsbaum wird aufgebaut.
                                  Statusinformationen werden eingelesen.... Fertig
                                  build-essential ist schon die neueste Version (12.3).
                                  The following additional packages will be installed:
                                    libavahi-client-dev libavahi-client3 libavahi-common-dev
                                    libavahi-compat-libdnssd1 libdbus-1-dev
                                  Die folgenden NEUEN Pakete werden installiert:
                                    libavahi-client-dev libavahi-client3 libavahi-common-dev
                                    libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libdbus-1-dev
                                    libudev-dev
                                  0 aktualisiert, 7 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                  Es müssen 566 kB an Archiven heruntergeladen werden.
                                  Nach dieser Operation werden 1.574 kB Plattenplatz zusätzlich benutzt.
                                  Holen:1 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libudev-dev armhf 232-25+deb9u11 [92,4 kB]
                                  Holen:2 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-client3 armhf 0.6.32-2 [51,3 kB]
                                  Holen:3 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-common-dev armhf 0.6.32-2 [62,6 kB]
                                  Holen:4 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libdbus-1-dev armhf 1.10.26-0+deb9u1 [201 kB]
                                  Holen:5 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-client-dev armhf 0.6.32-2 [56,5 kB]
                                  Holen:6 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-compat-libdnssd1 armhf 0.6.32-2 [44,0 kB]
                                  Holen:7 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-compat-libdnssd-dev armhf 0.6.32-2 [58,8 kB]
                                  Es wurden 566 kB in 1 s geholt (395 kB/s).
                                  Vormals nicht ausgewähltes Paket libudev-dev:armhf wird gewählt.
                                  (Lese Datenbank ... 34765 Dateien und Verzeichnisse sind derzeit installiert.)
                                  Vorbereitung zum Entpacken von .../0-libudev-dev_232-25+deb9u11_armhf.deb ...
                                  Entpacken von libudev-dev:armhf (232-25+deb9u11) ...
                                  Vormals nicht ausgewähltes Paket libavahi-client3:armhf wird gewählt.
                                  Vorbereitung zum Entpacken von .../1-libavahi-client3_0.6.32-2_armhf.deb ...
                                  Entpacken von libavahi-client3:armhf (0.6.32-2) ...
                                  Vormals nicht ausgewähltes Paket libavahi-common-dev:armhf wird gewählt.
                                  Vorbereitung zum Entpacken von .../2-libavahi-common-dev_0.6.32-2_armhf.deb ...
                                  Entpacken von libavahi-common-dev:armhf (0.6.32-2) ...
                                  Vormals nicht ausgewähltes Paket libdbus-1-dev:armhf wird gewählt.
                                  Vorbereitung zum Entpacken von .../3-libdbus-1-dev_1.10.26-0+deb9u1_armhf.deb ...
                                  Entpacken von libdbus-1-dev:armhf (1.10.26-0+deb9u1) ...
                                  Vormals nicht ausgewähltes Paket libavahi-client-dev:armhf wird gewählt.
                                  Vorbereitung zum Entpacken von .../4-libavahi-client-dev_0.6.32-2_armhf.deb ...
                                  Entpacken von libavahi-client-dev:armhf (0.6.32-2) ...
                                  Vormals nicht ausgewähltes Paket libavahi-compat-libdnssd1:armhf wird gewählt.
                                  Vorbereitung zum Entpacken von .../5-libavahi-compat-libdnssd1_0.6.32-2_armhf.deb ...
                                  Entpacken von libavahi-compat-libdnssd1:armhf (0.6.32-2) ...
                                  Vormals nicht ausgewähltes Paket libavahi-compat-libdnssd-dev:armhf wird gewählt.
                                  Vorbereitung zum Entpacken von .../6-libavahi-compat-libdnssd-dev_0.6.32-2_armhf.deb ...
                                  Entpacken von libavahi-compat-libdnssd-dev:armhf (0.6.32-2) ...
                                  libdbus-1-dev:armhf (1.10.26-0+deb9u1) wird eingerichtet ...
                                  libavahi-common-dev:armhf (0.6.32-2) wird eingerichtet ...
                                  Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                  Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
                                  libavahi-client3:armhf (0.6.32-2) wird eingerichtet ...
                                  libudev-dev:armhf (232-25+deb9u11) wird eingerichtet ...
                                  libavahi-client-dev:armhf (0.6.32-2) wird eingerichtet ...
                                  libavahi-compat-libdnssd1:armhf (0.6.32-2) wird eingerichtet ...
                                  libavahi-compat-libdnssd-dev:armhf (0.6.32-2) wird eingerichtet ...
                                  Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                  pi@raspberrypi:~ $ node -v
                                  -bash: node: Kommando nicht gefunden.
                                  pi@raspberrypi:~ $
                                  
                                  
                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    denjo @denjo last edited by Homoran

                                    @denjo

                                    login as: pi
                                    pi@192.168.178.67's password:
                                    Linux raspberrypi 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l
                                    
                                    The programs included with the Debian GNU/Linux system are free software;
                                    the exact distribution terms for each program are described in the
                                    individual files in /usr/share/doc/*/copyright.
                                    
                                    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                    permitted by applicable law.
                                    Last login: Wed Jun  5 16:11:14 2019 from 192.168.178.84
                                    pi@raspberrypi:~ $ node -v
                                    -bash: node: Kommando nicht gefunden.
                                    pi@raspberrypi:~ $ nodejs -v
                                    -bash: nodejs: Kommando nicht gefunden.
                                    pi@raspberrypi:~ $ npm -v
                                    -bash: npm: Kommando nicht gefunden.
                                    pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
                                    
                                    ## Installing the NodeSource Node.js 8.x LTS Carbon repo...
                                    
                                    
                                    ## Populating apt-get cache...
                                    
                                    + apt-get update
                                    OK:1 http://archive.raspberrypi.org/debian stretch InRelease
                                    OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                                    Paketlisten werden gelesen... Fertig
                                    
                                    ## Confirming "stretch" is supported...
                                    
                                    + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/stretch/Release'
                                    
                                    ## Adding the NodeSource signing key to your keyring...
                                    
                                    + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
                                    OK
                                    
                                    ## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo...
                                    
                                    + echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodesource.list
                                    + echo 'deb-src https://deb.nodesource.com/node_8.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
                                    
                                    ## Running `apt-get update` for you...
                                    
                                    + apt-get update
                                    OK:1 http://archive.raspberrypi.org/debian stretch InRelease
                                    OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
                                    Holen:3 https://deb.nodesource.com/node_8.x stretch InRelease [4.620 B]
                                    Holen:4 https://deb.nodesource.com/node_8.x stretch/main Sources [762 B]
                                    Holen:5 https://deb.nodesource.com/node_8.x stretch/main armhf Packages [1.004 B]
                                    Es wurden 6.386 B in 1 s geholt (4.184 B/s).
                                    Paketlisten werden gelesen... Fertig
                                    
                                    ## Run `sudo apt-get install -y nodejs` to install Node.js 8.x LTS Carbon and npm
                                    ## You may also need development tools to build native addons:
                                         sudo apt-get install gcc g++ make
                                    ## To install the Yarn package manager, run:
                                         curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                                         echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                                         sudo apt-get update && sudo apt-get install yarn
                                    
                                    
                                    pi@raspberrypi:~ $ sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev
                                    Paketlisten werden gelesen... Fertig
                                    Abhängigkeitsbaum wird aufgebaut.
                                    Statusinformationen werden eingelesen.... Fertig
                                    build-essential ist schon die neueste Version (12.3).
                                    The following additional packages will be installed:
                                      libavahi-client-dev libavahi-client3 libavahi-common-dev
                                      libavahi-compat-libdnssd1 libdbus-1-dev
                                    Die folgenden NEUEN Pakete werden installiert:
                                      libavahi-client-dev libavahi-client3 libavahi-common-dev
                                      libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libdbus-1-dev
                                      libudev-dev
                                    0 aktualisiert, 7 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                    Es müssen 566 kB an Archiven heruntergeladen werden.
                                    Nach dieser Operation werden 1.574 kB Plattenplatz zusätzlich benutzt.
                                    Holen:1 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libudev-dev armhf 232-25+deb9u11 [92,4 kB]
                                    Holen:2 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-client3 armhf 0.6.32-2 [51,3 kB]
                                    Holen:3 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-common-dev armhf 0.6.32-2 [62,6 kB]
                                    Holen:4 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libdbus-1-dev armhf 1.10.26-0+deb9u1 [201 kB]
                                    Holen:5 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-client-dev armhf 0.6.32-2 [56,5 kB]
                                    Holen:6 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-compat-libdnssd1 armhf 0.6.32-2 [44,0 kB]
                                    Holen:7 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian stretch/main armhf libavahi-compat-libdnssd-dev armhf 0.6.32-2 [58,8 kB]
                                    Es wurden 566 kB in 1 s geholt (395 kB/s).
                                    Vormals nicht ausgewähltes Paket libudev-dev:armhf wird gewählt.
                                    (Lese Datenbank ... 34765 Dateien und Verzeichnisse sind derzeit installiert.)
                                    Vorbereitung zum Entpacken von .../0-libudev-dev_232-25+deb9u11_armhf.deb ...
                                    Entpacken von libudev-dev:armhf (232-25+deb9u11) ...
                                    Vormals nicht ausgewähltes Paket libavahi-client3:armhf wird gewählt.
                                    Vorbereitung zum Entpacken von .../1-libavahi-client3_0.6.32-2_armhf.deb ...
                                    Entpacken von libavahi-client3:armhf (0.6.32-2) ...
                                    Vormals nicht ausgewähltes Paket libavahi-common-dev:armhf wird gewählt.
                                    Vorbereitung zum Entpacken von .../2-libavahi-common-dev_0.6.32-2_armhf.deb ...
                                    Entpacken von libavahi-common-dev:armhf (0.6.32-2) ...
                                    Vormals nicht ausgewähltes Paket libdbus-1-dev:armhf wird gewählt.
                                    Vorbereitung zum Entpacken von .../3-libdbus-1-dev_1.10.26-0+deb9u1_armhf.deb ...
                                    Entpacken von libdbus-1-dev:armhf (1.10.26-0+deb9u1) ...
                                    Vormals nicht ausgewähltes Paket libavahi-client-dev:armhf wird gewählt.
                                    Vorbereitung zum Entpacken von .../4-libavahi-client-dev_0.6.32-2_armhf.deb ...
                                    Entpacken von libavahi-client-dev:armhf (0.6.32-2) ...
                                    Vormals nicht ausgewähltes Paket libavahi-compat-libdnssd1:armhf wird gewählt.
                                    Vorbereitung zum Entpacken von .../5-libavahi-compat-libdnssd1_0.6.32-2_armhf.deb ...
                                    Entpacken von libavahi-compat-libdnssd1:armhf (0.6.32-2) ...
                                    Vormals nicht ausgewähltes Paket libavahi-compat-libdnssd-dev:armhf wird gewählt.
                                    Vorbereitung zum Entpacken von .../6-libavahi-compat-libdnssd-dev_0.6.32-2_armhf.deb ...
                                    Entpacken von libavahi-compat-libdnssd-dev:armhf (0.6.32-2) ...
                                    libdbus-1-dev:armhf (1.10.26-0+deb9u1) wird eingerichtet ...
                                    libavahi-common-dev:armhf (0.6.32-2) wird eingerichtet ...
                                    Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                    Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
                                    libavahi-client3:armhf (0.6.32-2) wird eingerichtet ...
                                    libudev-dev:armhf (232-25+deb9u11) wird eingerichtet ...
                                    libavahi-client-dev:armhf (0.6.32-2) wird eingerichtet ...
                                    libavahi-compat-libdnssd1:armhf (0.6.32-2) wird eingerichtet ...
                                    libavahi-compat-libdnssd-dev:armhf (0.6.32-2) wird eingerichtet ...
                                    Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                    pi@raspberrypi:~ $ node -v
                                    -bash: node: Kommando nicht gefunden.
                                    pi@raspberrypi:~ $
                                    
                                    
                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @denjo last edited by

                                      @denjo sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                                      Run sudo apt-get install -y nodejs to install Node.js 8.x LTS Carbon and npm

                                      You may also need development tools to build native addons:

                                       sudo apt-get install gcc g++ make
                                      

                                      Da sagt er doch was du tun sollst 😂

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        denjo @Homoran last edited by

                                        @Homoran ja okay gut zu wissen, wollte es nur icht von alleine machen da es so nicht in der Anleitung steht, wenn es nämlich falsch gewesen wäre, wäre ich dann gekreuzigt worden. aber danke werde es gleich testen

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @denjo last edited by

                                          @denjo sagte in Neue Installationsroutine und neue Anleitungen (für Linux-basierte Systeme):

                                          da es so nicht in der Anleitung steht,

                                          Was steht nicht in der Anleitung?

                                          Da steht dass du zuerst node.js installiert haben musst.
                                          Das hast du anscheinend nicht.

                                          Sonst noch was übersprungen?

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            denjo @Homoran last edited by

                                            @Homoran ja das hatte ich versucht was ja nicht klappte, deswegen sagtest du ich soll zusätzlich sudo apt-get install gcc g++ make installieren. ist auch egal nun jetzt scheint wieder alles zu laufen danke

                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            935
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            installation
                                            64
                                            415
                                            99662
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo