<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Install node.js on Debian Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-node-js-on-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 04 Dec 2019 13:12:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How To Install latest node.js 13 on Ubuntu 19.04 / Debian / Linux</title>
		<link>https://www.osradar.com/how-to-install-latest-node-js-13-on-ubuntu-19-04-debian-linux/</link>
					<comments>https://www.osradar.com/how-to-install-latest-node-js-13-on-ubuntu-19-04-debian-linux/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 13:12:48 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Install node.js 13]]></category>
		<category><![CDATA[Install node.js on Debian]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16115</guid>

					<description><![CDATA[<p>At the end of this tutorial, you will be able to Install Node.js 13 (the latest version) smoothly on Ubuntu / Debian / Linux Mint. So, follow the steps to proceed further. Step 1: Update the system First of all update your system by running the given command. sudo apt -y update &#38;&#38; sudo apt [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-latest-node-js-13-on-ubuntu-19-04-debian-linux/">How To Install latest node.js 13 on Ubuntu 19.04 / Debian / Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>At the end of this tutorial, you will be able to Install Node.js 13 (the latest version) smoothly on Ubuntu / Debian / Linux Mint. So, follow the steps to proceed further. </p>



<h3><strong>Step 1: Update the system</strong></h3>



<p>First of all update your system by running the given command.</p>



<pre class="wp-block-verse">sudo apt -y update &amp;&amp; sudo apt -y upgrade</pre>



<h3><strong>Step 2: Install Node.js 13 on Ubuntu / Debian / Linux Mint</strong></h3>



<p>You can install node.js 13 after updating the system and then installing the required repository.</p>



<pre class="wp-block-verse">curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -</pre>



<p>After creating directory, you can move forward to Install Node.js 13 on Ubuntu / Debian / Linux Mint.</p>



<pre class="wp-block-verse">sudo apt-get install -y nodejs</pre>



<p>You can check your installed version by following this command.</p>



<pre class="wp-block-verse">node -V</pre>



<p>For Installing Development tools, run the following command as a root or with sudo privileges.</p>



<pre class="wp-block-verse">sudo apt-get install gcc g++ make</pre>



<p>For yarn package Installation follow the below step</p>



<pre class="wp-block-verse">curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -<br>
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list<br>
sudo apt-get update &amp;&amp; sudo apt-get install yarn</pre>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-latest-node-js-13-on-ubuntu-19-04-debian-linux/">How To Install latest node.js 13 on Ubuntu 19.04 / Debian / Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-latest-node-js-13-on-ubuntu-19-04-debian-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
