Files
tldr/pages.zh/linux/vso.md

36 lines
663 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vso
> 包管理器、系统更新程序和 Vanilla OS 的任务自动化工具。
> 更多信息:<https://github.com/Vanilla-OS/vanilla-system-operator>。
- 检查主系统的系统更新:
`vso sys-upgrade check`
- 立即升级主系统:
`vso sys-upgrade upgrade --now`
- 初始化 Pico 子系统(用于包管理):
`vso pico-init`
- 在子系统内安装应用程序:
`vso install {{package1 package2 ...}}`
- 从子系统中移除应用程序:
`vso remove {{package1 package2 ...}}`
- 进入子系统的 shell
`vso shell`
- 从子系统中运行应用程序:
`vso run {{package}}`
- 显示 VSO 配置:
`vso config show`