应用程序图像不起作用

use*_*459 8 mount fuse 18.04

我正在使用开发工具来处理 mongodb。昨天工作正常。当我今天来时,在终端中运行 appImage 时出现此错误

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
Run Code Online (Sandbox Code Playgroud)

我通常通过转到我的下载目录然后点击命令来使用终端调用它

./nosqlbooster4mongo*.AppImage
Run Code Online (Sandbox Code Playgroud)

我查看了互联网,但找不到令人满意的解决方案。我对 ubuntu 非常陌生,所以也许我做错了什么?

use*_*459 13

经过数小时的搜索找到了解决方案!
保险丝会发生这种情况。而不是这个

./nosqlbooster4mongo*.AppImage
Run Code Online (Sandbox Code Playgroud)

我添加了一个额外的条款

--appimage-extract-and-run
Run Code Online (Sandbox Code Playgroud)

现在你可以像这样运行你的 appImage

./nosqlbooster4mongo*.AppImage --appimage-extract-and-run
Run Code Online (Sandbox Code Playgroud)

希望这可以帮助遇到此问题的其他人!