Replace powershell stub with wrapper of Linux pwsh ver?

Questions about Wine on Linux
Locked
truf
Newbie
Newbie
Posts: 2
Joined: Mon Oct 17, 2016 5:21 pm

Replace powershell stub with wrapper of Linux pwsh ver?

Post by truf »

I need powershell working on wine.
There is a stub executable in current wine ver.: https://github.com/wine-mirror/wine/blo ... ell/main.c

According to AppDb native PowerShell is supported, but this is wrong. I couldn't manage to install any of available PS distributives bcs of dependencies.
There is OpenSource version of PS for Linux by MS: https://github.com/PowerShell/PowerShell/releases

The question is: Is it possible to write a wrapper for linux powershell instead of having a stub file?
Will it require some code in wine.exe? Or may be communication between PE32 stub and linux demon via localhost ports is better?
Locked