首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Ubuntu20.04上运行AppImage“fuer装入:装入失败:不允许的操作”时出错

在Ubuntu20.04上运行AppImage“fuer装入:装入失败:不允许的操作”时出错
EN

Ask Ubuntu用户
提问于 2021-09-30 23:14:39
回答 1查看 2.9K关注 0票数 1

我正在尝试运行一个AppImage可执行文件。但是,在运行它时,我会看到以下错误消息:

代码语言:javascript
复制
$ 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

我已经安装了fuse,它看起来配置得很好,但是我仍然看到了错误。我怎么才能修好它?

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2021-09-30 23:14:39

在Ubuntu20.04上,完全重新安装fuse会有所帮助。

要么有:

代码语言:javascript
复制
sudo apt-get remove --auto-remove fuse
sudo apt-get install fuse

或较少侵扰性

代码语言:javascript
复制
sudo apt --reinstall install fuse

资料来源:https://youtrack.jetbrains.com/issue/TBX-3544

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1366763

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档