vault backup: 2025-03-15 19:55:07
This commit is contained in:
parent
341727f211
commit
cac698130f
|
@ -63,9 +63,8 @@
|
||||||
- tilix fedora dnf
|
- tilix fedora dnf
|
||||||
- 输入法
|
- 输入法
|
||||||
- Fcitx5
|
- Fcitx5
|
||||||
- 其他系统
|
- 其他系统软件
|
||||||
- Waydroid
|
|
||||||
- Wine
|
|
||||||
- Virtual Machine Manager / Qemu
|
- Virtual Machine Manager / Qemu
|
||||||
- docker
|
- docker/podman
|
||||||
-
|
- Waydroid
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
- 安装方式
|
||||||
|
- 下载.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`
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
- 背景
|
||||||
|
- redhat出品
|
||||||
|
- rootless
|
||||||
|
- 无守护进程
|
||||||
|
- 安装
|
||||||
|
- 从flathub中安装podman-desktop ,让其自动依赖安装。
|
||||||
|
- 常用操作
|
||||||
|
- 下载镜像 // 加上docker.io
|
||||||
|
- podman pull docker.io/xhofe/alist:latest
|
|
@ -0,0 +1,5 @@
|
||||||
|
- 应用路径
|
||||||
|
- ~/.local/share/applications
|
||||||
|
- /usr/share/applications
|
||||||
|
- 应用生成方式
|
||||||
|
- 详见 [[Appimage]]
|
Loading…
Reference in New Issue