Difference between revisions of "PowerShell/Core7"

From Ever changing code
Jump to navigation Jump to search
m (Pio2pio moved page PowerShell/Core to PowerShell/Core7 without leaving a redirect: PowerShell/Core7)
Line 1: Line 1:
= [https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7 Installing PowerShell on Linux] =
= [https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7 Installing PowerShell on Linux] =
{{Note| Ubuntu 20.04 is an LTS release. PowerShell does not currently support this version. Support for this version is being considered for the PowerShell 7.1 release. PowerShell can only support the distributions that are supported by .NET. See the [https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md#linux.NET Core release notes] for a list of supported distributions. }}
<source lang=bash>
snap install powershell --classic
powershell 7.0.2 from Microsoft PowerShell✓ installed
</source>

Revision as of 14:15, 2 July 2020

Installing PowerShell on Linux

Note: Ubuntu 20.04 is an LTS release. PowerShell does not currently support this version. Support for this version is being considered for the PowerShell 7.1 release. PowerShell can only support the distributions that are supported by .NET. See the Core release notes for a list of supported distributions.

snap install powershell --classic
powershell 7.0.2 from Microsoft PowerShell✓ installed