Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. komm nicht weiter..."dpkg was interrupted"

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

komm nicht weiter..."dpkg was interrupted"

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
49 Beiträge 4 Kommentatoren 4.4k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • R ralle

    Hallo,

    Ich habe ein kleines Problemchen welches ich als Anfänger nicht Herr werde.
    Ich wollte den Ras-Pi Manuell updaten so weit so gut, er mach jedoch Probleme ab dem Befehl:
    "pi@raspberrypi:~ $ sudo apt full-upgrade", danach erscheint folgende Fehlermeldung....

    "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem."

    Ich verstehe leider nicht was ich machen muss, für die Profis wird's wohl eine Kleinigkeit sein.

    Dank für eure Mühe

    Ralf

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #2

    @ralle sagte in komm nicht weiter..."dpkg was interrupted":

    sudo dpkg --configure -a
    

    eingeben. Und Updates nie unterbrechen!

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    R 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @ralle sagte in komm nicht weiter..."dpkg was interrupted":

      sudo dpkg --configure -a
      

      eingeben. Und Updates nie unterbrechen!

      R Offline
      R Offline
      ralle
      schrieb am zuletzt editiert von
      #3

      @thomas-braun vielen Dank, hab ich durchgeführt.

      nun siehe unten, etwas ist noch defekt

      pi@raspberrypi:~ $ sudo apt full-upgrade
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      You might want to run 'apt --fix-broken install' to correct these.
      The following packages have unmet dependencies:
       libgdk-pixbuf-2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is installed
       libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is installed
                               Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is installed
      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
      pi@raspberrypi:~ $ apt --fix-broken install
      E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
      E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • R ralle

        @thomas-braun vielen Dank, hab ich durchgeführt.

        nun siehe unten, etwas ist noch defekt

        pi@raspberrypi:~ $ sudo apt full-upgrade
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        You might want to run 'apt --fix-broken install' to correct these.
        The following packages have unmet dependencies:
         libgdk-pixbuf-2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is installed
         libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is installed
                                 Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is installed
        E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
        pi@raspberrypi:~ $ apt --fix-broken install
        E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
        E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #4

        @ralle

        sudo apt update
        sudo apt install --reinstall libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        R 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @ralle

          sudo apt update
          sudo apt install --reinstall libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev
          
          R Offline
          R Offline
          ralle
          schrieb am zuletzt editiert von
          #5

          @thomas-braun
          Sorry das ich dich nochmals belaste, es hat nicht geklappt....

          pi@raspberrypi:~ $ sudo apt install --reinstall libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          You might want to run 'apt --fix-broken install' to correct these.
          The following packages have unmet dependencies:
           libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
                                   Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
          E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
          pi@raspberrypi:~ $ apt --fix-broken install
          E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
          E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • R ralle

            @thomas-braun
            Sorry das ich dich nochmals belaste, es hat nicht geklappt....

            pi@raspberrypi:~ $ sudo apt install --reinstall libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            You might want to run 'apt --fix-broken install' to correct these.
            The following packages have unmet dependencies:
             libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
                                     Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
            E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
            pi@raspberrypi:~ $ apt --fix-broken install
            E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
            E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #6

            @ralle

            sudo apt update
            

            Ausgaben davon zeigen!

            apt policy libgdk-pixbuf*
            

            Und mach da erstmal nix per --fix-broken oder --force.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            R 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @ralle

              sudo apt update
              

              Ausgaben davon zeigen!

              apt policy libgdk-pixbuf*
              

              Und mach da erstmal nix per --fix-broken oder --force.

              R Offline
              R Offline
              ralle
              schrieb am zuletzt editiert von
              #7

              @thomas-braun

              vielen Dank das du dich dem annimmst

              pi@raspberrypi:~ $ sudo apt update
              Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              39 packages can be upgraded. Run 'apt list --upgradable' to see them.
              pi@raspberrypi:~ $
              
              
              pi@raspberrypi:~ $ apt policy libgdk-pixbuf*
              libgdk-pixbuf2.0-bin:
                Installed: 2.42.2+dfsg-1+deb11u1
                Candidate: 2.42.2+dfsg-1+deb11u2
                Version table:
                   2.42.2+dfsg-1+deb11u2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
               *** 2.42.2+dfsg-1+deb11u1 100
                      100 /var/lib/dpkg/status
              libgdk-pixbuf-xlib-2.0-0:
                Installed: 2.40.2-2
                Candidate: 2.40.2-2
                Version table:
               *** 2.40.2-2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
              libgdk-pixbuf2.0-dev:
                Installed: (none)
                Candidate: 2.40.2-2
                Version table:
                   2.40.2-2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              libgdk-pixbuf2.0-doc:
                Installed: (none)
                Candidate: 2.42.2+dfsg-1+deb11u2
                Version table:
                   2.42.2+dfsg-1+deb11u2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              libgdk-pixbuf-2.0-0:
                Installed: 2.42.2+dfsg-1+deb11u2
                Candidate: 2.42.2+dfsg-1+deb11u2
                Version table:
               *** 2.42.2+dfsg-1+deb11u2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
              libgdk-pixbuf2.0-0:
                Installed: 2.40.2-2
                Candidate: 2.40.2-2
                Version table:
               *** 2.40.2-2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • R ralle

                @thomas-braun

                vielen Dank das du dich dem annimmst

                pi@raspberrypi:~ $ sudo apt update
                Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                39 packages can be upgraded. Run 'apt list --upgradable' to see them.
                pi@raspberrypi:~ $
                
                
                pi@raspberrypi:~ $ apt policy libgdk-pixbuf*
                libgdk-pixbuf2.0-bin:
                  Installed: 2.42.2+dfsg-1+deb11u1
                  Candidate: 2.42.2+dfsg-1+deb11u2
                  Version table:
                     2.42.2+dfsg-1+deb11u2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                 *** 2.42.2+dfsg-1+deb11u1 100
                        100 /var/lib/dpkg/status
                libgdk-pixbuf-xlib-2.0-0:
                  Installed: 2.40.2-2
                  Candidate: 2.40.2-2
                  Version table:
                 *** 2.40.2-2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                libgdk-pixbuf2.0-dev:
                  Installed: (none)
                  Candidate: 2.40.2-2
                  Version table:
                     2.40.2-2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                libgdk-pixbuf2.0-doc:
                  Installed: (none)
                  Candidate: 2.42.2+dfsg-1+deb11u2
                  Version table:
                     2.42.2+dfsg-1+deb11u2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                libgdk-pixbuf-2.0-0:
                  Installed: 2.42.2+dfsg-1+deb11u2
                  Candidate: 2.42.2+dfsg-1+deb11u2
                  Version table:
                 *** 2.42.2+dfsg-1+deb11u2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                libgdk-pixbuf2.0-0:
                  Installed: 2.40.2-2
                  Candidate: 2.40.2-2
                  Version table:
                 *** 2.40.2-2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #8

                @ralle

                sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
                

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                R 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @ralle

                  sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
                  
                  R Offline
                  R Offline
                  ralle
                  schrieb am zuletzt editiert von
                  #9

                  @thomas-braun

                  gemacht....

                  pi@raspberrypi:~ $ sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  libgdk-pixbuf-2.0-0 is already the newest version (2.42.2+dfsg-1+deb11u2).
                  libgdk-pixbuf-2.0-0 set to manually installed.
                  libgdk-pixbuf-xlib-2.0-0 is already the newest version (2.40.2-2).
                  libgdk-pixbuf-xlib-2.0-0 set to manually installed.
                  You might want to run 'apt --fix-broken install' to correct these.
                  The following packages have unmet dependencies:
                   libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
                  E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • R ralle

                    @thomas-braun

                    gemacht....

                    pi@raspberrypi:~ $ sudo apt install libgdk-pixbuf2.0-bin libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf-2.0-0
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    libgdk-pixbuf-2.0-0 is already the newest version (2.42.2+dfsg-1+deb11u2).
                    libgdk-pixbuf-2.0-0 set to manually installed.
                    libgdk-pixbuf-xlib-2.0-0 is already the newest version (2.40.2-2).
                    libgdk-pixbuf-xlib-2.0-0 set to manually installed.
                    You might want to run 'apt --fix-broken install' to correct these.
                    The following packages have unmet dependencies:
                     libgdk-pixbuf-2.0-dev : Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
                    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #10

                    @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                    gir1.2-gdkpixbuf-2.0

                    sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    R 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                      gir1.2-gdkpixbuf-2.0

                      sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
                      
                      R Offline
                      R Offline
                      ralle
                      schrieb am zuletzt editiert von
                      #11

                      @thomas-braun

                      pi@raspberrypi:~ $ sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      You might want to run 'apt --fix-broken install' to correct these.
                      The following packages have unmet dependencies:
                       libgdk-pixbuf-2.0-dev : Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
                      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • R ralle

                        @thomas-braun

                        pi@raspberrypi:~ $ sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        You might want to run 'apt --fix-broken install' to correct these.
                        The following packages have unmet dependencies:
                         libgdk-pixbuf-2.0-dev : Depends: libgdk-pixbuf2.0-bin (= 2.42.2+dfsg-1+deb11u2) but 2.42.2+dfsg-1+deb11u1 is to be installed
                        E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #12

                        @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                        sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2
                        

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        R 2 Antworten Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                          sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2
                          
                          R Offline
                          R Offline
                          ralle
                          schrieb am zuletzt editiert von
                          #13

                          @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                          sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2

                          1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @ralle sagte in komm nicht weiter..."dpkg was interrupted":

                            sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2
                            
                            R Offline
                            R Offline
                            ralle
                            schrieb am zuletzt editiert von
                            #14

                            @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                            sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2

                            hat soweit geklappt, lief ohne Fehler durch. und nun?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • R ralle

                              @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                              sudo apt install gir1.2-gdkpixbuf-2.0=2.42.2+dfsg-1+deb11u2 libgdk-pixbuf2.0-bin=2.42.2+dfsg-1+deb11u2

                              hat soweit geklappt, lief ohne Fehler durch. und nun?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #15

                              @ralle

                              sudo apt update
                              sudo apt full-upgrade
                              

                              sagt nun?

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              R 2 Antworten Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @ralle

                                sudo apt update
                                sudo apt full-upgrade
                                

                                sagt nun?

                                R Offline
                                R Offline
                                ralle
                                schrieb am zuletzt editiert von ralle
                                #16

                                @thomas-braun
                                lief durch.. war es das?

                                pi@raspberrypi:~ $ sudo apt full-upgrade
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                Calculating upgrade... Done
                                The following packages were automatically installed and are no longer required:
                                  libfuse2 raspinfo
                                Use 'sudo apt autoremove' to remove them.
                                The following packages will be upgraded:
                                  gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-x libcurl3-gnutls
                                  libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libimlib2 libndp0
                                  libqt5concurrent5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                                  libqt5test5 libqt5xml5 libvlc-bin libvlc5 libvlccore9 nodejs python3-idna
                                  python3-pil qt5-gtk-platformtheme vlc vlc-bin vlc-data vlc-l10n
                                  vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                                  vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
                                  vlc-plugin-video-splitter vlc-plugin-visualization wpasupplicant xwayland
                                36 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                Need to get 0 B/53.9 MB of archives.
                                After this operation, 16.4 kB of additional disk space will be used.
                                Do you want to continue? [Y/n] y
                                Reading changelogs... Done
                                Extracting templates from packages: 100%
                                (Reading database ... 117751 files and directories currently installed.)
                                Preparing to unpack .../00-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                                Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                Preparing to unpack .../01-gstreamer1.0-alsa_1.18.4-2+deb11u2_armhf.deb ...
                                Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                Preparing to unpack .../02-gstreamer1.0-plugins-base_1.18.4-2+deb11u2_armhf.deb ...
                                Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                Preparing to unpack .../03-gstreamer1.0-x_1.18.4-2+deb11u2_armhf.deb ...
                                Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                Preparing to unpack .../04-libcurl3-gnutls_7.74.0-1.3+deb11u12_armhf.deb ...
                                Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) over (7.74.0-1.3+deb11u11) ...
                                Preparing to unpack .../05-libgstreamer-gl1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                                Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                Preparing to unpack .../06-libimlib2_1.7.1-2+deb11u1_armhf.deb ...
                                Unpacking libimlib2:armhf (1.7.1-2+deb11u1) over (1.7.1-2) ...
                                Preparing to unpack .../07-libndp0_1.6-1+deb11u1_armhf.deb ...
                                Unpacking libndp0:armhf (1.6-1+deb11u1) over (1.6-1) ...
                                Preparing to unpack .../08-libqt5concurrent5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../09-libqt5printsupport5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../10-libqt5sql5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../11-libqt5sql5-sqlite_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../12-libqt5test5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../13-libqt5xml5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../14-vlc_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../15-vlc-plugin-base_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../16-vlc-data_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                                Unpacking vlc-data (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../17-libvlccore9_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../18-vlc-plugin-skins2_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../19-vlc-plugin-qt_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../20-vlc-plugin-video-output_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../21-libvlc5_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../22-vlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-bin (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../23-libvlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../24-nodejs_18.20.4-1nodesource1_armhf.deb ...
                                Detected old npm client, removing...
                                Unpacking nodejs (18.20.4-1nodesource1) over (18.20.2-1nodesource1) ...
                                Preparing to unpack .../25-python3-idna_2.10-1+deb11u1_all.deb ...
                                Unpacking python3-idna (2.10-1+deb11u1) over (2.10-1) ...
                                Preparing to unpack .../26-python3-pil_8.1.2+dfsg-0.3+deb11u2_armhf.deb ...
                                Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) over (8.1.2+dfsg-0.3+deb11u1) ...
                                Preparing to unpack .../27-qt5-gtk-platformtheme_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                Unpacking qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                Preparing to unpack .../28-vlc-l10n_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                                Unpacking vlc-l10n (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../29-vlc-plugin-access-extra_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../30-vlc-plugin-notify_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../31-vlc-plugin-samba_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../32-vlc-plugin-video-splitter_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../33-vlc-plugin-visualization_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                Unpacking vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                Preparing to unpack .../34-wpasupplicant_2%3a2.9.0-21+deb11u1_armhf.deb ...
                                Unpacking wpasupplicant (2:2.9.0-21+deb11u1) over (2:2.9.0-21) ...
                                Preparing to unpack .../35-xwayland_2%3a1.20.11-1+rpt3+deb11u13_armhf.deb ...
                                Unpacking xwayland (2:1.20.11-1+rpt3+deb11u13) over (2:1.20.11-1+rpt3+deb11u11) ...
                                Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) ...
                                Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) ...
                                Setting up vlc-l10n (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up nodejs (18.20.4-1nodesource1) ...
                                Setting up qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up wpasupplicant (2:2.9.0-21+deb11u1) ...
                                Setting up libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) ...
                                Setting up libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) ...
                                Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) ...
                                Setting up python3-idna (2.10-1+deb11u1) ...
                                Setting up libimlib2:armhf (1.7.1-2+deb11u1) ...
                                Setting up libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up libndp0:armhf (1.6-1+deb11u1) ...
                                Setting up xwayland (2:1.20.11-1+rpt3+deb11u13) ...
                                Setting up libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up vlc-data (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u2) ...
                                Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) ...
                                Setting up libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                Setting up vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc-bin (1:3.0.21-0+rpt1+deb11u1) ...
                                Setting up vlc (1:3.0.21-0+rpt1+deb11u1) ...
                                Processing triggers for desktop-file-utils (0.26-1) ...
                                Processing triggers for hicolor-icon-theme (0.17-2) ...
                                Processing triggers for gnome-menus (3.36.0-1) ...
                                Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u10) ...
                                Processing triggers for man-db (2.9.4-2) ...
                                Processing triggers for dbus (1.12.28-0+deb11u1) ...
                                Processing triggers for mailcap (3.69) ...
                                Processing triggers for libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                
                                Thomas BraunT 2 Antworten Letzte Antwort
                                0
                                • R ralle

                                  @thomas-braun
                                  lief durch.. war es das?

                                  pi@raspberrypi:~ $ sudo apt full-upgrade
                                  Reading package lists... Done
                                  Building dependency tree... Done
                                  Reading state information... Done
                                  Calculating upgrade... Done
                                  The following packages were automatically installed and are no longer required:
                                    libfuse2 raspinfo
                                  Use 'sudo apt autoremove' to remove them.
                                  The following packages will be upgraded:
                                    gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-x libcurl3-gnutls
                                    libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libimlib2 libndp0
                                    libqt5concurrent5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                                    libqt5test5 libqt5xml5 libvlc-bin libvlc5 libvlccore9 nodejs python3-idna
                                    python3-pil qt5-gtk-platformtheme vlc vlc-bin vlc-data vlc-l10n
                                    vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                                    vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
                                    vlc-plugin-video-splitter vlc-plugin-visualization wpasupplicant xwayland
                                  36 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                  Need to get 0 B/53.9 MB of archives.
                                  After this operation, 16.4 kB of additional disk space will be used.
                                  Do you want to continue? [Y/n] y
                                  Reading changelogs... Done
                                  Extracting templates from packages: 100%
                                  (Reading database ... 117751 files and directories currently installed.)
                                  Preparing to unpack .../00-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                                  Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                  Preparing to unpack .../01-gstreamer1.0-alsa_1.18.4-2+deb11u2_armhf.deb ...
                                  Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                  Preparing to unpack .../02-gstreamer1.0-plugins-base_1.18.4-2+deb11u2_armhf.deb ...
                                  Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                  Preparing to unpack .../03-gstreamer1.0-x_1.18.4-2+deb11u2_armhf.deb ...
                                  Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                  Preparing to unpack .../04-libcurl3-gnutls_7.74.0-1.3+deb11u12_armhf.deb ...
                                  Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) over (7.74.0-1.3+deb11u11) ...
                                  Preparing to unpack .../05-libgstreamer-gl1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                                  Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                  Preparing to unpack .../06-libimlib2_1.7.1-2+deb11u1_armhf.deb ...
                                  Unpacking libimlib2:armhf (1.7.1-2+deb11u1) over (1.7.1-2) ...
                                  Preparing to unpack .../07-libndp0_1.6-1+deb11u1_armhf.deb ...
                                  Unpacking libndp0:armhf (1.6-1+deb11u1) over (1.6-1) ...
                                  Preparing to unpack .../08-libqt5concurrent5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../09-libqt5printsupport5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../10-libqt5sql5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../11-libqt5sql5-sqlite_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../12-libqt5test5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../13-libqt5xml5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../14-vlc_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../15-vlc-plugin-base_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../16-vlc-data_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                                  Unpacking vlc-data (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../17-libvlccore9_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../18-vlc-plugin-skins2_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../19-vlc-plugin-qt_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../20-vlc-plugin-video-output_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../21-libvlc5_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../22-vlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-bin (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../23-libvlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../24-nodejs_18.20.4-1nodesource1_armhf.deb ...
                                  Detected old npm client, removing...
                                  Unpacking nodejs (18.20.4-1nodesource1) over (18.20.2-1nodesource1) ...
                                  Preparing to unpack .../25-python3-idna_2.10-1+deb11u1_all.deb ...
                                  Unpacking python3-idna (2.10-1+deb11u1) over (2.10-1) ...
                                  Preparing to unpack .../26-python3-pil_8.1.2+dfsg-0.3+deb11u2_armhf.deb ...
                                  Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) over (8.1.2+dfsg-0.3+deb11u1) ...
                                  Preparing to unpack .../27-qt5-gtk-platformtheme_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                  Unpacking qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                  Preparing to unpack .../28-vlc-l10n_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                                  Unpacking vlc-l10n (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../29-vlc-plugin-access-extra_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../30-vlc-plugin-notify_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../31-vlc-plugin-samba_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../32-vlc-plugin-video-splitter_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../33-vlc-plugin-visualization_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                  Unpacking vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                  Preparing to unpack .../34-wpasupplicant_2%3a2.9.0-21+deb11u1_armhf.deb ...
                                  Unpacking wpasupplicant (2:2.9.0-21+deb11u1) over (2:2.9.0-21) ...
                                  Preparing to unpack .../35-xwayland_2%3a1.20.11-1+rpt3+deb11u13_armhf.deb ...
                                  Unpacking xwayland (2:1.20.11-1+rpt3+deb11u13) over (2:1.20.11-1+rpt3+deb11u11) ...
                                  Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) ...
                                  Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) ...
                                  Setting up vlc-l10n (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up nodejs (18.20.4-1nodesource1) ...
                                  Setting up qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up wpasupplicant (2:2.9.0-21+deb11u1) ...
                                  Setting up libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) ...
                                  Setting up libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) ...
                                  Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) ...
                                  Setting up python3-idna (2.10-1+deb11u1) ...
                                  Setting up libimlib2:armhf (1.7.1-2+deb11u1) ...
                                  Setting up libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up libndp0:armhf (1.6-1+deb11u1) ...
                                  Setting up xwayland (2:1.20.11-1+rpt3+deb11u13) ...
                                  Setting up libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up vlc-data (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u2) ...
                                  Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) ...
                                  Setting up libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                  Setting up vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc-bin (1:3.0.21-0+rpt1+deb11u1) ...
                                  Setting up vlc (1:3.0.21-0+rpt1+deb11u1) ...
                                  Processing triggers for desktop-file-utils (0.26-1) ...
                                  Processing triggers for hicolor-icon-theme (0.17-2) ...
                                  Processing triggers for gnome-menus (3.36.0-1) ...
                                  Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u10) ...
                                  Processing triggers for man-db (2.9.4-2) ...
                                  Processing triggers for dbus (1.12.28-0+deb11u1) ...
                                  Processing triggers for mailcap (3.69) ...
                                  Processing triggers for libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #17

                                  @ralle

                                  Dann

                                  iob stop 
                                  sudo reboot
                                  

                                  und wenn die Kiste wieder oben ist die Ausgaben zu

                                  sudo apt update
                                  sudo apt full-upgrade
                                  

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Antwort Letzte Antwort
                                  0
                                  • R ralle

                                    @thomas-braun
                                    lief durch.. war es das?

                                    pi@raspberrypi:~ $ sudo apt full-upgrade
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    Calculating upgrade... Done
                                    The following packages were automatically installed and are no longer required:
                                      libfuse2 raspinfo
                                    Use 'sudo apt autoremove' to remove them.
                                    The following packages will be upgraded:
                                      gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-x libcurl3-gnutls
                                      libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libimlib2 libndp0
                                      libqt5concurrent5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                                      libqt5test5 libqt5xml5 libvlc-bin libvlc5 libvlccore9 nodejs python3-idna
                                      python3-pil qt5-gtk-platformtheme vlc vlc-bin vlc-data vlc-l10n
                                      vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                                      vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
                                      vlc-plugin-video-splitter vlc-plugin-visualization wpasupplicant xwayland
                                    36 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                    Need to get 0 B/53.9 MB of archives.
                                    After this operation, 16.4 kB of additional disk space will be used.
                                    Do you want to continue? [Y/n] y
                                    Reading changelogs... Done
                                    Extracting templates from packages: 100%
                                    (Reading database ... 117751 files and directories currently installed.)
                                    Preparing to unpack .../00-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                                    Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                    Preparing to unpack .../01-gstreamer1.0-alsa_1.18.4-2+deb11u2_armhf.deb ...
                                    Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                    Preparing to unpack .../02-gstreamer1.0-plugins-base_1.18.4-2+deb11u2_armhf.deb ...
                                    Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                    Preparing to unpack .../03-gstreamer1.0-x_1.18.4-2+deb11u2_armhf.deb ...
                                    Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                    Preparing to unpack .../04-libcurl3-gnutls_7.74.0-1.3+deb11u12_armhf.deb ...
                                    Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) over (7.74.0-1.3+deb11u11) ...
                                    Preparing to unpack .../05-libgstreamer-gl1.0-0_1.18.4-2+deb11u2_armhf.deb ...
                                    Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) over (1.18.4-2+deb11u1) ...
                                    Preparing to unpack .../06-libimlib2_1.7.1-2+deb11u1_armhf.deb ...
                                    Unpacking libimlib2:armhf (1.7.1-2+deb11u1) over (1.7.1-2) ...
                                    Preparing to unpack .../07-libndp0_1.6-1+deb11u1_armhf.deb ...
                                    Unpacking libndp0:armhf (1.6-1+deb11u1) over (1.6-1) ...
                                    Preparing to unpack .../08-libqt5concurrent5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../09-libqt5printsupport5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../10-libqt5sql5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../11-libqt5sql5-sqlite_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../12-libqt5test5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../13-libqt5xml5_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../14-vlc_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../15-vlc-plugin-base_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../16-vlc-data_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                                    Unpacking vlc-data (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../17-libvlccore9_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../18-vlc-plugin-skins2_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../19-vlc-plugin-qt_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../20-vlc-plugin-video-output_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../21-libvlc5_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../22-vlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-bin (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../23-libvlc-bin_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../24-nodejs_18.20.4-1nodesource1_armhf.deb ...
                                    Detected old npm client, removing...
                                    Unpacking nodejs (18.20.4-1nodesource1) over (18.20.2-1nodesource1) ...
                                    Preparing to unpack .../25-python3-idna_2.10-1+deb11u1_all.deb ...
                                    Unpacking python3-idna (2.10-1+deb11u1) over (2.10-1) ...
                                    Preparing to unpack .../26-python3-pil_8.1.2+dfsg-0.3+deb11u2_armhf.deb ...
                                    Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) over (8.1.2+dfsg-0.3+deb11u1) ...
                                    Preparing to unpack .../27-qt5-gtk-platformtheme_5.15.2+dfsg-9+rpi1+deb11u1_armhf.deb ...
                                    Unpacking qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) over (5.15.2+dfsg-9+rpi1) ...
                                    Preparing to unpack .../28-vlc-l10n_1%3a3.0.21-0+rpt1+deb11u1_all.deb ...
                                    Unpacking vlc-l10n (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../29-vlc-plugin-access-extra_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../30-vlc-plugin-notify_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../31-vlc-plugin-samba_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../32-vlc-plugin-video-splitter_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../33-vlc-plugin-visualization_1%3a3.0.21-0+rpt1+deb11u1_armhf.deb ...
                                    Unpacking vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) over (1:3.0.20-0+rpt1+deb11u1) ...
                                    Preparing to unpack .../34-wpasupplicant_2%3a2.9.0-21+deb11u1_armhf.deb ...
                                    Unpacking wpasupplicant (2:2.9.0-21+deb11u1) over (2:2.9.0-21) ...
                                    Preparing to unpack .../35-xwayland_2%3a1.20.11-1+rpt3+deb11u13_armhf.deb ...
                                    Unpacking xwayland (2:1.20.11-1+rpt3+deb11u13) over (2:1.20.11-1+rpt3+deb11u11) ...
                                    Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u2) ...
                                    Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u12) ...
                                    Setting up vlc-l10n (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up nodejs (18.20.4-1nodesource1) ...
                                    Setting up qt5-gtk-platformtheme:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up libqt5sql5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up wpasupplicant (2:2.9.0-21+deb11u1) ...
                                    Setting up libqt5printsupport5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u2) ...
                                    Setting up libqt5xml5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u2) ...
                                    Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u2) ...
                                    Setting up python3-idna (2.10-1+deb11u1) ...
                                    Setting up libimlib2:armhf (1.7.1-2+deb11u1) ...
                                    Setting up libvlccore9:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-qt:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up libndp0:armhf (1.6-1+deb11u1) ...
                                    Setting up xwayland (2:1.20.11-1+rpt3+deb11u13) ...
                                    Setting up libqt5test5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up libqt5concurrent5:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up vlc-data (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-notify:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-video-output:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-samba:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u2) ...
                                    Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u2) ...
                                    Setting up libqt5sql5-sqlite:armhf (5.15.2+dfsg-9+rpi1+deb11u1) ...
                                    Setting up vlc-plugin-skins2:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-video-splitter:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up libvlc5:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-visualization:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-access-extra:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-plugin-base:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc-bin (1:3.0.21-0+rpt1+deb11u1) ...
                                    Setting up vlc (1:3.0.21-0+rpt1+deb11u1) ...
                                    Processing triggers for desktop-file-utils (0.26-1) ...
                                    Processing triggers for hicolor-icon-theme (0.17-2) ...
                                    Processing triggers for gnome-menus (3.36.0-1) ...
                                    Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u10) ...
                                    Processing triggers for man-db (2.9.4-2) ...
                                    Processing triggers for dbus (1.12.28-0+deb11u1) ...
                                    Processing triggers for mailcap (3.69) ...
                                    Processing triggers for libvlc-bin:armhf (1:3.0.21-0+rpt1+deb11u1) ...
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #18

                                    @ralle

                                    Schalt den Desktop-Krempel aus...
                                    Je weniger unnützes Zeuch da mitrumpelt desto einfacher sind auch Paketupdates und deren Abhängigkeiten aufzulösen.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    R 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @ralle

                                      Schalt den Desktop-Krempel aus...
                                      Je weniger unnützes Zeuch da mitrumpelt desto einfacher sind auch Paketupdates und deren Abhängigkeiten aufzulösen.

                                      R Offline
                                      R Offline
                                      ralle
                                      schrieb am zuletzt editiert von
                                      #19

                                      @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                                      Schalt den Desktop-Krempel aus... --- für dich leicht gesagt, ist das für mich auch möglich??

                                      hier die Liste nach "Full-upgrade"

                                      pi@raspberrypi:~ $ sudo apt update
                                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      All packages are up to date.
                                      pi@raspberrypi:~ $ sudo apt full-upgrade
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      Calculating upgrade... Done
                                      The following packages were automatically installed and are no longer required:
                                        libfuse2 raspinfo
                                      Use 'sudo apt autoremove' to remove them.
                                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                      pi@raspberrypi:~ $
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • R ralle

                                        @thomas-braun said in komm nicht weiter..."dpkg was interrupted":

                                        Schalt den Desktop-Krempel aus... --- für dich leicht gesagt, ist das für mich auch möglich??

                                        hier die Liste nach "Full-upgrade"

                                        pi@raspberrypi:~ $ sudo apt update
                                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                        Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        All packages are up to date.
                                        pi@raspberrypi:~ $ sudo apt full-upgrade
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        Calculating upgrade... Done
                                        The following packages were automatically installed and are no longer required:
                                          libfuse2 raspinfo
                                        Use 'sudo apt autoremove' to remove them.
                                        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                        pi@raspberrypi:~ $
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #20

                                        @ralle

                                        Jetzt passt es. Bring das ganze noch auf

                                        iob nodejs-update 20
                                        

                                        Und in nächster Zeit per kompletter Neuinstallation (dann gleich ohne Desktop-Umgebung) auf Raspberry OS 12 'Bookworm'.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        R 2 Antworten Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @ralle

                                          Jetzt passt es. Bring das ganze noch auf

                                          iob nodejs-update 20
                                          

                                          Und in nächster Zeit per kompletter Neuinstallation (dann gleich ohne Desktop-Umgebung) auf Raspberry OS 12 'Bookworm'.

                                          R Offline
                                          R Offline
                                          ralle
                                          schrieb am zuletzt editiert von
                                          #21

                                          @thomas-braun

                                          kannst du mir in 2-3 Sätzen sagen was du da jetzt gemacht hast, worin das Problem lag...

                                          vielen Dank für deine Hilfe.

                                          Neuinstallation werde ich mal machen.... nächste Herrausforderung 🙂

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          779

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe