系统相关
首页 > 系统相关> > Linux 下Appimage 压缩与解压

Linux 下Appimage 压缩与解压

作者:互联网

appimage自身支持直接压缩和解压

--appimage-extract

$ xxxx.AppImage --appimage-extract

请注意使用appimagetool压缩时,只检验文件夹内是否存在快捷方式和AppRun,至于需要连接的库不再验证,如果自己解压后手动删除了引用库会造成新压缩后文件无法使用。

$ appimagetool xxxx包含AppImage内容的文件夹

appimagetool 可从此处下载:wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-aarch64.AppImage"

标签:解压,appimagetool,appimage,Appimage,压缩,AppImage,文件夹,Linux
来源: https://www.cnblogs.com/hencins/p/14446164.html