Skip to content

Commit 7540ad4

Browse files
authored
Rename and update the linux overview page (#12910)
1 parent 9887d5a commit 7540ad4

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

redir/.openpublishing.redirection.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,17 @@
177177
},
178178
{
179179
"redirect_document_id": false,
180-
"redirect_url": "/powershell/scripting/install/install-powershell-on-linux",
180+
"redirect_url": "/powershell/scripting/install/linux-overview",
181+
"source_path": "../reference/docs-conceptual/install/install-powershell-on-linux.md"
182+
},
183+
{
184+
"redirect_document_id": false,
185+
"redirect_url": "/powershell/scripting/install/linux-overview",
181186
"source_path": "../reference/docs-conceptual/install/Installing-PowerShell-Core-on-Linux.md"
182187
},
183188
{
184189
"redirect_document_id": false,
185-
"redirect_url": "/powershell/scripting/install/install-powershell-on-linux",
190+
"redirect_url": "/powershell/scripting/install/linux-overview",
186191
"source_path": "../reference/docs-conceptual/install/Installing-PowerShell-on-Linux.md"
187192
},
188193
{

reference/docs-conceptual/install/install-powershell.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ landingContent:
3434
url: install-powershell-on-macos.md
3535
- text: Supported macOS releases
3636
url: install-powershell-on-macos.md#supported-versions-of-macos
37+
- text: Alternate install methods
38+
url: alternate-install-methods.md
3739

3840
# Card
3941
- title: Linux
4042
linkLists:
4143
- linkListType: overview
4244
links:
4345
- text: Linux overview
44-
url: install-powershell-on-linux.md
46+
url: linux-overview.md
4547
- text: Alpine
4648
url: install-alpine.md
4749
- text: Debian
@@ -57,7 +59,7 @@ landingContent:
5759
- linkListType: get-started
5860
links:
5961
- text: Alternate install methods
60-
url: install-other-linux.md
62+
url: alternate-install-methods.md
6163
- text: Community supported Linux
6264
url: community-support.md
6365
- text: Using PowerShell in Docker

reference/docs-conceptual/install/install-powershell-on-linux.md renamed to reference/docs-conceptual/install/linux-overview.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
description: This article lists the Linux distributions and package managers that are supported for installing PowerShell.
3-
ms.date: 03/12/2026
4-
title: Install PowerShell on Linux
3+
ms.date: 03/31/2026
4+
title: PowerShell support for Linux
55
---
6-
# Install PowerShell on Linux
6+
# PowerShell support for Linux
77

88
PowerShell can be installed on several different Linux distributions. Most Linux platforms and
99
distributions have a major release each year, and provide a package manager that's used to install
1010
PowerShell. PowerShell can be installed on some distributions of Linux that aren't supported by
1111
Microsoft. In those cases, you may find support from the community for PowerShell on those
12-
platforms.
13-
14-
For more information, see the [PowerShell Support Lifecycle][01] documentation.
12+
platforms. For more information, see the [PowerShell Support Lifecycle][01] documentation.
1513

1614
This article lists the supported Linux distributions and package managers. All PowerShell releases
1715
remain supported until either the version of PowerShell or the version of the Linux distribution
@@ -52,7 +50,7 @@ For more information, see [Install PowerShell on Ubuntu][07].
5250
## Community supported distributions
5351

5452
PowerShell can be installed on many distributions of Linux that aren't supported by Microsoft. In
55-
those cases, you may find support from the community for PowerShell on those platforms
53+
those cases, you may find support from the community for PowerShell on those platforms.
5654

5755
To be supported by Microsoft, the Linux distribution must meet the following criteria:
5856

@@ -65,10 +63,10 @@ For more information, see [Community support for PowerShell on Linux][02].
6563

6664
## Alternate installation methods
6765

68-
There are three other ways to install PowerShell on Linux, including Linux distributions that aren't
66+
There are other ways to install PowerShell on Linux, including Linux distributions that aren't
6967
officially supported. You can try to install PowerShell using the PowerShell Snap Package. You can
7068
also try deploying PowerShell binaries directly using the Linux `tar.gz` package. For more
71-
information, see [Alternate ways to install PowerShell on Linux][05].
69+
information, see [Alternate ways to install PowerShell][05].
7270

7371
<!-- link references -->
7472
[01]: ../PowerShell-Support-Lifecycle.md

reference/docs-conceptual/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- name: Install PowerShell 7 on Linux
2424
items:
2525
- name: Overview
26-
href: install/install-powershell-on-linux.md
26+
href: install/linux-overview.md
2727
- name: Install on Alpine
2828
href: install/install-alpine.md
2929
- name: Install on Debian

0 commit comments

Comments
 (0)