應用程式圖像不工作

應用程式圖像不工作

我正在使用開發工具來處理 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

我通常使用終端呼叫它,方法是轉到我的下載目錄,然後點擊命令

./nosqlbooster4mongo*.AppImage

我在互聯網上查看但找不到滿意的解決方案。我對 ubuntu 非常陌生,所以也許我做錯了什麼?

答案1

經過幾個小時的搜索找到了解決方案!
保險絲會發生這種情況。而不是這個

./nosqlbooster4mongo*.AppImage

我添加了一個額外的條款

--appimage-extract-and-run

現在你可以像這樣運行你的appImage

./nosqlbooster4mongo*.AppImage --appimage-extract-and-run

希望這對遇到此問題的其他人有所幫助!

相關內容