Closed dellagustin closed 6 years ago
It's only best effort, but I did build rpm and deb packages for this tool for RHEL/CentOS 7, Debian Jessie/Stretch/Sid.
Here is the URL: https://mirror.kakwalab.ovh/
Assuming you are using Debian stretch you can add the key as follow:
curl https://mirror.kakwalab.ovh/GPG-KEY.pub | apt-key add -
Here is the source.list content:
deb [arch=amd64] https://mirror.kakwalab.ovh/deb.stretch/ stretch main
The packaging for deb and rpm is done there (with other things I package for my own needs): https://github.com/kakwa/amkecpak
For other distributions/OS, you probably have to build it from sources.
I know that some people did create packages/ebuilds for Fedora, Suse, Arch and Gentoo but there are most of the time in additional repositories/overlays:
For OSX I did receive a ticket asking for info by someone who had the intent to build an homebrew formula, but it doesn't look like it exists.
cool, thanks, I'll take a look.
Hello,
I'm would like to use the command line tools, are they available anywhere as a distributable or do I have to build them from source?
Best Regards, GD.