So i have this linux console app (net 5) and i want to create an installer for it. How do i do that, thank you


Windows style Installers are very uncommon on Linux. Forcing on what you’re targeting, either use a distro specific package (rpm, deb, …), a snap or such if it’s cross distro, or just give people a tar file.
So how do i create a distro package (ubuntu 18.04 so .deb) or a snap ? I’m not planning this app to be cross distro so not really need a .tar file. But it is totally fine if u show me how
C# devs
null reference exceptions

source