Difference between revisions of "PowerShell/Core7"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 4: | Line 4: | ||
snap install powershell --classic  | snap install powershell --classic  | ||
powershell 7.0.2 from Microsoft PowerShell✓ installed  | powershell 7.0.2 from Microsoft PowerShell✓ installed  | ||
$ powershell # run or use 'pwsh' to start it up  | |||
PowerShell 7.0.2  | |||
Copyright (c) Microsoft Corporation. All rights reserved.  | |||
https://aka.ms/powershell  | |||
Type 'help' to get help.  | |||
PS /home/piotr>   | |||
</source>  | </source>  | ||
Revision as of 13:20, 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 $ powershell # run or use 'pwsh' to start it up PowerShell 7.0.2 Copyright (c) Microsoft Corporation. All rights reserved. https://aka.ms/powershell Type 'help' to get help. PS /home/piotr>