Mac OS

How to install and uninstall PowerShell on macOS via Homebrew

install PowerShell

In this post, we shall discuss how to install and uninstall PowerShell on macOS via Homebrew. PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. Please see Package Manager for macOS: How to install Homebrew on macOS, How to install Zoom on macOS, How to check if homebrew is installed on macOS, and How to locate and edit the host file on macOS.

PowerShell runs on Windows, Linux, and macOS. PowerShell is supported on macOS 10.12 and higher. All packages are available on the GitHub releases page.

Homebrew is package manager for Macs which makes installing lots of different software like Git, Ruby, and Node simpler. Homebrew lets you avoid possible security problems associated with using the sudo command to install software like Node. The steps below are ways to install PowerShell on macOS.

To install PowerShell on macOS. The Homebrew package manager is utilized. To have the Homebrew package manager installed on your device, visit the following link. See this guide on how to upgrade PowerShell to the latest version on macOS.

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s operating system macOS as well as Linux.

Via Homebrew

Launch your iTerm (Terminal emulator for macOS). Run the below commands to install Powershell

brew cask install powershell
uninstall PowerShell

After the package is installed, run “pwsh” from a terminal.

macOS

However, Now, you can continue running some Command Prompt commands and PowerShell cmdlets as well on your macOS. See some examples below.

Now you can run PowerShell cmdlets right inside your macOS device

Remove PowerShell

To uninstall PowerShell from your device, run the following command below

brew cask uninstall powershell

Note: This is only applicable if you used the homebrew package manager to install PowerShell, otherwise you will have to uninstall PowerShell manually

I hope you found this blog post on How to install and uninstall PowerShell on macOS via Homebrew helpful. If you have any questions, please let me know in the comment session.

Subscribe
Notify of
guest

4 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Mohamed

brew cask install powershell
this cause some problem, but brew install powershell worked
in bigsur

thibault

Perfect. Worked for me. Thank you

4
0
Would love your thoughts, please comment.x
()
x