This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
program_lang:powershell_linux [2022/08/04 11:09] manu |
program_lang:powershell_linux [2023/12/04 22:47] (current) manu |
||
---|---|---|---|
Line 2: | Line 2: | ||
Powershell can be downloaded by Microsoft, for example available in rpm package | Powershell can be downloaded by Microsoft, for example available in rpm package | ||
+ | |||
+ | https://learn.microsoft.com/fr-fr/powershell/scripting/install/installing-powershell-on-linux | ||
==== Powershell ==== | ==== Powershell ==== | ||
Line 9: | Line 11: | ||
https://github.com/PowerShell/PowerShell/releases/download/v7.2.4/powershell-7.2.4-1.rh.x86_64.rpm | https://github.com/PowerShell/PowerShell/releases/download/v7.2.4/powershell-7.2.4-1.rh.x86_64.rpm | ||
+ | Or Microsoft | ||
+ | https://packages.microsoft.com/rhel/7.3/prod/Packages/p/ | ||
+ | | ||
<cli prompt='#'> | <cli prompt='#'> | ||
[root@rhel8] ~ # rpm -Uhv /work/powershell-7.2.4-1.rh.x86_64.rpm | [root@rhel8] ~ # rpm -Uhv /work/powershell-7.2.4-1.rh.x86_64.rpm |