There seems to be something wrong with the libfuse2 installation on your system. That's why it is giving error: dlopen(): error loading libfuse.so.2
Install libfuse2 by running the following command on the terminal, and it should fix the error:
sudo apt install libfuse2
If it does not solve the problem, try to install the fuse too by running the following command on the terminal.
sudo apt install fuse