Ubuntu 17.04にPowershellをインストールする
次の手順で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 …