<?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>Ubuntu &#8211; Made For Cloud</title>
	<atom:link href="https://madeforcloud.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://madeforcloud.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 26 Nov 2021 06:16:12 +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>Getting started with Powershell on Linux</title>
		<link>https://madeforcloud.com/2021/11/26/getting-started-with-powershell-on-linux/</link>
					<comments>https://madeforcloud.com/2021/11/26/getting-started-with-powershell-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 06:16:12 +0000</pubDate>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://madeforcloud.com/?p=125</guid>

					<description><![CDATA[First of all, simply don&#8217;t believe anyone who says that it&#8217;s hard to install Powershell on Linux. Installing on a Red Hat clone (eg. Centos 8) This wont take long. That&#8217;s it Installing on Ubuntu 20.04 and above Again, that&#8217;s it. In both cases you can then launch the shell via :]]></description>
										<content:encoded><![CDATA[
<p>First of all, simply don&#8217;t believe anyone who says that it&#8217;s hard to install Powershell on Linux.</p>



<h2 class="wp-block-heading">Installing on a Red Hat clone (eg. Centos 8)</h2>



<p>This wont take long.</p>



<p></p>



<pre class="wp-block-code"><code>curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
sudo yum install -y powershell</code></pre>



<p>That&#8217;s it</p>



<h2 class="wp-block-heading">Installing on Ubuntu 20.04 and above</h2>



<pre class="wp-block-code"><code>sudo snap install powershell --classic</code></pre>



<p>Again, that&#8217;s it.</p>



<p>In both cases you can then launch the shell  via :</p>



<pre class="wp-block-code"><code>$ pwsh
PowerShell 7.2.0
Copyright (c) Microsoft Corporation.

https:&#47;&#47;aka.ms/powershell
Type 'help' to get help.

PS /home/gocallag> </code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2021/11/26/getting-started-with-powershell-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
