Skip to content

Commit b47b17d

Browse files
committed
Update setup files
1 parent c422710 commit b47b17d

File tree

7 files changed

+45
-33
lines changed

7 files changed

+45
-33
lines changed

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: How to install PowerShell on Alpine Linux
3-
ms.date: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Install PowerShell on Alpine Linux
55
---
66
# Install PowerShell on Alpine Linux
@@ -21,9 +21,9 @@ with a previous version, reinstall the previous version using the [binary archiv
2121
Installation on Alpine is based on downloading tar.gz package from the [releases][03] page. The URL
2222
to the package depends on the version of PowerShell you want to install.
2323

24-
- PowerShell 7.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-musl-x64.tar.gz`
24+
- PowerShell 7.4 (LTS) - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-musl-x64.tar.gz`
2525
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-musl-x64.tar.gz`
26-
- PowerShell 7.6-preview - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.5/powershell-7.6.0-preview.5-linux-musl-x64.tar.gz`
26+
- PowerShell 7.6-preview - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-linux-musl-x64.tar.gz`
2727

2828
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:
2929

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Debian Linux
3-
ms.date: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Install PowerShell on Debian
55
---
66
# Install PowerShell on Debian
@@ -75,7 +75,7 @@ The link to the current version is:
7575
- PowerShell 7.5 universal package for supported versions of Debian
7676
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell_7.5.4-1.deb_amd64.deb`
7777
- PowerShell 7.6-preview universal package for supported versions of Debian
78-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.5/powershell-preview_7.6.0-preview.5-1.deb_amd64.deb`
78+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-preview_7.6.0-preview.6-1.deb_amd64.deb`
7979

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

reference/docs-conceptual/install/install-powershell-on-macos.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on macOS
3-
ms.date: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Install PowerShell on macOS
55
---
66

@@ -21,8 +21,8 @@ with a previous version, reinstall the previous version using the [binary archiv
2121

2222
There are several ways to install PowerShell on macOS. Choose one of the following methods:
2323

24-
- Install using [Homebrew][05]. Homebrew is the preferred package manager for macOS.
25-
- Install via [Direct Download][06].
24+
- Install using [Homebrew][06]. Homebrew is the preferred package manager for macOS.
25+
- Install via [Direct Download][05].
2626
- Install as [a .NET Global tool][04].
2727
- Install from [binary archives][03].
2828

@@ -124,13 +124,15 @@ brew upgrade powershell-lts
124124
Starting with version 7.2, PowerShell supports the Apple M-series Arm-based processors. Download the
125125
install package from the [releases][11] page onto your Mac. The links to the current versions are:
126126

127+
- PowerShell 7.4 (LTS)
128+
- Arm64 processors - [powershell-7.4.13-osx-arm64.pkg][16]
129+
- x64 processors - [powershell-7.4.13-osx-x64.pkg][18]
127130
- PowerShell 7.5
128131
- Arm64 processors - [powershell-7.5.4-arm64.pkg][20]
129132
- x64 processors - [powershell-7.5.4-osx-x64.pkg][22]
130-
131-
- PowerShell 7.4
132-
- Arm64 processors - [powershell-7.4.13-osx-arm64.pkg][16]
133-
- x64 processors - [powershell-7.4.13-osx-x64.pkg][18]
133+
- PowerShell 7.6-preview
134+
- Arm64 processors - [powershell-7.6.0-preview.6-osx-arm64.pkg][24]
135+
- x64 processors - [powershell-7.6.0-preview.6-osx-x64.pkg][26]
134136

135137
There are two ways to install PowerShell using the Direct Download method.
136138

@@ -152,7 +154,7 @@ Install PowerShell using Finder:
152154
1. Select the **Done** button to close the prompt.
153155

154156
This error message comes from the Gatekeeper feature of macOS. For more information, see
155-
[Safely open apps on your Mac - Apple Support][25].
157+
[Safely open apps on your Mac - Apple Support][29].
156158

157159
After you've tried to open the package, follow these steps:
158160

@@ -210,13 +212,15 @@ dependencies.
210212
Download the install package from the [releases][11] page onto your Mac. The links to the current
211213
versions are:
212214

213-
- PowerShell 7.5-preview
214-
- Arm64 processors - [powershell-7.5.4-osx-arm64.tar.gz][21]
215-
- x64 processors - [powershell-7.5.4-osx-x64.tar.gz][23]
216-
217215
- PowerShell 7.4 (LTS)
218216
- Arm64 processors - [powershell-7.4.13-osx-arm64.tar.gz][17]
219217
- x64 processors - [powershell-7.4.13-osx-x64.tar.gz][19]
218+
- PowerShell 7.5
219+
- Arm64 processors - [powershell-7.5.4-osx-arm64.tar.gz][21]
220+
- x64 processors - [powershell-7.5.4-osx-x64.tar.gz][23]
221+
- PowerShell 7.6-preview
222+
- Arm64 processors - [powershell-7.6.0-preview.6-osx-arm64.tar.gz][25]
223+
- x64 processors - [powershell-7.6.0-preview.6-osx-x64.tar.gz][27]
220224

221225
Use the following commands to install PowerShell from the binary archive. Change the download URL to
222226
match the version you want to install.
@@ -270,7 +274,7 @@ the paths using `sudo rm`.
270274
- Default modules are read from `$PSHOME/Modules`
271275
- PSReadLine history is recorded to `~/.local/share/powershell/PSReadLine/ConsoleHost_history.txt`
272276

273-
PowerShell respects the [XDG Base Directory Specification][24] on macOS.
277+
PowerShell respects the [XDG Base Directory Specification][28] on macOS.
274278

275279
## Supported versions
276280

@@ -293,8 +297,8 @@ support those methods.
293297
[02]: /dotnet/core/tools/global-tools
294298
[03]: #binary-archives
295299
[04]: #install-as-a-net-global-tool
296-
[05]: #install-using-homebrew
297-
[06]: #install-the-package-via-direct-download
300+
[05]: #install-the-package-via-direct-download
301+
[06]: #install-using-homebrew
298302
[07]: #paths
299303
[08]: #supported-versions
300304
[09]: https://aka.ms/powershell-release?tag=lts
@@ -312,5 +316,9 @@ support those methods.
312316
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-arm64.tar.gz
313317
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-x64.pkg
314318
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-x64.tar.gz
315-
[24]: https://specifications.freedesktop.org/basedir/latest/
316-
[25]: https://support.apple.com/102445
319+
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-arm64.pkg
320+
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-arm64.tar.gz
321+
[26]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-x64.pkg
322+
[27]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-x64.tar.gz
323+
[28]: https://specifications.freedesktop.org/basedir/latest/
324+
[29]: https://support.apple.com/102445

reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Windows IoT and Nano Server.
3-
ms.date: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Install PowerShell on Windows IoT and Nano Server
55
---
66
# Install PowerShell on Windows IoT and Nano Server

reference/docs-conceptual/install/install-powershell-on-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Windows
3-
ms.date: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Install PowerShell on Windows
55
---
66
# Install PowerShell on Windows
@@ -82,9 +82,9 @@ Latest stable release:
8282

8383
Latest Preview release:
8484

85-
- [PowerShell-7.6.0-preview.5-win-x64.msi][19]
86-
- [PowerShell-7.6.0-preview.5-win-x86.msi][20]
87-
- [PowerShell-7.6.0-preview.5-win-arm64.msi][18]
85+
- [PowerShell-7.6.0-preview.6-win-x64.msi][19]
86+
- [PowerShell-7.6.0-preview.6-win-x86.msi][20]
87+
- [PowerShell-7.6.0-preview.6-win-arm64.msi][18]
8888

8989
Once downloaded, double-click the installer file and follow the prompts.
9090

@@ -296,9 +296,9 @@ can't support those methods.
296296
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.zip
297297
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x86.msi
298298
[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x86.zip
299-
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.5/PowerShell-7.6.0-preview.5-win-arm64.msi
300-
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.5/PowerShell-7.6.0-preview.5-win-x64.msi
301-
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.5/PowerShell-7.6.0-preview.5-win-x86.msi
299+
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/PowerShell-7.6.0-preview.6-win-arm64.msi
300+
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/PowerShell-7.6.0-preview.6-win-x64.msi
301+
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/PowerShell-7.6.0-preview.6-win-x86.msi
302302
[21]: https://github.com/PowerShell/PowerShell/releases/latest
303303
[22]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D
304304
[23]: microsoft-update-faq.yml

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

Lines changed: 3 additions & 1 deletion
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: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Installing PowerShell on Red Hat Enterprise Linux (RHEL)
55
---
66
# Installing PowerShell on Red Hat Enterprise Linux (RHEL)
@@ -70,6 +70,8 @@ The link to the current version is:
7070
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-1.rh.x86_64.rpm`
7171
- PowerShell 7.5.4 universal package for supported versions of RHEL
7272
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-1.rh.x86_64.rpm`
73+
- PowerShell 7.6-preview universal package for supported versions of RHEL
74+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-preview-7.6.0-preview.6-1.rh.x86_64.rpm`
7375

7476
The following shell script downloads and installs the current preview release of PowerShell. You can
7577
change the URL to download the version of PowerShell that you want to install.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Ubuntu
3-
ms.date: 11/19/2025
3+
ms.date: 12/15/2025
44
title: Installing PowerShell on Ubuntu
55
---
66
# Installing PowerShell on Ubuntu
@@ -85,7 +85,9 @@ The link to the current version is:
8585
- PowerShell 7.4 (LTS) universal package for supported versions of Ubuntu
8686
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell_7.4.13-1.deb_amd64.deb`
8787
- PowerShell 7.5 universal package for supported versions of Ubuntu
88-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-preview_7.5.4-1.deb_amd64.deb`
88+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell_7.5.4-1.deb_amd64.deb`
89+
- PowerShell 7.6-preview universal package for supported versions of Ubuntu
90+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-preview_7.6.0-preview.6-1.deb_amd64.deb`
8991

9092
The following shell script downloads and installs the current preview release of PowerShell. You can
9193
change the URL to download the version of PowerShell that you want to install.

0 commit comments

Comments
 (0)