LinuxCommandLibrary

vso

Vanilla OS system operator tool

TLDR

Check for updates

$ vso sys-upgrade check
copy
Upgrade system now
$ vso sys-upgrade upgrade --now
copy
Initialize Pico subsystem
$ vso pico-init
copy
Install applications
$ vso install [package1] [package2]
copy
Remove applications
$ vso remove [package1] [package2]
copy
Enter subsystem shell
$ vso shell
copy
Run application
$ vso run [package]
copy
Show config
$ vso config show
copy

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 updates
sys-upgrade upgrade
Upgrade the system
pico-init
Initialize Pico subsystem
install
Install applications in subsystem
remove
Remove applications from subsystem
shell
Enter subsystem shell
run
Run application from subsystem
config show
Display configuration

CAVEATS

Vanilla OS specific. Subsystem must be initialized before package operations. System upgrades may require reboot.

SEE ALSO

apx(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community