How to Install or Remove Windows PowerShell in Ubuntu/Lubuntu Linux

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
📅 Created: 25 Feb 2021 at 19:01
👀 Viewed: 19 times
✉️ Send Email

What is PowerShell? PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on 18 August 2016 with the introduction of PowerShell Core.

How to install

We are going to use the snap command and the --classic preffix


snap install powershell --classic

And if we need to remove PowerShell


snap remove powershell

Why to use PowerShell anyway?

Windows Power Shell is an application that specializes in Windows commands, but that doesn't mean that some people wouldn't have to use it while running Linux.

https://youtu.be/I5dc_mxXWXY

If you want to comment: Login or Register