Published
- 1 min read
AppImages require FUSE to run.
The solution for this is noted below
AppImages require FUSE to run.
Solution
sudo apt-get install fuse libfuse2
sudo modprobe -v fuse
sudo addgroup fuse
sudo adduser $USER fuse
Try other methods by searching on the site. That is if this doesn’t work