다음 단계에 따라 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을 설치하는 방법이 있습니까?