adityapatwardhan / PowerShell-Snap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project
PowerShell

This is the snap for PowerShell, "PowerShell for every system". It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

Install

sudo snap install powershell --classic
sudo snap install powershell-preview --classic

(Don't have snapd installed?)

Known Issues

  • Some people have reported that the auto-alias of powershell-preview to pwsh-preview is not working. I have reported this to Canonical.

Alias Troubleshooting

  • Run whereis pwsh-preview if, /snap/bin/pwsh-preview is not returned, Snap has not created the alias.
  • If Snap has created the alias, and it is not working, you may need to reboot (or logout and back in) before it will work.
  • If Snap has not created the alias, you can create the alias with sudo snap alias <packagename> <aliasname>

About

License:MIT License


Languages

Language:PowerShell 61.1%Language:Dockerfile 25.3%Language:Shell 13.6%