yuniql
yuniql copied to clipboard
Distribute to linux via apt-get install yuniql
Currently the only way to run yuniql for linux machines is thru Linux Docker container. While we are publishing a linux-x64 package in a zip file, it is still difficult to make this accessible for typical linux users. An idea would be to support this thru package managers such as APT and DNF.
sudo apt-get update
sudo apt-get install yuniql
References: https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-2004
This reference implementation seems to be the way to achieve this. https://medium.com/bluekiri/packaging-a-net-core-service-for-ubuntu-4f8e9202d1e5