tldr/pages/linux/vso.md

37 lines
703 B
Markdown
Raw Normal View History

2023-03-11 20:50:27 +00:00
# vso
> Package manager, system updater and a task automator for Vanilla OS.
2023-03-11 20:50:27 +00:00
> More information: <https://github.com/Vanilla-OS/vanilla-system-operator>.
- Check for system updates to the host system:
2023-03-11 20:50:27 +00:00
`vso sys-upgrade check`
2023-03-11 20:50:27 +00:00
- Upgrade the host system now:
2023-03-11 20:50:27 +00:00
`vso sys-upgrade upgrade --now`
2023-03-11 20:50:27 +00:00
- Initialize the Pico subsystem (used for package management):
2023-03-11 20:50:27 +00:00
`vso pico-init`
2023-03-11 20:50:27 +00:00
- Install applications inside the subsystem:
2023-03-11 20:50:27 +00:00
`vso install {{package1 package2 ...}}`
2023-03-11 20:50:27 +00:00
- Remove applications from the subsystem:
2023-03-11 20:50:27 +00:00
`vso remove {{package1 package2 ...}}`
2023-03-11 20:50:27 +00:00
- Enter the subsystem's shell:
2023-03-11 20:50:27 +00:00
`vso shell`
2023-03-11 20:50:27 +00:00
- Run an application from the subsystem:
2023-03-11 20:50:27 +00:00
`vso run {{package}}`
2023-03-11 20:50:27 +00:00
- Display VSO configuration:
2023-03-11 20:50:27 +00:00
`vso config show`