我正在尝试按照以下步骤在Ubuntu 17.04中安装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
我知道我使用的是16.04软件包/已安装。不幸的是我找不到17.04。
这是我遇到的错误 sudo apt-get install -y powershell
The following packages have unmet dependencies:
powershell : Depends: libicu55 but it is not installable
然后我尝试了:
apt-cache search libicu
我找不到要安装的libicu55。有什么方法可以在Ubuntu 17.04中安装Powershell?