Create Debian and Ubuntu installers (.deb files ) of your .NET Core projects straight from the command line. Once you've installed this package as a .NET CLI tool, run dotnet deb to generate a .deb file which contains the publish output of your .NET Project. See https://github.com/qmfrederik/dotnet-packaging/ for more information on how to use dotnet deb.
$ dotnet add package dotnet-debNo README available.