Windows & Linux · Running PowerShell on Ubuntu

Running PowerShell on Ubuntu

View this project on GitHub

Exploring how to install PowerShell 7.5 on Ubuntu 24.04, launch the pwsh program, run essential cmdlets, and begin scripting in a cross-platform environment.

One of the most interesting things with PowerShell’s growth in the last decade has been the development of the .NET Core framework, allowing PowerShell to run cross-platform and be installed on Linux and macOS systems.

This page walks through the steps for installing PowerShell on Ubuntu 24.04, launching pwsh in the terminal, and briefly exploring the PowerShell experience inside a Linux environment.

Order of Operation

Back to Home