π§Linux
Installing PowerShell in Linux is easier than you think
Using Snap

Using a package repository ( apt )






Last updated
Installing PowerShell in Linux is easier than you think







Last updated
sudo apt-get updatesudo apt-get install -y wget apt-transport-https software-properties-commonwget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.debsudo apt-get update
sudo add-apt-repository universesudo apt-get install -y powershell