双击appimage不起作用
chmod a+x nosqlbooster4mongo*.AppImage
./nosqlbooster4mongo*.AppImage
给出错误
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
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
运行命令:
sudo apt install libfuse2
如果您不想使用FUSE,那么您可以遵循以下步骤:
步骤1:运行chmod a+x with file。以相同的文件名在同一目录下运行终端,或者您可以拖动&删除下载的文件
chmod a+x nosqlbooster4mongo*.AppImage
步骤2:提取appImage文件
./nosqlbooster4mongo*.AppImage --appimage-extract
步骤3:进入解压创建的文件夹,找到文件,然后双击,或者你可以在终端中运行文件名:
./nosqlbooster4mongodb
注意:'*'符号实际上是版本号。使用chmod a+x fileName。AppImage将在home/.config/
为应用创建一个目录