vso
Vanilla OS system operator tool
TLDR
Check for updates
$ vso sys-upgrade check
Upgrade system now$ vso sys-upgrade upgrade --now
Initialize Pico subsystem$ vso pico-init
Install applications$ vso install [package1] [package2]
Remove applications$ vso remove [package1] [package2]
Enter subsystem shell$ vso shell
Run application$ vso run [package]
Show config$ vso config show
SYNOPSIS
vso COMMAND [OPTIONS]
DESCRIPTION
vso (Vanilla System Operator) is a package manager, system updater, and task automator for Vanilla OS. It manages the immutable host system and a mutable Pico subsystem for package installation.
The subsystem provides a container-like environment where traditional packages can be installed without modifying the base system.
COMMANDS
sys-upgrade check
Check for system updatessys-upgrade upgrade
Upgrade the systempico-init
Initialize Pico subsysteminstall
Install applications in subsystemremove
Remove applications from subsystemshell
Enter subsystem shellrun
Run application from subsystemconfig show
Display configuration
CAVEATS
Vanilla OS specific. Subsystem must be initialized before package operations. System upgrades may require reboot.
SEE ALSO
apx(1)
