镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- index.md (快速开始) one-line install now uses https://pmm.parlz.com/download/install.sh (matches the download folder). - docs/index.php: read the crumb title from the raw markdown's first '# ' line (was reading the rendered body, which had already converted '#' to <h1>, so it fell back to the slug e.g. 'index').
897 B
897 B
快速开始
PMM(ParlzPackageManager) 是一个用 C 语言从零编写的跨平台包管理器,理念:敲即得,装即跑。
支持 Windows / Linux / macOS。像 apt 一样多镜像源,也能直接装 GitHub / GitLab / Gitea / Forgejo 的 Release。
一分钟装好
curl -sSL https://pmm.parlz.com/download/install.sh | bash
装好后:
pmm --version # 查看版本
pmm install nodejs # 安装一个软件包
pmm list # 已安装的软件包
常用命令一览
pmm install <pkg> 安装
pmm remove <pkg> 卸载
pmm search <kw> 搜索
pmm info <pkg> 详情
pmm update 刷新镜像索引
pmm upgrade 升级所有已装包
pmm mirror list 查看镜像源
pmm setting lang <xx> 切换语言包
详见 命令参考。