how to build windows os from reactos code example
Example 1: asp.netcore: develop on win10 run on ubuntu
dotnet publish **path to your solution** --configuration Release --framework netcoreapp3.0 --output .**output path** --self-contained false --runtime linux-x64 --verbosity quiet
Example 2: how to install software in ubuntu
how to install