Ubuntu 20.04安装powershell
sudo apt-get update
sudo apt-get install -y wget apt-transport-https software-properties-common
wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" #下载Microsoft存储库GPG密钥
sudo dpkg -i packages-microsoft-prod.deb #注册Microsoft存储库GPG密钥
sudo apt-get update #在添加packes.microsoft.com之后更新包列表
sudo apt-get install -y powershell
pwsh
参考链接
https://docs.microsoft.com/zh-cn/powershell/scripting/install/install-ubuntu?view=powershell-7.2