Solved
Getting error when trying to install STM32CubeProgrammer
I'm getting the following error when trying to install the STM32CubeProgrammer by executing:
sudo ./SetupSTM32CubeProgrammer-2.9.0.linuxThe error is:
./SetupSTM32CubeProgrammer-2.9.0.linux
/home/mmalagon/Downloads
chdir /home/mmalagon/Downloads/.
current dir /home/mmalagon/Downloads
Exec error: Permission deniedThe .linux file has the correct permissions:
-rwxr-xr-x 1 mmalagon mmalagon 865328 Nov 23 03:07 SetupSTM32CubeProgrammer-2.9.0.linuxSo I don't know what's going on. What am I missing?
