Jetbrains Toolbox Install Need Help

I'm trying to get jetbrains-toolbox running. I downloaded jetbrains-toolbox-2.1.1.18388.tar.gz and extracted into into /opt/jetbrains-toolbox-2.1.1.18388. When I run I get:

Code:
$ ./jetbrains-toolbox  
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

So I ran with --appimage-extract option and it made the squashfs-root directory. In that directory I ran ./AppRun and it doesn't do anything, just goes back to prompt. What can I do to debug this? From what I understand this is not supported on FreeBSD and it's like running a Linux program so I installed Linux compatibility layer and also added linux_enable="YES" in /etc/rc.conf. What else can I try?
 
Back
Top