21 lines
854 B
Markdown
21 lines
854 B
Markdown
- 安装方式
|
|
- 下载.appimage的文件
|
|
- 使用github工具AppImageManager https://github.com/nemonic27/AppImageManager 将appimage文件处理成Gnome的Application
|
|
- 市场 *目前没有太好用的*
|
|
- https://www.appimagehub.com/browse
|
|
- https://appimage.github.io/
|
|
- 对应用的所有操作使用均使用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`
|
|
|