Bootstrap studio 7.1.2 doesn’t run on Debian 13
Hello @labid,
Welcome to the forums! Sorry to hear that you’ve encountered issues with installing Bootstrap Studio on Debian.
For someone on the forums to help you, or for when one of the developers gets back to you can you provide some more info?
What was the process you followed to install BSS?
Was their any error messages during the installation?
Have you an older version of the app that was able to install?
Out of the box Debian (and Debian based distros like Ubuntu, Mint etc) can’t run AppImage files. You will need to install the libfuse2 library with apt.
For Debian 13 you can do it with this command:
sudo apt install libfuse2t64
After this remember to make the Bootstrap Studio AppImage file executable with chmod +x and you can start it.
Yes I had to do the same thing to get Bootstrap studio 7.1.2 to work on the latest version of Ubuntu.
And don’t forget you have to uninstall the old version of Bootstrap studio before you upgrade to the newest version.