VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-updatecheck.xml@ 85770

Last change on this file since 85770 was 85683, checked in by vboxsync, 4 years ago

Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move update check from GUI to API, add more data

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage updatecheck
4
5 Copyright (C) 2020 Oracle Corporation
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14 -->
15<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
16<refentry id="vboxmanage-updatecheck" lang="en">
17
18 <refentryinfo>
19 <pubdate>$Date: 2020-08-11 11:03:42 +0000 (Tue, 11 Aug 2020) $</pubdate>
20 <title>VBoxManage updatecheck</title>
21 </refentryinfo>
22
23 <refmeta>
24 <refentrytitle>VBoxManage-updatecheck</refentrytitle>
25 <manvolnum>1</manvolnum>
26 </refmeta>
27
28 <refnamediv>
29 <refname>VBoxManage-updatecheck</refname>
30 <refpurpose>Check for a newer version of VirtualBox</refpurpose>
31 <refclass>Oracle VM VirtualBox</refclass>
32 </refnamediv>
33
34 <refsynopsisdiv>
35 <cmdsynopsis id="synopsis-vboxmanage-updatecheck"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
36 <command>VBoxManage updatecheck perform</command>
37 </cmdsynopsis>
38 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-getsettings">
39 <command>VBoxManage updatecheck getsettings</command>
40 </cmdsynopsis>
41 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-modifysettings">
42 <command>VBoxManage updatecheck modifysettings</command>
43 <group>
44 <arg choice="plain">--disable</arg>
45 <arg choice="plain">--enable</arg>
46 </group>
47 <arg>--branch=<replaceable>stable | withbetas | allreleases</replaceable></arg>
48 <arg>--frequency=<replaceable>days</replaceable></arg>
49 </cmdsynopsis>
50 </refsynopsisdiv>
51
52 <refsect1>
53 <title>Description</title>
54
55 <para>The <command>updatecheck</command> subcommand is used to check if a newer
56 version of VirtualBox is available. The two subcommand options of <command>updatecheck</command>
57 are used for modifying or viewing the settings associated with checking for a newer version
58 of VirtualBox.</para>
59
60 <refsect2 id="vboxmanage-updatecheck">
61 <title>updatecheck</title>
62 <remark role="help-copy-synopsis"/>
63 <para>
64 Check if a newer version of VirtualBox is available.
65 </para>
66 </refsect2>
67
68 <refsect2 id="vboxmanage-updatecheck-getsettings">
69 <title>updatecheck getsettings</title>
70 <remark role="help-copy-synopsis"/>
71 <para>
72 Display the current settings used for specifying when to check for a newer version of VirtualBox.
73 </para>
74 </refsect2>
75
76 <refsect2 id="vboxmanage-updatecheck-modifysettings">
77 <title>updatecheck modifysettings</title>
78 <remark role="help-copy-synopsis"/>
79 <para>
80 Modify the settings used for specifying when to check for a newer version of VirtaulBox.
81 </para>
82 <variablelist>
83 <varlistentry>
84 <term><option>--enable</option></term><listitem><para>Enable the update check service.</para></listitem>
85 </varlistentry>
86 <varlistentry>
87 <term><option>--disable</option></term><listitem><para>Disable the update check service.</para></listitem>
88 </varlistentry>
89 <varlistentry>
90 <term><option>--target=stable | withbetas | allreleases</option></term>
91 <listitem><para>The preferred release type used for determining whether a newer version of VirtualBox is available. The default is 'stable'.</para>
92 <variablelist>
93 <varlistentry>
94 <term><option>stable</option></term>
95 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release) of VirtualBox.</para> </listitem>
96 </varlistentry>
97 <varlistentry>
98 <term><option>allreleases</option></term>
99 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release) and major releases of VirtualBox.</para></listitem>
100 </varlistentry>
101 <varlistentry>
102 <term><option>withbetas</option></term>
103 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release), major releases, and beta releases of VirtualBox.</para></listitem>
104 </varlistentry>
105 </variablelist>
106 </listitem>
107 </varlistentry>
108 <varlistentry>
109 <term><option>--frequency=days</option></term>
110 <listitem><para>Specify how often in days to check for a newer version of VirtualBox.</para></listitem>
111 </varlistentry>
112 </variablelist>
113 </refsect2>
114
115 </refsect1>
116
117</refentry>
118
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette