yuniql icon indicating copy to clipboard operation
yuniql copied to clipboard

Distribute to linux via apt-get install yuniql

Open rdagumampan opened this issue 4 years ago • 1 comments

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

rdagumampan avatar May 31 '20 16:05 rdagumampan

This reference implementation seems to be the way to achieve this. https://medium.com/bluekiri/packaging-a-net-core-service-for-ubuntu-4f8e9202d1e5

rdagumampan avatar Jun 07 '20 21:06 rdagumampan