can't install

Get help for specific problems
Posts: 2
Joined: 14 Dec 2022

iomari

greetings,
I just downloaded the linux version on kubuntu 22.10.
I use zsh as my shell.
When I run:
./FreeFileSync_11.28_Install.run
I get:
zsh: permission denied: ./FreeFileSync_11.28_Install.run
It gives the same result when I run it with sudo also.
the file is chmod +x so it's executable.

What could be wrong?

thanks in advance
iomari
User avatar
Site Admin
Posts: 7506
Joined: 9 Dec 2007

Zenju

Perhaps an strace can shed some light?
strace COMMAND_TO_TRACE &> ~/Desktop/trace.txt
Posts: 2
Joined: 14 Dec 2022

iomari

I decided to use the flatpak installation. That works. Thanks