add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# vboxmanage-extpack
> 管理Oracle VirtualBox的扩展包。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack>。
- 将扩展包安装到VirtualBox注意在安装新版本之前您需要先删除现有版本的扩展包。
`VBoxManage extpack install {{path/to/file.vbox-extpack}}`
- 移除现有版本的VirtualBox扩展包
`VBoxManage extpack install --replace`
- 从VirtualBox中卸载扩展包
`VBoxManage extpack uninstall {{extension_pack_name}}`
- 卸载扩展包并跳过大多数卸载拒绝:
`VBoxManage extpack uninstall --force {{extension_pack_name}}`
- 清理扩展包留下的临时文件和目录:
`VBoxManage extpack cleanup`