Ubuntu 22.04 - Toolbox - IntelliJ Idea update
Answered
Hello,
First I would like to thank you for your work, IntelliJ Idea is great.
When I check for update in IntelliJ Idea I receive this message :
IntelliJ IDEA updates are managed by Toolbox App. Launch it to check if updates are available.
I just upgrade my OS to Ubuntu 22.04 and I'm not able to launch Toolbox so no able to update IDE anymore.
I already try some stuff mention here but I was not able to make it work.
I would like to know if you're working on a solution or thinking to allow update Idea from the app and not only from Toolbox ?
Thanks in advance
Please sign in to leave a comment.
On Ubuntu 22.04 LTS unable to run the JetBrains Toolbox. It simply doesn't launch. Redownloaded the application and ran the binary and got:
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
When I follow those instructions and launch the jetbrains-toolbox in the newly created squashfs-root folder there is not output and nothing happens until I Ctrl-C out of it and then there are still no messages (errors or otherwise).
Hello,
I had the same issue. The command
solved it for me.
Best regards,
Christian
@Christian_Karch ~~It says here https://github.com/AppImage/AppImageKit/wiki/FUSE you should NOT do this on Ubuntu 22.04 or greater. I used snap: `
sudo snap install rider --classic
` to install rider~~Uxecw your link just suggest not to install fuse. libfuse2 should be fine. The lib is also suggested in this ticket: https://youtrack.jetbrains.com/issue/TBX-7715/ubuntu2204-install-toolbox-error
Christian Karch I guess you are right
Parental ticket https://youtrack.jetbrains.com/issue/TBX-7534
The problem is fixed by installing: sudo apt install libfuse2
We also plan to add this information to the System requirements.
In my case, this solution does not work.
Sorry, it is in French. But is says that the package "libfuse2" is not available anymore.
The only way I found to install the library is by installing it manually from here :
https://packages.ubuntu.com/jammy/amd64/libfuse2/download
Then:
Now, you just need to move the library to the right place...
Then run :
It runs!
OK, that's not very clean... but, at least, you've get the toolbox running.