$Date: 2020-08-14 21:29:46 +0000 (Fri, 14 Aug 2020) $ VBoxManage updatecheck VBoxManage-updatecheck 1 VBoxManage-updatecheck Check for a newer version of VirtualBox Oracle VM VirtualBox VBoxManage updatecheck perform --machine-readable VBoxManage updatecheck getsettings --machine-readable VBoxManage updatecheck modifysettings --disable --enable --target=stable | withbetas | allreleases --frequency=days Description The updatecheck subcommand is used to check if a newer version of VirtualBox is available. The two subcommand options of updatecheck are used for modifying or viewing the settings associated with checking for a newer version of VirtualBox. updatecheck perform Check if a newer version of VirtualBox is available. Machine readable output. updatecheck getsettings Display the current settings used for specifying when to check for a newer version of VirtualBox. Machine readable output. updatecheck modifysettings Modify the settings used for specifying when to check for a newer version of VirtaulBox. Enable the update check service. Disable the update check service. The preferred release type used for determining whether a newer version of VirtualBox is available. The default is 'stable'. Check for newer stable releases (maintenance and minor releases within the same major release) of VirtualBox. Check for newer stable releases (maintenance and minor releases within the same major release) and major releases of VirtualBox. Check for newer stable releases (maintenance and minor releases within the same major release), major releases, and beta releases of VirtualBox. Specify how often in days to check for a newer version of VirtualBox.