Because of this bug it's not possible to install powershell from apt for newer Ubuntu versions?
$ 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.
Actually, on closer examination, the documentation clearly states:
Supports Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04
I'm on 17.10, what should the microsoft.list file look like from an artful system?