Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. iobroker zeschossen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    iobroker zeschossen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Krisiun
      Krisiun @Thomas Braun last edited by

      @thomas-braun sagte in iobroker zeschossen:

      @krisiun sagte in iobroker zeschossen:

      Ignoring file 'nodesource.listy'

      Die Datei ist zu viel, lösch die.

      sudo rm /etc/apt/sources.list./nodesource.listy
      

      Und die /etc/apt/sources.list.d/nodesource.list ist noch falsch.

      Mir ist wirklich peinlich aber sag mir bitte wie das machen kann ?

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Krisiun last edited by

        @krisiun

        Mit einem Editor.

        sudo nano /etc/apt/sources.list.d/nodesource.list
        

        Speichern mit Strg-O, nano verlassen mit Strg-X

        Krisiun 2 Replies Last reply Reply Quote 0
        • Krisiun
          Krisiun @Thomas Braun last edited by

          @thomas-braun sagte in iobroker zeschossen:

          @krisiun

          Mit einem Editor.

          sudo nano /etc/apt/sources.list.d/nodesource.list
          

          Speichern mit Strg-O, nano verlassen mit Strg-X

          Das heißt wenn ich schon im Editor drin bin soll ich nur die Befehle ausführen oder muss ich noch was reinschreiben?

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Krisiun
            Krisiun @Thomas Braun last edited by

            @thomas-braun

            ^c
            ^x
            x
            Xdeb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
            
            1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Krisiun last edited by

              @krisiun

              Mei einem Editor editiert man Textdateien. In der nodesource.list darf am Ende nur die eine Zeile drin stehen:

              deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main
              
              Krisiun 1 Reply Last reply Reply Quote 0
              • Krisiun
                Krisiun @Thomas Braun last edited by

                @thomas-braun
                Ich weiß schon was Editor ist aber wie bekomme ich die unbrauchbare Sachen weg die bei mir angezeigt werden?

                ^c
                ^x
                x
                Xdeb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                
                Krisiun Thomas Braun 2 Replies Last reply Reply Quote 0
                • Krisiun
                  Krisiun @Krisiun last edited by

                  @krisiun
                  Editor hier funktioniert ganz anderes wie im Windows

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Krisiun last edited by

                    @krisiun

                    Mit der Backspacetaste? Mit der Entfernen-Taste?
                    Das ist doch überhaupt nichts ungewöhnliches?

                    Krisiun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Krisiun last edited by

                      @krisiun sagte in iobroker zeschossen:

                      Editor hier funktioniert ganz anderes wie im Windows

                      ??? Die Tasten sind doch ganz genau die gleichen?

                      bahnuhr 1 Reply Last reply Reply Quote 0
                      • Krisiun
                        Krisiun @Thomas Braun last edited by

                        @thomas-braun
                        Wenn das so einfach wäre? Was glaubst Du was ich die ganze Zeit schon probiere und das nicht geht?
                        Sonst würde ich nicht so dumme Fragen stellen. Ich dachte es gibt hier ein Trick oder so. Aber auf dieser Weise funktioniert das leider nicht bei mir. Ich weiß, bin eine absolute Ausnahme 🙂

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • bahnuhr
                          bahnuhr Forum Testing Most Active @Thomas Braun last edited by

                          @thomas-braun

                          vielleicht läuft hier "Verstehen Sie Spaß".

                          Denn seine Tastatur hat die "del" Taste nicht.

                          1 Reply Last reply Reply Quote 1
                          • bahnuhr
                            bahnuhr Forum Testing Most Active last edited by

                            @Krisiun

                            @Thomas-Braun hat doch oben alles geschrieben:

                            sudo nano /etc/apt/sources.list.d/nodesource.list

                            dann den falschen Text raus löschen und dann Speichern mit Strg-O, nano verlassen mit Strg-X

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

                              und genau dies x und c sind da incl^, also Steuerzeichen eingetragen

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Krisiun last edited by Thomas Braun

                                @krisiun sagte in iobroker zeschossen:

                                Wenn das so einfach wäre? Was glaubst Du was ich die ganze Zeit schon probiere und das nicht geht?

                                Also in meinem 'nano' kann ich mit den Pfeiltasten den Cursor bewegen und mit den üblichen Tasten dann den Text bearbeiten.

                                Mach es so:

                                
                                echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
                                

                                (Also außerhalb des störrischen Editors, im Terminal)

                                Krisiun 2 Replies Last reply Reply Quote 0
                                • Krisiun
                                  Krisiun @Thomas Braun last edited by

                                  @thomas-braun

                                  So jetzt hats funktioniert und alle anderen lachen mich aus. Aber ist OK. Bin doch nur ein Anfänger 🙂

                                  deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Krisiun
                                    Krisiun @Thomas Braun last edited by

                                    @thomas-braun

                                    Wenn Du/Ihr noch Zeit und Geduld habt, was kommt dann?

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Krisiun last edited by

                                      @krisiun sagte in iobroker zeschossen:

                                      Bin doch nur ein Anfänger

                                      Der dann in einer root-shell genau Null verloren hat.

                                      sudo apt update
                                      apt policy nodejs
                                      

                                      liefert?

                                      Krisiun 2 Replies Last reply Reply Quote 0
                                      • Krisiun
                                        Krisiun @Thomas Braun last edited by

                                        @thomas-braun
                                        moment ich kann den editor nicht verlassen

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Krisiun last edited by

                                          @krisiun sagte in iobroker zeschossen:

                                          moment ich kann den editor nicht verlassen

                                          Du solltest den echo...-Kram ja gerade NICHT in den Editor knallen, sondern in dein Terminal.

                                          Strg-X schließt nano.

                                          1 Reply Last reply Reply Quote 0
                                          • Krisiun
                                            Krisiun @Thomas Braun last edited by

                                            @thomas-braun

                                            krisiun@Marek2:/root$ sudo apt update
                                            Get:1 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
                                            Hit:2 https://deb.nodesource.com/node_18.x nodistro InRelease
                                            Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
                                            Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
                                            Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
                                            Err:1 https://dl.yarnpkg.com/debian stable InRelease
                                              The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                            Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
                                            Err:2 https://deb.nodesource.com/node_18.x nodistro InRelease
                                              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                            Fetched 355 kB in 4s (94.6 kB/s)
                                            Reading package lists... Done
                                            Building dependency tree... Done
                                            Reading state information... Done
                                            1 package can be upgraded. Run 'apt list --upgradable' to see it.
                                            N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                            W: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                            W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
                                            W: Some index files failed to download. They have been ignored, or old ones used instead.
                                            krisiun@Marek2:/root$ apt policy nodejs
                                            nodejs:
                                              Installed: 12.22.9~dfsg-1ubuntu3
                                              Candidate: 18.18.0-1nodesource1
                                              Version table:
                                                 18.18.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.17.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.17.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.16.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.16.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.15.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.14.2-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.14.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.14.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.13.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.12.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.11.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.10.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.9.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.9.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.8.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.7.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.6.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.5.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.4.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.3.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.2.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.1.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.0.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             *** 12.22.9~dfsg-1ubuntu3 500
                                                    500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                                    100 /var/lib/dpkg/status
                                            N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invali
                                            
                                            Thomas Braun 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

                                            1.0k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            175
                                            14914
                                            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