huchuan2025/20-Area/22-Work/221-Linux/App/Appimage.md

21 lines
854 B
Markdown
Raw Normal View History

2025-03-15 19:55:07 +08:00
- 安装方式
- 下载.appimage的文件
2025-03-15 22:19:38 +08:00
- 使用github工具AppImageManager https://github.com/nemonic27/AppImageManager 将appimage文件处理成Gnome的Application
- 市场 *目前没有太好用的*
- https://www.appimagehub.com/browse
- https://appimage.github.io/
2025-03-15 19:55:07 +08:00
- 对应用的所有操作使用均使用AppImageManager
- `./AppImageManager.py --help`
`usage: AppImageManager.py [-h] {list,show,delete,install} ...`
`A simple CLI to manage AppImage applications.`
`positional arguments:`
`{list,show,delete,install}`
`list List all installed AppImages`
`show Show details of a specific AppImage`
`delete Delete a specific AppImage`
`install Install AppImage`
`options:`
`-h, --help show this help message and exit`