我已经powershell
从powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
GitHub 下载的包中安装了它并输入了以下命令:
sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-beta.9-1.ubuntu.16.04_amd64.deb
但是当我powershell
在终端上运行时,它说依赖项未安装。所以我删除powershell
了
sudo apt autoremove
(清除未满足的依赖关系)和
sudo apt purge powershell
然后我使用以下命令再次开始安装
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
sudo apt-get update
sudo apt-get install -y powershell
但安装完成后,我想powershell
通过在终端上输入来运行它,但它说command not found
我该如何解决这个问题?
答案1
启动 powershell 的正确命令pwsh
不是powershell
有关完整安装,请参阅安装 Powershell
答案2
好的,我明白了这里使用命令:
pwsh