Sto cercando di installare Powershell in Ubuntu 17.04 come segue:
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
So che sto usando i pacchetti 16.04 / creati per l'installazione. Purtroppo non sono riuscito a trovare quello 17.04.
Ed ecco quale errore ho riscontrato sudo apt-get install -y powershell
The following packages have unmet dependencies:
powershell : Depends: libicu55 but it is not installable
Poi ho provato:
apt-cache search libicu
Non sono riuscito a scoprire neanche libicu55 da installare. Esiste un modo per installare Powershell in Ubuntu 17.04?