<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Iobroker kann NodeJS nicht installieren (gelöst)]]></title><description><![CDATA[<p dir="auto">Hallo</p>
<p dir="auto">Mein Arbeitskollege möchte Zuhause auch mit Visu anfangen, jetzt wollte ich ihm auf seinem NUC mit Proxmox den Iobroker installieren, bekomme aber Fehlermeldungen. Wer kann mir sagen, warum ich NodeJS nicht installieren kann?</p>
<pre><code>Ubuntu 18.04.1 LTS Iobroker tty1

Iobroker login: admin
Password: 
Welcome to Ubuntu 18.04.1 LTS (GNU/Linux 5.15.30-2-pve x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settings


The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To run a command as administrator (user "root"), use "sudo &lt;command&gt;".
See "man sudo_root" for details.

admin@Iobroker:~$ sudo apt-get update &amp;&amp; sudo apt-get upgrade
[sudo] password for admin: 
Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease
  Temporary failure resolving 'archive.ubuntu.com'
Err:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
  Temporary failure resolving 'archive.ubuntu.com'
Err:3 http://archive.ubuntu.com/ubuntu bionic-security InRelease
  Temporary failure resolving 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease  Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease  Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-security/InRelease  Temporary failure resolving 'archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
admin@Iobroker:~$ node -v

Command 'node' not found, but can be installed with:

sudo apt install nodejs

admin@Iobroker:~$ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -

Command 'curl' not found, but can be installed with:

sudo apt install curl

admin@Iobroker:~$ sudo apt install curl
Reading package lists... Done
Building dependency tree... Done
The following additional packages will be installed:
  libasn1-8-heimdal libcurl4 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libldap-2.4-2
  libldap-common libnghttp2-14 libroken18-heimdal librtmp1 libwind0-heimdal
The following NEW packages will be installed:
  curl libasn1-8-heimdal libcurl4 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libldap-2.4-2
  libldap-common libnghttp2-14 libroken18-heimdal librtmp1 libwind0-heimdal
0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
Need to get 1480 kB of archives.
After this operation, 4934 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1
  Temporary failure resolving 'archive.ubuntu.com'
Err:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.1
  Temporary failure resolving 'archive.ubuntu.com'
Err:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.1
  Temporary failure resolving 'archive.ubuntu.com'
Err:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1
  Temporary failure resolving 'archive.ubuntu.com'
Err:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1
  Temporary failure resolving 'archive.ubuntu.com'
Ign:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.5
Ign:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.5
Err:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.5
  Temporary failure resolving 'archive.ubuntu.com'
Err:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.5
  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libroken18-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libwind0-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/heimdal/libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-common_2.4.45+dfsg-1ubuntu1.1_all.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-2.4-2_2.4.45+dfsg-1ubuntu1.1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nghttp2/libnghttp2-14_1.30.0-1ubuntu1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rtmpdump/librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4_7.58.0-2ubuntu3.5_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.58.0-2ubuntu3.5_amd64.deb  Temporary failure resolving 'archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
admin@Iobroker:~$ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -

Command 'curl' not found, but can be installed with:

sudo apt install curl

admin@Iobroker:~$ 
</code></pre>
<p dir="auto">Die Anforderung sudo apt install curl hab ich schon ausgeführt.</p>
]]></description><link>https://forum.iobroker.net/topic/56836/iobroker-kann-nodejs-nicht-installieren-gelöst</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 01:36:11 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/56836.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Jul 2022 18:17:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:38:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a></p>
<p dir="auto">Und installier nodejs NICHT zuvor von Hand, das machst du über den iobroker-Installer.</p>
]]></description><link>https://forum.iobroker.net/post/836791</link><guid isPermaLink="true">https://forum.iobroker.net/post/836791</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:38:16 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:31:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
Hab den Fehler selbst gefunden. Es ist der Mensch, der an der Tastatur und an der Maus ist.<br />
Habe nicht gemerkt, das ich nicht DHCP angewählt habe sondern auf Statisch gelassen habe und keine IP Adresse eingegen habe. Dadurch ist der Fehler entstanden.</p>
]]></description><link>https://forum.iobroker.net/post/836789</link><guid isPermaLink="true">https://forum.iobroker.net/post/836789</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:31:13 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:27:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte in <a href="/post/836780">Iobroker kann NodeJS nicht installieren</a>:</p>
<blockquote>
<p dir="auto">Netzwerkkarte ist die richtige eingetragen</p>
</blockquote>
<p dir="auto">bist du per puty drauf?<br />
dann kommt die VM nur nicht ins Internet.</p>
<p dir="auto">oder spielt ihr da auch mit Containern?</p>
]]></description><link>https://forum.iobroker.net/post/836786</link><guid isPermaLink="true">https://forum.iobroker.net/post/836786</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:27:11 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:24:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/836783">Iobroker kann NodeJS nicht installieren</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a></p>
<p dir="auto">Bei ProxMurks bin ich raus.</p>
<p dir="auto">Ich würde aber auch (wenn es denn schon ubuntu sein muss...) auch was aktuelleres nehmen. 22.04 LTS ist das im Moment. Die 18.04 stirbt in einem Jahr aus.</p>
</blockquote>
<p dir="auto">Danke für den Tipp.<br />
Wenn ich das mit den Netzwerk hinkriege, werde ich auf das aktuelle gehen.</p>
]]></description><link>https://forum.iobroker.net/post/836784</link><guid isPermaLink="true">https://forum.iobroker.net/post/836784</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:24:06 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:23:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a></p>
<p dir="auto">Bei ProxMurks bin ich raus.</p>
<p dir="auto">Ich würde aber auch (wenn es denn schon ubuntu sein muss...) auch was aktuelleres nehmen. 22.04 LTS ist das im Moment. Die 18.04 stirbt in einem Jahr aus.</p>
]]></description><link>https://forum.iobroker.net/post/836783</link><guid isPermaLink="true">https://forum.iobroker.net/post/836783</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:23:01 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:21:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/836777">Iobroker kann NodeJS nicht installieren</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a></p>
<p dir="auto">Die Kiste kommt nicht raus aus dem Netzwerk.</p>
</blockquote>
<p dir="auto">Und wie kann ich das überprüfen?<br />
Netzwerkkarte ist die richtige eingetragen</p>
]]></description><link>https://forum.iobroker.net/post/836780</link><guid isPermaLink="true">https://forum.iobroker.net/post/836780</guid><dc:creator><![CDATA[stefu87_CH]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:21:01 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:19:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a></p>
<p dir="auto">Die Kiste kommt nicht raus aus dem Netzwerk.</p>
]]></description><link>https://forum.iobroker.net/post/836777</link><guid isPermaLink="true">https://forum.iobroker.net/post/836777</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:19:25 GMT</pubDate></item><item><title><![CDATA[Reply to Iobroker kann NodeJS nicht installieren (gelöst) on Sun, 31 Jul 2022 18:18:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefu87_ch" aria-label="Profile: stefu87_ch">@<bdi>stefu87_ch</bdi></a> sagte in <a href="/post/836774">Iobroker kann NodeJS nicht installieren</a>:</p>
<blockquote>
<p dir="auto">Check your Internet connection</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/836776</link><guid isPermaLink="true">https://forum.iobroker.net/post/836776</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Sun, 31 Jul 2022 18:18:57 GMT</pubDate></item></channel></rss>