Snipaste 官网下载链接: Snipaste Downloads
# 1、进入到 Snipaste-2.8.9-Beta-x86_64.AppImage 所在目录(根据自己的下载目录而定)
cd /..../AppImage
# 2、给 Snipaste-2.8.9-Beta-x86_64.AppImage 添加可执行权限
sudo chmod +x Snipaste-2.8.9-Beta-x86_64.AppImage
# 3、执行即可启动
./Snipaste-2.8.9-Beta-x86_64.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 update
sudo apt install fuse
再次执行命令
./Snipaste-2.10.3-x86_64.AppImage
后面snipaste就可以出现在电脑上了