
Upgrade PowerShell on Mac
A new PowerShell stable release is available: v7.2.2
Upgrade now, or check out the release page at:
https://aka.ms/PowerShell-Release?tag=v7.2.2
You might see information like above when a new version of PowerShell is available on Mac, in order to update it, you need to run the update command with brew the package manager that you must have used to install PowerShell,
% brew update powershell
==> Upgrading 1 outdated package:
powershell 7.2.1 -> 7.2.2
==> Upgrading powershell
==> Caveats
To use Homebrew in PowerShell, set:
All formula dependencies satisfied.
==> Uninstalling packages; your password may be necessary:
com.microsoft.powershell
Password:
Password:
==> Running installer for powershell; your password may be necessary.
Package installers may write to any location; options such as `--appdir` are ignored.
installer: Package name is PowerShell - 7.2.2
installer: Installing at base path /
installer: The install was successful.
==> Purging files for version 7.2.1 of Cask powershell
🍺 powershell was successfully upgraded!
More Posts related to Powershell,
- [Fix] Powershell - Term winget is not recognized as the name of a cmdlet function or script file
- Download Google Chrome setup exe file using PowerShell
- Run JumpCloud Commands in Powershell
- How to check PowerShell version
- How to upgrade PowerShell on Mac
- How to Open PowerShell on Mac?
- How to add sleep in Powershell Script
- How to switch to Powershell on Mac Terminal
- Update Powershell Using Command Line
- How to install powershell on macOS
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- How to Identify installed PowerShell version
More Posts:
- [Fix] Restricted View permission level missing in SharePoint Online site library - SharePoint
- Check SSH/OpenSSH version Command - Linux
- What does has notifications silenced in Messages App mean in iPhone - iOS
- Save Java Object as JSON file using Jackson Library - Java
- [javaScript] Convert text case to lowercase - JavaScript
- How to check if Java main thread is alive - Java
- Steps to Compare Two files in Sublime Text Side-by-Side - Sublime-Text
- AW3 CLI command to get list of all region names - AWS