Skip to content

Commit 4a4922d

Browse files
Merge pull request #12771 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-17 23:00 UTC
2 parents c69aa59 + 46ccd94 commit 4a4922d

File tree

4 files changed

+29
-24
lines changed

4 files changed

+29
-24
lines changed

reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ lists the end-of-support dates for the current versions of PowerShell:
112112

113113
| Version | Release Date | End-of-support | .NET Version |
114114
| ------------------------ | :----------: | :------------: | --------------- |
115-
| PowerShell 7.6 (preview) | Future date | Future date | [.NET 10.0][19] |
116-
| PowerShell 7.5 | 23-Jan-2025 | 12-May-2026 | [.NET 9.0][14] |
115+
| PowerShell 7.6 (preview) | Future date | 14-Nov-2028 | [.NET 10.0][19] |
116+
| PowerShell 7.5 | 23-Jan-2025 | 10-Nov-2026 | [.NET 9.0][14] |
117117
| PowerShell 7.4 (LTS) | 16-Nov-2023 | 10-Nov-2026 | [.NET 8.0][13] |
118118

119119
The following table lists the end-of-support dates for retired versions of PowerShell:

reference/docs-conceptual/install/PowerShell-on-ARM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: PowerShell on Arm-based systems
3-
ms.date: 11/21/2025
3+
ms.date: 02/17/2026
44
title: PowerShell on Arm-based systems
55
---
66

@@ -21,8 +21,8 @@ Arm versions of PowerShell 7 can be installed on the following platforms:
2121
| -------------------------------- | ------------- | -------------------------------------- |
2222
| Windows 11 Client Version 22000+ | Arm64 | [Windows][05] |
2323
| macOS | Arm64 | [macOS][04] |
24-
| Raspberry Pi OS (Debian 12) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
25-
| Ubuntu 22.04 | Arm32 | [Ubuntu][07] |
24+
| Raspberry Pi OS (Debian 12) | Arm32/Arm64 | [Raspberry Pi OS][08] and [Debian][06] |
25+
| Ubuntu 22.04 | Arm32/Arm64 | [Ubuntu][07] |
2626

2727
Support is based on the [.NET 8.0 Supported OS Lifecycle Policy][03].
2828

reference/docs-conceptual/install/community-support.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: PowerShell can run on Linux distributions that aren't officially supported by Microsoft.
3-
ms.date: 10/16/2025
3+
ms.date: 02/17/2026
44
title: Community support for PowerShell on Linux
55
---
66
# Community support for PowerShell on Linux
@@ -15,23 +15,23 @@ Supported Linux distributions must meet the following criteria:
1515
- The version of the distribution isn't an interim release or equivalent.
1616
- The PowerShell team has tested the version of the distribution.
1717

18-
For more information, see the [PowerShell Support Lifecycle][12] documentation.
18+
For more information, see the [PowerShell Support Lifecycle][13] documentation.
1919

2020
The following distributions are examples of distributions supported by the community. Each
2121
distribution has its own community support mechanisms. Consult the distribution's website to find
2222
their community resources. You can also get help from these [PowerShell Community][01] resources.
2323

2424
## Ubuntu interim releases
2525

26-
The documented steps to install PowerShell on [Ubuntu][10] might work on Ubuntu interim releases.
26+
The documented steps to install PowerShell on [Ubuntu][11] might work on Ubuntu interim releases.
2727
However, Microsoft only supports PowerShell on the Long Term Servicing (LTS) releases of Ubuntu.
2828
Microsoft doesn't support [interim releases][04] of Ubuntu.
2929

3030
## Arch Linux
3131

3232
PowerShell is available from the [Arch Linux][07] User Repository (AUR). Packages in the AUR are
3333
maintained by the Arch community. To install the [latest release binary][02], see the
34-
[Arch Linux wiki][05] or [Using PowerShell in Docker][11].
34+
[Arch Linux wiki][05] or [Using PowerShell in Docker][12].
3535

3636
## Kali
3737

@@ -59,23 +59,27 @@ information about installing these packages, see the [PowerShell][06] page in th
5959

6060
## SLES and openSUSE
6161

62-
You may be able to install PowerShell on SLES and openSUSE using the SNAP package manager. Also,
62+
You may be able to install PowerShell on SLES and openSUSE using the Snap package manager. Also,
6363
the following article provides information on how to install PowerShell on openSUSE:
6464

6565
- [PowerShell - openSUSE Wiki][03]
6666

6767
## Raspberry Pi OS
6868

69-
[Raspberry Pi OS][08] (formerly Raspbian) is a free operating system based on Debian.
69+
[Raspberry Pi OS][08] is a free operating system based on Debian.
7070

7171
> [!IMPORTANT]
7272
> .NET isn't supported on ARMv6 architecture devices, including Raspberry Pi Zero and Raspberry Pi
7373
> devices released before Raspberry Pi 2.
7474
7575
### Install on Raspberry Pi OS
7676

77-
Download the tar.gz package from the [releases][09] page onto your Raspberry Pi computer. The links
78-
to the current versions are:
77+
Being Debian-based, you can install PowerShell on Raspberry Pi OS using the Snap package. For more
78+
information, see the [Snap installation instructions][10].
79+
80+
Or you can install PowerShell on Raspberry Pi OS using the binary archives. Download the tar.gz
81+
package from the [releases][09] page onto your Raspberry Pi computer. The links to the current
82+
versions are:
7983

8084
- PowerShell 7.4 - latest LTS release
8185
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-arm32.tar.gz`
@@ -146,6 +150,7 @@ rm -rf ~/powershell
146150
[07]: https://www.archlinux.org/download/
147151
[08]: https://www.raspberrypi.org/documentation/installation/installing-images/README.md
148152
[09]: install-other-linux.md#binary-archives
149-
[10]: install-ubuntu.md
150-
[11]: powershell-in-docker.md
151-
[12]: powershell-support-lifecycle.md
153+
[10]: install-other-linux.md#snap-package
154+
[11]: install-ubuntu.md
155+
[12]: powershell-in-docker.md
156+
[13]: powershell-support-lifecycle.md

reference/docs-conceptual/install/install-other-linux.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on various Linux distributions
3-
ms.date: 10/16/2025
3+
ms.date: 02/17/2026
44
title: Alternate ways to install PowerShell on Linux
55
---
66
# Alternate ways to install PowerShell on Linux
@@ -27,8 +27,9 @@ the distribution you're running the package on.
2727
2828
### Getting snapd
2929

30-
`snapd` is required to run snaps. Use [these instructions][15] to make sure you have `snapd`
31-
installed.
30+
The snap daemon, known as `snapd`, is the background service that manages and maintains your snaps.
31+
It needs to be running before a snap can be installed. For instructions on how to install `snapd`,
32+
see the [Snapcraft documentation][16].
3233

3334
### Installation via Snap
3435

@@ -97,7 +98,7 @@ scenarios.
9798
> [!NOTE]
9899
> You can use this method to install any version of PowerShell including the latest:
99100
>
100-
> - Stable release: [https://aka.ms/powershell-release?tag=stable][00]
101+
> - Stable release: [https://aka.ms/powershell-release?tag=stable][14]
101102
> - LTS release: [https://aka.ms/powershell-release?tag=lts][12]
102103
> - Preview release: [https://aka.ms/powershell-release?tag=preview][13]
103104
@@ -119,7 +120,7 @@ distribution page for more information:
119120

120121
To deploy PowerShell binaries on Linux distributions that aren't officially supported, you need to
121122
install the necessary dependencies for the target OS in separate steps. For example, our
122-
[Amazon Linux dockerfile][16] installs dependencies first, and then extracts the Linux `tar.gz`
123+
[Amazon Linux dockerfile][15] installs dependencies first, and then extracts the Linux `tar.gz`
123124
archive.
124125

125126
### Installation using a binary archive file
@@ -176,7 +177,6 @@ currently running shell does not have the updated `PATH`. You should be able to
176177
from a new shell by typing `pwsh`.
177178

178179
<!-- link references -->
179-
[00]: https://aka.ms/powershell-release?tag=stable
180180
[01]: /dotnet/core/install/linux-alpine#dependencies
181181
[02]: /dotnet/core/install/linux-debian#dependencies
182182
[03]: /dotnet/core/install/linux-rhel#dependencies
@@ -191,6 +191,6 @@ from a new shell by typing `pwsh`.
191191
[12]: https://aka.ms/powershell-release?tag=lts
192192
[13]: https://aka.ms/powershell-release?tag=preview
193193
[14]: https://aka.ms/PowerShell-Release?tag=stable
194-
[15]: https://docs.snapcraft.io/core/install
195-
[16]: https://github.com/PowerShell/PowerShell-Docker/blob/master/release/unstable/amazonlinux/docker/Dockerfile
194+
[15]: https://github.com/PowerShell/PowerShell-Docker/blob/master/release/unstable/amazonlinux/docker/Dockerfile
195+
[16]: https://snapcraft.io/docs/tutorials/install-the-daemon/
196196
[17]: https://snapcraft.io/store

0 commit comments

Comments
 (0)