mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
vboxmanage: add extpack command (#4179)
This commit is contained in:
parent
46b1f3f7bb
commit
b22f908ca4
1 changed files with 4 additions and 0 deletions
|
@ -27,3 +27,7 @@
|
||||||
- Shutdown down the virtual machine without saving its state:
|
- Shutdown down the virtual machine without saving its state:
|
||||||
|
|
||||||
`VBoxManage controlvm {{name|uuid}} poweroff`
|
`VBoxManage controlvm {{name|uuid}} poweroff`
|
||||||
|
|
||||||
|
- Update VBox extension packs:
|
||||||
|
|
||||||
|
`VBoxManage extpack install --replace {{VboxExtensionPackFileName}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue