<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Latest NodeJS and NPM in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 21 Mar 2023 06:16:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1653090</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 08:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20824#comment-1653090</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1653001&quot;&gt;AllenF&lt;/a&gt;.

@AlienF,

Remove the lock file
&lt;pre&gt;
$ sudo rm /var/lib/apt/lists/lock
&lt;/pre&gt;
Then run the command again as root user.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1653001">AllenF</a>.</p>
<p>@AlienF,</p>
<p>Remove the lock file</p>
<pre>
$ sudo rm /var/lib/apt/lists/lock
</pre>
<p>Then run the command again as root user.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AllenF		</title>
		<link>https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1653001</link>

		<dc:creator><![CDATA[AllenF]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 07:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20824#comment-1653001</guid>

					<description><![CDATA[Trying to install nodejs.

E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - Remove Caches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - Remove caches (13: Permission denied)]]></description>
			<content:encoded><![CDATA[<p>Trying to install nodejs.</p>
<p>E: Could not open lock file /var/lib/apt/lists/lock &#8211; open (13: Permission denied)<br />
E: Unable to lock directory /var/lib/apt/lists/<br />
W: Problem unlinking the file /var/cache/apt/pkgcache.bin &#8211; Remove Caches (13: Permission denied)<br />
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin &#8211; Remove caches (13: Permission denied)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AllenF		</title>
		<link>https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652994</link>

		<dc:creator><![CDATA[AllenF]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 06:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20824#comment-1652994</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652955&quot;&gt;Ravi Saive&lt;/a&gt;.

That seemed to help.  Thanks. I am going to try to reload nodejs  
Allen]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652955">Ravi Saive</a>.</p>
<p>That seemed to help.  Thanks. I am going to try to reload nodejs<br />
Allen</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652955</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 06:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20824#comment-1652955</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652916&quot;&gt;AllenF&lt;/a&gt;.

@AlienF,

Try these commands to fix the error.
&lt;pre&gt;
$ export LC_ALL=&quot;en_US.UTF-8&quot;
$ sudo dpkg-reconfigure locales
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652916">AllenF</a>.</p>
<p>@AlienF,</p>
<p>Try these commands to fix the error.</p>
<pre>
$ export LC_ALL="en_US.UTF-8"
$ sudo dpkg-reconfigure locales
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AllenF		</title>
		<link>https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/comment-page-1/#comment-1652916</link>

		<dc:creator><![CDATA[AllenF]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 05:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20824#comment-1652916</guid>

					<description><![CDATA[I tried to load &lt;strong&gt;nodejs&lt;/strong&gt; into RPi 3B+ w/ raspbian Deb. 

Some errors: 
&lt;pre&gt;
Get:1 https://deb.nodesourcs.com/node_14.x bullseye/main armhf 
nodejs armhf 14.18.-deb-1nodesourse1 {22.9mb}
Fetched 22.9mb in 26s (873 kb/s)
apt-listchanges: can&#039;t set locale: make sure SLC-* and Slang are correct!
perl: warning: Setting locale failed.
perl: warning: Please check your locale settings
LANGUAGE = (unset),
LC_all = (unset),
LANG = &quot;en_GB.UTF-8&quot; are supported on you system.
perl: warning: Falling back to the standard  locale (&quot;C&quot;)
&lt;/pre&gt;
Also,
&lt;pre&gt;
$ nodejs --version bash: nodejs: command not found.
$ npm --version 6.14.15
&lt;/pre&gt;
What is wrong here and how do I fix it?  

Thanks
AllenF]]></description>
			<content:encoded><![CDATA[<p>I tried to load <strong>nodejs</strong> into RPi 3B+ w/ raspbian Deb. </p>
<p>Some errors: </p>
<pre>
Get:1 https://deb.nodesourcs.com/node_14.x bullseye/main armhf 
nodejs armhf 14.18.-deb-1nodesourse1 {22.9mb}
Fetched 22.9mb in 26s (873 kb/s)
apt-listchanges: can't set locale: make sure SLC-* and Slang are correct!
perl: warning: Setting locale failed.
perl: warning: Please check your locale settings
LANGUAGE = (unset),
LC_all = (unset),
LANG = "en_GB.UTF-8" are supported on you system.
perl: warning: Falling back to the standard  locale ("C")
</pre>
<p>Also,</p>
<pre>
$ nodejs --version bash: nodejs: command not found.
$ npm --version 6.14.15
</pre>
<p>What is wrong here and how do I fix it?  </p>
<p>Thanks<br />
AllenF</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
