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.
Search for a package named Powershell.
Here is the command output:
Install the Powershell package.
Verify if the Powershell package was installed.
Here is the command output.
Start a Powershell.
Here is the command output.
Verify the PowerShell execution policy.
Here is the command output.
As an example, try to download the Linux Kernel using the Powershell command-line.
Congratulations! You have finished the installation of Powershell on Ubuntu Linux.