Por causa desse bug , não é possível instalar o powershell do apt para versões mais recentes do Ubuntu ?
$ cat /etc/apt/sources.list.d/microsoft.list
deb [arch=amd64] https://packages.microsoft.com/ubuntu/14.04/prod trusty main
$ sudo apt install -y powershell
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:
The following packages have unmet dependencies:
powershell : Depends: libicu52 but it is not installable
E: Unable to correct problems, you have held broken packages.
Na verdade, em um exame mais detalhado, a documentação afirma claramente:
Suporta Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04
Estou no 17.10, como deve ser o microsoft.list
arquivo de um artful
sistema?
Você tentou instalar o pacote para Ubuntu 14.04, que tem
libicu52
como dependência , mas Artful (exatamente como Zesty) vem comlibicu57
. Pelo menos no que diz respeito às dependências, as etapas do Ubuntu 17.04 devem funcionar para o 17.10. Felizmente, a Microsoft também fornece umprod.list
arquivo para 17.10 e 18.04 :