How to run duplicacy on linux?

Sorry for the trivial question, but I can’t find how to run the software.
My system is Debian, and I would like to run the CLI executable:
https://github.com/gilbertchen/duplicacy/releases/download/v2.2.3/duplicacy_linux_x64_2.2.3
(it’s not an *.so (Linux direct executable); or a *.deb package to be installed with dpkg).
After downloading it, how do I run it?

all you have to do, since it’s an executable downloaded from the internet is chmod +x it, then run it!

1 Like