在CentOS系统上更新AppImage应用有多种方法,以下是一些常见的方式:
下载AppImageUpdate:
wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage
赋予执行权限:
chmod x AppImageUpdate-x86_64.AppImage
运行AppImageUpdate:
./AppImageUpdate-x86_64.AppImage
在弹出的对话框中,选择你要更新的AppImage文件,指定其路径,然后点击“Run updated AppImage”按钮。
下载AppImageUpdater:
wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdater-x86_64.AppImage
赋予执行权限:
chmod x AppImageUpdater-x86_64.AppImage
运行AppImageUpdater:
./AppImageUpdater-x86_64.AppImage
按照提示操作,选择你要更新的AppImage文件。
对于一些大型AppImage文件,可以使用.zsync文件来减少下载量。
下载.zsync文件:
wget https://example.com/yourapp-x86_64.AppImage.zsync
运行更新:
./yourapp-x86_64.AppImage --appimage-extract ./AppRun
AppImage会自动下载并应用更新。
一些AppImage应用支持自我更新功能。例如,FreeCAD支持在应用内部进行更新。