"Install" doesn't do anything

Hello,

The “install” button in the toolbox app doesn't do anything. I tried for several apps and the apps won't get installed.

Thank you very much in advance for any help.

0
4 comments

Hi, to better assist you, kindly turn on the Debug log level in Toolbox settings, reproduce the issue, and share the logs. See SUPPORT-A-3165 for instructions. You can upload the generated archive to our storage via uploads.jetbrains.com. Ensure to provide the upload ID. 

Thanks in advance!

0

Hello,

Thank you for your quick reply.

You can find the logs with the upload id 2026_03_29_dTxt3GvjK4dBy1M8eKwxJ1.

Thank you very much in advance for any help.

0
Thanks for the logs!

This problem looks similar to the following report: https://youtrack.jetbrains.com/issue/TBX-16700

It seems like Toolbox tries to scan the /snap directory for existing tools, but your machine does not have this directory by default. This causes a silent error written in the log. I assume that could prevent the installation from working.

As a workaround, please try creating an empty /snap directory:

sudo mkdir /snap

After that, restart Toolbox and try installing the IDE again.

Please let me know if the workaround helps.
0

I had a `/snap` symlink but had removed snap so the symlink was broken. Deleting the `/snap` symlink fixed it for me

0

Please sign in to leave a comment.