1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:02:08 +02:00
tldr/pages/linux/vso.md
K.B.Dharun Krishna c36f2c4d5d
ikaros: add page; vso: update page (#10667)
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-09-09 19:25:21 +02:00

703 B

vso

Package manager, system updater and a task automator for Vanilla OS. More information: https://github.com/Vanilla-OS/vanilla-system-operator.

  • Check for system updates to the host system:

vso sys-upgrade check

  • Upgrade the host system now:

vso sys-upgrade upgrade --now

  • Initialize the Pico subsystem (used for package management):

vso pico-init

  • Install applications inside the subsystem:

vso install {{package1 package2 ...}}

  • Remove applications from the subsystem:

vso remove {{package1 package2 ...}}

  • Enter the subsystem's shell:

vso shell

  • Run an application from the subsystem:

vso run {{package}}

  • Display VSO configuration:

vso config show