System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.