Would you like to learn how to install PowerShell on Ubuntu Linux? In this tutorial, we are going to show you all the steps required to perform the Powershell installation on Ubuntu Linux in 5 minutes or less.

• Ubuntu 18.04
• Ubuntu 19.10
• PowerShell 7.0.0

Equipment list

The following section presents the list of equipment used to create this tutorial.

As an Amazon Associate, I earn from qualifying purchases.

Related tutorial - PowerShell

On this page, we offer quick access to a list of tutorials related to PowerShell.

Tutorial - Powershell Installation on Ubuntu Linux

Install the required packages.

Copy to Clipboard

Search for a package named Powershell.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

Install the Powershell package.

Copy to Clipboard

Verify if the Powershell package was installed.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Start a Powershell.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

Verify the PowerShell execution policy.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

As an example, try to download the Linux Kernel using the Powershell command-line.

Copy to Clipboard

Congratulations! You have finished the installation of Powershell on Ubuntu Linux.