镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
docs/index.php now scans docs/md/*.md, uses each file's first '# heading' (or the filename) as the tree label, and renders the selected page on the right. The hardcoded group/page map is gone; adding/removing an .md under md/ updates the left file tree automatically. .md sources moved into docs/md/.
1.5 KiB
1.5 KiB
命令参考
安装
pmm install <pkg> # 从注册表安装
pmm install <pkg> [pkg2 ...] # 装多个
pmm install <file.deb|.rpm|.apk|.pdm> # 装本地包
pmm install -dpkg <x.deb> # 强制按 deb 装
pmm install -rpm <x.rpm> # 强制按 rpm 装
pmm install --git <repo> # 从 git Release 装
pmm install --force <pkg> # 强制重装
卸载 / 查询
pmm remove <pkg>
pmm list # 已安装
pmm list --upgradable # 可升级的
pmm search <keyword> # 搜索
pmm info <package|file.pdm> # 详情
pmm verify <file> # sha256/sha1
镜像 / 更新
pmm mirror list
pmm mirror add <n> <api>
pmm mirror use <n>
pmm mirror remove <n>
pmm mirror check # 探测各镜像源可达性
pmm update # 刷新镜像索引
pmm upgrade [--yes] # 升级所有已装包
pmm self-update # 更新 pmm 自身
配置
pmm setting lang -l # 列语言包
pmm setting lang <locale> # 切换语言
pmm setting set <key> <value> # 写 pmm.conf(如 mirror / proxy)
pmm setting get # 读 pmm.conf
pmm setting mirror <name> # 设当前镜像
pmm cache clean # 清缓存
全局选项
--no-color # 禁用 ANSI 颜色
-q, --quiet # 只显示错误/警告
--verbose # 更多细节
-p<drive> # 指定安装盘符(Windows)