VirtualBox

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

Last change on this file since 91099 was 85780, checked in by vboxsync, 4 years ago

VBoxManage/checkupdate: machine readable output. bugref:7983

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 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-14 21:29:46 +0000 (Fri, 14 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-perform"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
36 <command>VBoxManage updatecheck perform</command>
37 <arg>--machine-readable</arg>
38 </cmdsynopsis>
39 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-getsettings">
40 <command>VBoxManage updatecheck getsettings</command>
41 <arg>--machine-readable</arg>
42 </cmdsynopsis>
43 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-modifysettings">
44 <command>VBoxManage updatecheck modifysettings</command>
45 <group>
46 <arg choice="plain">--disable</arg>
47 <arg choice="plain">--enable</arg>
48 </group>
49 <arg>--target=<replaceable>stable | withbetas | allreleases</replaceable></arg>
50 <arg>--frequency=<replaceable>days</replaceable></arg>
51 </cmdsynopsis>
52 </refsynopsisdiv>
53
54 <refsect1>
55 <title>Description</title>
56
57 <para>The <command>updatecheck</command> subcommand is used to check if a newer
58 version of VirtualBox is available. The two subcommand options of <command>updatecheck</command>
59 are used for modifying or viewing the settings associated with checking for a newer version
60 of VirtualBox.</para>
61
62 <refsect2 id="vboxmanage-updatecheck-perform">
63 <title>updatecheck perform</title>
64 <remark role="help-copy-synopsis"/>
65 <para>
66 Check if a newer version of VirtualBox is available.
67 </para>
68 <variablelist>
69 <varlistentry>
70 <term><option>--machine-readable</option></term><listitem><para>Machine readable output.</para></listitem>
71 </varlistentry>
72 </variablelist>
73 </refsect2>
74
75 <refsect2 id="vboxmanage-updatecheck-getsettings">
76 <title>updatecheck getsettings</title>
77 <remark role="help-copy-synopsis"/>
78 <para>
79 Display the current settings used for specifying when to check for a newer version of VirtualBox.
80 </para>
81 <variablelist>
82 <varlistentry>
83 <term><option>--machine-readable</option></term><listitem><para>Machine readable output.</para></listitem>
84 </varlistentry>
85 </variablelist>
86 </refsect2>
87
88 <refsect2 id="vboxmanage-updatecheck-modifysettings">
89 <title>updatecheck modifysettings</title>
90 <remark role="help-copy-synopsis"/>
91 <para>
92 Modify the settings used for specifying when to check for a newer version of VirtaulBox.
93 </para>
94 <variablelist>
95 <varlistentry>
96 <term><option>--enable</option></term><listitem><para>Enable the update check service.</para></listitem>
97 </varlistentry>
98 <varlistentry>
99 <term><option>--disable</option></term><listitem><para>Disable the update check service.</para></listitem>
100 </varlistentry>
101 <varlistentry>
102 <term><option>--target=stable | withbetas | allreleases</option></term>
103 <listitem><para>The preferred release type used for determining whether a newer version of VirtualBox is available. The default is 'stable'.</para>
104 <variablelist>
105 <varlistentry>
106 <term><option>stable</option></term>
107 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release) of VirtualBox.</para> </listitem>
108 </varlistentry>
109 <varlistentry>
110 <term><option>allreleases</option></term>
111 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release) and major releases of VirtualBox.</para></listitem>
112 </varlistentry>
113 <varlistentry>
114 <term><option>withbetas</option></term>
115 <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>
116 </varlistentry>
117 </variablelist>
118 </listitem>
119 </varlistentry>
120 <varlistentry>
121 <term><option>--frequency=days</option></term>
122 <listitem><para>Specify how often in days to check for a newer version of VirtualBox.</para></listitem>
123 </varlistentry>
124 </variablelist>
125 </refsect2>
126
127 </refsect1>
128
129</refentry>
130
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