mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 07:49:49 +00:00
Update cheatsheets
This commit is contained in:
41
linux/vso
Normal file
41
linux/vso
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user