Skip to content

Commit 973e498

Browse files
authored
Update disclaimers and TOC (#12844)
1 parent 92131d9 commit 973e498

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

reference/docs-conceptual/install/alternate-install-methods.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Alternate ways to install PowerShell on non-Windows platforms.
3-
ms.date: 03/11/2026
3+
ms.date: 03/12/2026
44
title: Alternate ways to install PowerShell
55
---
66
# Alternate ways to install PowerShell
@@ -26,9 +26,9 @@ Once `brew` is installed, install PowerShell using the following command:
2626
brew install powershell
2727
```
2828

29-
> [!NOTE]
30-
> The brew formula builds PowerShell from source code rather than installing a package built by
31-
> Microsoft.
29+
> [!IMPORTANT]
30+
> The brew formula is maintained and supported by the Homebrew community. The brew formula builds
31+
> PowerShell from source code rather than installing a package built by Microsoft.
3232
3333
### Update PowerShell 7
3434

@@ -61,7 +61,7 @@ Use `sudo rm` to remove any other remaining PowerShell files and folders.
6161
Snaps are application packages that are easy to install if your platform supports Snap. You can find
6262
and install Snap packages from the Snap Store.
6363

64-
> [!IMPORTANT]
64+
> [!NOTE]
6565
> The Snap Store contains PowerShell snap packages for many Linux distributions that aren't
6666
> officially supported by Microsoft.
6767
@@ -97,10 +97,6 @@ sudo snap install powershell --channel=lts/stable --classic
9797
pwsh
9898
```
9999

100-
> [!NOTE]
101-
> Microsoft only supports the `latest/stable` and `lts/stable` channels for the `powershell`
102-
> package. Do not install packages from the other channels.
103-
104100
To install a preview version, use the following method:
105101

106102
```sh
@@ -112,15 +108,16 @@ pwsh-preview
112108
```
113109

114110
> [!NOTE]
115-
> Microsoft only supports the `latest/stable` channel for the `powershell-preview` package. Do not
116-
> install packages from the other channels.
111+
> Microsoft only supports the `latest/stable` and `lts/stable` channels for the `powershell`
112+
> package. Microsoft only supports the `latest/stable` channel for the `powershell-preview` package.
113+
> Do not install packages from the other channels.
117114
118115
After installation, Snap will automatically upgrade. You can trigger an upgrade using
119116
`sudo snap refresh powershell` or `sudo snap refresh powershell-preview`.
120117

121-
> [!NOTE]
122-
> Snap packages build PowerShell from source code rather than installing a package built by
123-
> Microsoft.
118+
> [!IMPORTANT]
119+
> The Snap packages are maintained and supported by Canonical. Snap packages build PowerShell from
120+
> source code rather than installing a package built by Microsoft.
124121
125122
### Uninstall using Snap
126123

reference/docs-conceptual/install/install-powershell-on-macos.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 macOS
3-
ms.date: 03/11/2026
3+
ms.date: 03/12/2026
44
title: Install PowerShell 7 on macOS
55
---
66

@@ -158,8 +158,8 @@ To update PowerShell, download the new version of the package or binary archive
158158

159159
## Uninstall PowerShell 7
160160

161-
If you manually installed PowerShell 7, you must manually remove it. The following command removes
162-
the symbolic link and PowerShell files.
161+
To uninstall PowerShell you need to delete the application folder and other support files. The
162+
following command removes the symbolic link and PowerShell files.
163163

164164
```sh
165165
sudo rm -rf /usr/local/bin/pwsh /usr/local/microsoft/powershell

reference/docs-conceptual/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ items:
3434
href: install/install-ubuntu.md
3535
- name: Community support for Linux
3636
href: install/community-support.md
37-
- name: Alternate ways to install PowerShell
38-
href: install/alternate-install-methods.md
3937
- name: Install PowerShell 7 on macOS
4038
href: install/install-powershell-on-macos.md
39+
- name: Alternate ways to install PowerShell
40+
href: install/alternate-install-methods.md
4141
- name: Install PowerShell on Windows IoT and Nano Server
4242
href: install/install-powershell-on-windows-iot-nano.md
4343
- name: Install PowerShell 7 on Arm

0 commit comments

Comments
 (0)