Skip to content

Commit 5e0cfbf

Browse files
authored
Update version and support information (#11120)
1 parent 4009685 commit 5e0cfbf

File tree

12 files changed

+142
-274
lines changed

12 files changed

+142
-274
lines changed

reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on macOS
3-
ms.date: 01/12/2024
3+
ms.date: 05/16/2024
44
title: Installing PowerShell on macOS
55
---
66

@@ -115,15 +115,15 @@ brew upgrade powershell-lts
115115
Starting with version 7.2, PowerShell supports the Apple M1 processor. Download the install package
116116
from the [releases][09] page onto your computer. The links to the current versions are:
117117

118-
- PowerShell 7.4.2
119-
- x64 processors - [powershell-7.4.2-osx-x64.pkg][24]
120-
- M1 processors - [powershell-7.4.2-osx-arm64.pkg][22]
121-
- PowerShell 7.3.12
122-
- x64 processors - [powershell-7.3.12-osx-x64.pkg][20]
123-
- M1 processors - [powershell-7.3.12-osx-arm64.pkg][18]
124-
- PowerShell 7.2.19 (LTS)
118+
- PowerShell 7.4
119+
- x64 processors - [powershell-7.4.2-osx-x64.pkg][20]
120+
- M1 processors - [powershell-7.4.2-osx-arm64.pkg][18]
121+
- PowerShell 7.2 (LTS)
125122
- x64 processors - [powershell-7.2.19-osx-x64.pkg][16]
126123
- M1 processors - [powershell-7.2.19-osx-arm64.pkg][14]
124+
- PowerShell 7.5-preview
125+
- x64 processors - [powershell-7.5.0-preview.2-osx-x64.pkg][24]
126+
- M1 processors - [powershell-7.5.0-preview.2-arm64.pkg][22]
127127

128128
You can double-click the file and follow the prompts, or install it from the terminal using the
129129
following commands. Change the name of the file to match the file you downloaded.
@@ -188,14 +188,14 @@ Download the install package from the [releases][09] page onto your computer. Th
188188
current versions are:
189189

190190
- PowerShell 7.4 (LTS)
191-
- x64 processors - [powershell-7.4.2-osx-x64.tar.gz][25]
192-
- M1 processors - [powershell-7.4.2-osx-arm64.tar.gz][23]
193-
- PowerShell 7.3 (stable)
194-
- x64 processors - [powershell-7.3.12-osx-x64.tar.gz][21]
195-
- M1 processors - [powershell-7.3.12-osx-arm64.tar.gz][19]
191+
- x64 processors - [powershell-7.4.2-osx-x64.tar.gz][21]
192+
- M1 processors - [powershell-7.4.2-osx-arm64.tar.gz][19]
196193
- PowerShell 7.2 (LTS)
197194
- x64 processors - [powershell-7.2.19-osx-x64.tar.gz][17]
198195
- M1 processors - [powershell-7.2.19-osx-arm64.tar.gz][15]
196+
- PowerShell 7.5-preview
197+
- x64 processors - [powershell-7.5.0-preview.2-osx-x64.tar.gz][25]
198+
- M1 processors - [powershell-7.5.0-preview.2-osx-arm64.tar.gz][23]
199199

200200
Use the following commands to install PowerShell from the binary archive. Change the download URL to
201201
match the version you want to install.
@@ -285,12 +285,12 @@ support those methods.
285285
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.19/powershell-7.2.19-osx-arm64.tar.gz
286286
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.19/powershell-7.2.19-osx-x64.pkg
287287
[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.19/powershell-7.2.19-osx-x64.tar.gz
288-
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-osx-arm64.pkg
289-
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-osx-arm64.tar.gz
290-
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-osx-x64.pkg
291-
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-osx-x64.tar.gz
292-
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-arm64.pkg
293-
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-arm64.tar.gz
294-
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-x64.pkg
295-
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-x64.tar.gz
288+
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-arm64.pkg
289+
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-arm64.tar.gz
290+
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-x64.pkg
291+
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-x64.tar.gz
292+
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-7.5.0-preview.2-osx-arm64.pkg
293+
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-7.5.0-preview.2-osx-arm64.tar.gz
294+
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-7.5.0-preview.2-osx-x64.pkg
295+
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-7.5.0-preview.2-osx-x64.tar.gz
296296
[26]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Lines changed: 28 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: PowerShell on Arm-based systems
3-
ms.date: 02/05/2024
3+
ms.date: 05/16/2024
44
title: PowerShell on Arm-based systems
55
---
66

@@ -19,39 +19,25 @@ Arm versions of PowerShell 7.4 can be installed on the following platforms:
1919

2020
| OS | Architectures | Lifecycle |
2121
| -------------------------------- | ------------- | -------------------------------------- |
22-
| Windows 11 Client Version 22000+ | Arm64 | [Windows][06] |
23-
| Windows 10 Client Version 1607+ | Arm64 | [Windows][06] |
24-
| macOS 10.15+ | Arm64 | [macOS][05] |
25-
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][09] and [Debian][07] |
26-
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][08] |
22+
| Windows 11 Client Version 22000+ | Arm64 | [Windows][05] |
23+
| Windows 10 Client Version 1607+ | Arm64 | [Windows][05] |
24+
| macOS | Arm64 | [macOS][04] |
25+
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
26+
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][07] |
2727

28-
Support is based on the [.NET 8.0 Supported OS Lifecycle Policy][04].
29-
30-
## PowerShell 7.3
31-
32-
Arm versions of PowerShell 7.3 can be installed on the following platforms:
33-
34-
| OS | Architectures | Lifecycle |
35-
| -------------------------------- | ------------- | -------------------------------------- |
36-
| Windows 11 Client Version 22000+ | Arm64 | [Windows][06] |
37-
| Windows 10 Client Version 1607+ | Arm64 | [Windows][06] |
38-
| macOS 10.15+ | Arm64 | [macOS][05] |
39-
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][09] and [Debian][07] |
40-
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][08] |
41-
42-
Support is based on the [.NET 7.0 Supported OS Lifecycle Policy][03].
28+
Support is based on the [.NET 8.0 Supported OS Lifecycle Policy][03].
4329

4430
## PowerShell 7.2
4531

4632
Arm versions of PowerShell 7.2 can be installed on the following platforms:
4733

4834
| OS | Architectures | Lifecycle |
4935
| -------------------------------- | ------------- | -------------------------------------- |
50-
| Windows 11 Client Version 22000+ | Arm64 | [Windows][06] |
51-
| Windows 10 Client Version 1607+ | Arm64 | [Windows][06] |
52-
| macOS 10.14+ | Arm64 | [macOS][05] |
53-
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][09] and [Debian][07] |
54-
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][08] |
36+
| Windows 11 Client Version 22000+ | Arm64 | [Windows][05] |
37+
| Windows 10 Client Version 1607+ | Arm64 | [Windows][05] |
38+
| macOS | Arm64 | [macOS][04] |
39+
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
40+
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][07] |
5541

5642
Support is based on the [.NET 6.0 Supported OS Lifecycle Policy][02].
5743

@@ -61,17 +47,17 @@ For installation instructions, see the following articles:
6147

6248
Windows
6349

64-
- [Windows 10 on Arm][14]
65-
- [Windows 10 IoT Enterprise][13]
66-
- [Windows 10 IoT Core][12]
50+
- [Windows 10 on Arm][13]
51+
- [Windows 10 IoT Enterprise][12]
52+
- [Windows 10 IoT Core][11]
6753

6854
Linux - install from the binary archives
6955

70-
- [Alternate ways to install PowerShell on Linux][10]
56+
- [Alternate ways to install PowerShell on Linux][09]
7157

7258
macOS
7359

74-
- [Installing PowerShell on macOS][11]
60+
- [Installing PowerShell on macOS][10]
7561

7662
Raspberry Pi
7763

@@ -80,15 +66,14 @@ Raspberry Pi
8066
<!-- link references -->
8167
[01]: community-support.md#raspberry-pi-os
8268
[02]: https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md
83-
[03]: https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md
84-
[04]: https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md
85-
[05]: https://support.apple.com/macos
86-
[06]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
87-
[07]: https://wiki.debian.org/DebianReleases
88-
[08]: https://wiki.ubuntu.com/Releases
89-
[09]: https://www.raspberrypi.com/software/operating-systems/
90-
[10]: install-other-linux.md#binary-archives
91-
[11]: installing-powershell-on-macos.md
92-
[12]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-core
93-
[13]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-enterprise
94-
[14]: installing-powershell-on-windows.md#installing-the-zip-package
69+
[03]: https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md
70+
[04]: https://support.apple.com/macos
71+
[05]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
72+
[06]: https://wiki.debian.org/DebianReleases
73+
[07]: https://wiki.ubuntu.com/Releases
74+
[08]: https://www.raspberrypi.com/software/operating-systems/
75+
[09]: install-other-linux.md#binary-archives
76+
[10]: installing-powershell-on-macos.md
77+
[11]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-core
78+
[12]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-enterprise
79+
[13]: installing-powershell-on-windows.md#installing-the-zip-package

reference/docs-conceptual/install/install-alpine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Alpine Linux
3-
ms.date: 01/12/2024
3+
ms.date: 05/16/2024
44
title: Installing PowerShell on Alpine Linux
55
---
66
# Installing PowerShell on Alpine Linux
@@ -21,10 +21,10 @@ Installation on Alpine is based on downloading tar.gz package from the [releases
2121
to the package depends on the version of PowerShell you want to install.
2222

2323
- PowerShell 7.4.2 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-linux-musl-x64.tar.gz`
24-
- PowerShell 7.3.12 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-linux-alpine-x64.tar.gz`
2524
- PowerShell 7.2.19 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.19/powershell-7.2.19-linux-alpine-x64.tar.gz`
25+
- PowerShell 7.5-preview.2 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-7.5.0-preview.2-linux-musl-x64.tar.gz`
2626

27-
Then, in the terminal, execute the following shell commands to install PowerShell 7.3:
27+
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:
2828

2929
```sh
3030
# install the requirements

reference/docs-conceptual/install/install-debian.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Debian Linux
3-
ms.date: 01/12/2024
3+
ms.date: 05/16/2024
44
title: Installing PowerShell on Debian
55
---
66
# Installing PowerShell on Debian
@@ -71,12 +71,12 @@ The link to the current version is:
7171

7272
- PowerShell 7.4 (LTS) universal package for supported versions of Debian
7373
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell_7.4.2-1.deb_amd64.deb`
74-
- PowerShell 7.3 (stable) universal package for supported versions of Debian
75-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell_7.3.12-1.deb_amd64.deb`
7674
- PowerShell 7.2 (LTS) universal package for supported versions of Debian
7775
- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.19/powershell_7.2.19-1.deb_amd64.deb`
76+
- PowerShell 7.5-preview universal package for supported versions of Debian
77+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-preview_7.5.0-preview.2-1.deb_amd64.deb`
7878

79-
The following shell script downloads and installs the current preview release of PowerShell. You can
79+
The following shell script downloads and installs the current release of PowerShell. You can
8080
change the URL to download the version of PowerShell that you want to install.
8181

8282
```sh

reference/docs-conceptual/install/install-rhel.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL)
3-
ms.date: 01/12/2024
3+
ms.date: 05/16/2024
44
title: Installing PowerShell on Red Hat Enterprise Linux (RHEL)
55
---
66
# Installing PowerShell on Red Hat Enterprise Linux (RHEL)
@@ -73,12 +73,12 @@ package from the [releases][02] page onto your RHEL machine.
7373

7474
The link to the current version is:
7575

76-
- PowerShell 7.4 universal package for supported versions of RHEL
76+
- PowerShell 7.4.2 universal package for supported versions of RHEL
7777
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-1.rh.x86_64.rpm`
78-
- PowerShell 7.3.12 universal package for supported versions of RHEL
79-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-1.rh.x86_64.rpm`
8078
- PowerShell 7.2.19 universal package for supported versions of RHEL
8179
- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.19/powershell-7.2.19-1.rh.x86_64.rpm`
80+
- PowerShell 7.5-preview.2 universal package for supported versions of RHEL
81+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.2/powershell-preview-7.5.0_preview.2-1.rh.x86_64.rpm`
8282

8383
The following shell script downloads and installs the current preview release of PowerShell. You can
8484
change the URL to download the version of PowerShell that you want to install.
@@ -89,12 +89,6 @@ On RHEL 8 or 9:
8989
sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-1.rh.x86_64.rpm
9090
```
9191

92-
On RHEL 7:
93-
94-
```sh
95-
sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-1.rh.x86_64.rpm
96-
```
97-
9892
## Uninstall PowerShell
9993

10094
On RHEL 8 or 9:
@@ -103,12 +97,6 @@ On RHEL 8 or 9:
10397
sudo dnf remove powershell
10498
```
10599

106-
On RHEL 7:
107-
108-
```sh
109-
sudo yum remove powershell
110-
```
111-
112100
## Support for Arm processors
113101

114102
PowerShell 7.2 and newer supports running on RHEL using a 64-bit Arm processor. Use the binary

0 commit comments

Comments
 (0)