In Ubuntu 19.04 sudo apt install powershell fails with
The following packages have unmet dependencies:
powershell : Depends: libssl1.0.0 but it is not installable
Depends: libicu60 but it is not installable
Installing it with snap install powershell --classic works, but then it doesn't show up in /etc/shells so chsh doesn't work.
How to fix this?