snippetbashTip
vso — Package manager, system updater and a task automator for Vanilla OS. More information: <https://gith
Viewed 0 times
commandvsoupdaterandclipackagemanagersystem
linux
Problem
How to use the
vso command: Package manager, system updater and a task automator for Vanilla OS. More information: <https://github.com/Vanilla-OS/vanilla-system-operator>.Solution
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 checkUpgrade the host system now:
vso sys-upgrade upgrade --nowInitialize the Pico subsystem (used for package management):
vso pico-initInstall applications inside the subsystem:
vso install {{package1 package2 ...}}Remove applications from the subsystem:
vso remove {{package1 package2 ...}}Enter the subsystem's shell:
vso shellRun an application from the subsystem:
vso run {{package}}Display VSO configuration:
vso config showCode Snippets
Check for system updates to the host system
vso sys-upgrade checkUpgrade the host system now
vso sys-upgrade upgrade --nowInitialize the Pico subsystem (used for package management)
vso pico-initInstall applications inside the subsystem
vso install {{package1 package2 ...}}Remove applications from the subsystem
vso remove {{package1 package2 ...}}Context
tldr-pages: linux/vso
Revisions (0)
No revisions yet.