Score:1

Error running AppImage "fusermount: mount failed: Operation not permitted" on Ubuntu 20.04

hn flag

I'm trying to run an AppImage executable file. However, I see the following error message when I run it:

$ jetbrains-toolbox 
fusermount: mount failed: Operation not permitted

Cannot mount AppImage, please check your FUSE setup.
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
open dir error: No such file or directory

I have fuse installed and it looks like it's configured properly but I still see the error. How can I fix it?

Score:1
hn flag

On Ubuntu 20.04, completely reinstalling fuse helps.

Either with:

sudo apt-get remove --auto-remove fuse
sudo apt-get install fuse

or less intrusive

sudo apt --reinstall install fuse

Source information: https://youtrack.jetbrains.com/issue/TBX-3544

funny_falcon avatar
gb flag
what if doesn't help?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.