Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Raspberry Pi – Raspbian-Update: „Wheezy“ auf „Jessie“ aktualisieren

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Raspberry Pi – Raspbian-Update: „Wheezy“ auf „Jessie“ aktualisieren

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

      😛 😛 😛 😛

      Fertig

      Hat nur etwas Geduld gebraucht <size size="85">(und Zeit)</size>

      Die alten node & node.js Versionen deinstallieren

      apt-get --purge remove node
      apt-get --purge remove nodejs
      apt-get autoremove
      reboot
      

      <u>Schritt 1: System aktualisieren</u>

      Bevor wir ein Upgrade von Raspian Wheezy auf Jessie durchführen, sollte das System komplett aktualisiert sein

      https://www.datenreise.de/raspberry-pi- … e-upgrade/

      <u>Schritt 2: Installation Node.js</u>

      Node.js neu installieren für Raspbery 2/3

      curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
      sudo apt-get install -y build-essential python-rpi.gpio nodejs
      reboot
      

      Nun ist das Testsystem (Pi2-3) wieder einsatzbereit

      uname -a && node -v && npm -v
      
      • Linux Pi2-3 4.4.11-v7+ #888 SMP Mon May 23 20:10:33 BST 2016 armv7l GNU/Linux
      v4.4.5
      
      2.15.5 
      

      <u>Schritt 3: Upgrade ioBroker (mit etwas Geduld <size size="85">(je nach Menge der vorher installierten Adapter)</size>)</u>

      cd /opt/iobroker
      ./iobroker update
      ./iobroker upgrade self
      ./iobroker upgrade
      ./iobroker start
      
      
      root@Pi2-3:/opt/iobroker# ps -A | grep " io.*"
       8518 ?        00:01:04 iobroker.js-con
       8528 ?        00:00:19 io.admin.0
       8533 ?        00:00:09 io.mqtt.0
       8552 ?        00:00:05 io.node-red.0
       8562 ?        00:00:07 io.history.0
       8581 ?        00:00:04 io.pushover.0
       8592 ?        00:00:24 io.javascript.0
       8609 ?        00:00:07 io.web.0
       8636 ?        00:00:07 io.terminal.0
       8662 ?        00:00:04 io.scenes.0
       8671 ?        00:00:04 io.ping.0
       8688 ?        00:00:09 io.sonos.0
       8710 ?        00:00:06 io.vis.0
       8725 ?        00:00:10 io.hm-rpc.0
       8743 ?        00:00:10 io.hm-rega.0
       8749 ?        00:00:09 io.hm-rpc.1
       8768 ?        00:00:04 io.sayit.0
       8778 ?        00:00:08 io.occ.0
      root@Pi2-3:/opt/iobroker#
      
      

      😛 😛 😛 😛

      Fertig

      Gruß

      Jürgen

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

        Super Anleitung.

        Muss nicht erst das alte nodejs (z.B. 0.10.22) deinstalliert werden, bevor du das neue (4.x.x) installierst?

        Gruß

        Rainer

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

          @Homoran:

          Super Anleitung.

          Muss nicht erst das alte nodejs (z.B. 0.10.22) deinstalliert werden, bevor du das neue (4.x.x) installierst? `

          Ist eingefügt

          Gruß

          Jürgen

          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

          941
          Online

          31.7k
          Users

          79.7k
          Topics

          1.3m
          Posts

          2
          3
          1906
          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