18 lines
700 B
Markdown
18 lines
700 B
Markdown
|
- 安装方式
|
||
|
- 下载.appimage的文件
|
||
|
- 使用github工具AppImageManager https://github.com/nemonic27/AppImageManager
|
||
|
- 对应用的所有操作使用均使用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`
|
||
|
|