Install PowerShell Core on Raspberry Pi OS

Raspberry Pi Logo

Install PowerShell Core on Raspberry Pi OS

Raspberry Pi Logo
cd ~
wget https://github.com/PowerShell/PowerShell/releases/download/v7.0.1/powershell-7.0.1-linux-arm32.tar.gz

To find the latest version of PowerShell Core go to
https://github.com/PowerShell/PowerShell
Platform = Raspbian (Arm) 32-bit

mkdir ~/powershell
tar -xvf ./powershell-7.0.1-linux-arm32.tar.gz -C ~/powershell
  • -x = Extract
  • -f = File
  • -v = Verbose
sudo chmod +x ~/powershell/pwsh

Optional

alias pwsh="~/powershell/pwsh"
  • https://github.com/powershell/powershell
  • https://www.raspberrypi.com/software/