<?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>RPI &#8211; Made For Cloud</title>
	<atom:link href="https://madeforcloud.com/category/rpi/feed/" rel="self" type="application/rss+xml" />
	<link>https://madeforcloud.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 29 Mar 2020 04:33:16 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Dotnet core 3.1 on Raspberry Pi 4</title>
		<link>https://madeforcloud.com/2020/03/29/dotnet-core-3-1-on-raspberry-pi-4/</link>
					<comments>https://madeforcloud.com/2020/03/29/dotnet-core-3-1-on-raspberry-pi-4/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Sun, 29 Mar 2020 04:33:16 +0000</pubDate>
				<category><![CDATA[dotnet]]></category>
		<category><![CDATA[RPI]]></category>
		<guid isPermaLink="false">https://madeforcloud.com/?p=108</guid>

					<description><![CDATA[Don&#8217;t believe sites telling you it&#8217;s hard to install Dotnet core on a Raspberry Pi 4 &#8211; it isn&#8217;t and hopefully I haven&#8217;t tempted fate by showing how simple it is 🙂 Wander over to https://dotnet.microsoft.com/download/dotnet-core/scripts and you&#8217;ll find the installation script. You can download the bash script and execute it. Then it&#8217;s just a&#8230;<p><a class="more-link" href="https://madeforcloud.com/2020/03/29/dotnet-core-3-1-on-raspberry-pi-4/" title="Continue reading &#8216;Dotnet core 3.1 on Raspberry Pi 4&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>Don&#8217;t believe sites telling you it&#8217;s hard to install Dotnet core on a Raspberry Pi 4 &#8211; it isn&#8217;t and hopefully I haven&#8217;t tempted fate by showing how simple it is  <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>



<pre class="wp-block-code"><code>pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10.3 (buster)
Release:        10.3
Codename:       buster</code></pre>



<p>Wander over to <a href="https://dotnet.microsoft.com/download/dotnet-core/scripts">https://dotnet.microsoft.com/download/dotnet-core/scripts</a> and you&#8217;ll find the installation script.    You can download the bash script and execute it.</p>



<pre class="wp-block-code"><code>pi@raspberrypi:~ $ bash dotnet-install.sh
dotnet_install: Warning: Unable to locate zlib. Probable prerequisite missing; install zlib.
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/3.1.201/dotnet-sdk-3.1.201-linux-arm.tar.gz
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/3.1.201/dotnet-sdk-3.1.201-linux-arm.tar.gz
dotnet-install: Adding to current process PATH: `/home/pi/.dotnet`. Note: This change will be visible only when sourcing script.
dotnet-install: Installation finished successfully.</code></pre>



<p>Then it&#8217;s just a simple case of adding <strong>/home/pi/.dotnet  </strong>to your system PATH variable.</p>



<pre class="wp-block-code"><code>pi@raspberrypi:~ $ dotnet --version
3.1.201</code></pre>



<p>Wondering about the missing pre-requisite for zlib &#8211; so was I.  The installer is looking for zlib via a ldconfig command.  It seems package zlib1g-dev installs it as libz so the check fails.   I&#8217;ll update this post if I run into any actual problems.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2020/03/29/dotnet-core-3-1-on-raspberry-pi-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
