11---
22description : 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
44title : 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
2020The following distributions are examples of distributions supported by the community. Each
2121distribution has its own community support mechanisms. Consult the distribution's website to find
2222their 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.
2727However, Microsoft only supports PowerShell on the Long Term Servicing (LTS) releases of Ubuntu.
2828Microsoft doesn't support [ interim releases] [ 04 ] of Ubuntu.
2929
3030## Arch Linux
3131
3232PowerShell is available from the [ Arch Linux] [ 07 ] User Repository (AUR). Packages in the AUR are
3333maintained 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,
6363the 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
0 commit comments