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.
PARAMETERS
--now
Perform system upgrade immediately without scheduling-h, --help
Show help information--version
Show version information
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 subsystemexport
Export an installed application as a desktop entryunexport
Remove an exported desktop entryconfig show
Display configurationhelp
Show help for a command
CAVEATS
Vanilla OS specific. Subsystem must be initialized before package operations. System upgrades may require reboot.
