VirtualBox

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

Last change on this file since 94247 was 93803, checked in by vboxsync, 3 years ago

doc/manual: Clean up the entity inclusion into all manpages, eliminating current and avoiding future warnings about unknown entity product-name. Minor further cleanups.

  • 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"
16 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
17<!ENTITY % all.entities SYSTEM "all-entities.ent">
18%all.entities;
19]>
20<refentry id="vboxmanage-updatecheck" lang="en">
21 <refentryinfo>
22 <pubdate>$Date: 2022-02-16 19:28:38 +0000 (Wed, 16 Feb 2022) $</pubdate>
23 <title>VBoxManage updatecheck</title>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle>VBoxManage-updatecheck</refentrytitle>
28 <manvolnum>1</manvolnum>
29 </refmeta>
30
31 <refnamediv>
32 <refname>VBoxManage-updatecheck</refname>
33 <refpurpose>Check for a newer version of VirtualBox</refpurpose>
34 <refclass>&product-name;</refclass>
35 </refnamediv>
36
37 <refsynopsisdiv>
38 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-perform"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
39 <command>VBoxManage updatecheck perform</command>
40 <arg>--machine-readable</arg>
41 </cmdsynopsis>
42 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-getsettings">
43 <command>VBoxManage updatecheck getsettings</command>
44 <arg>--machine-readable</arg>
45 </cmdsynopsis>
46 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-modifysettings">
47 <command>VBoxManage updatecheck modifysettings</command>
48 <group>
49 <arg choice="plain">--disable</arg>
50 <arg choice="plain">--enable</arg>
51 </group>
52 <arg>--target=<replaceable>stable | withbetas | allreleases</replaceable></arg>
53 <arg>--frequency=<replaceable>days</replaceable></arg>
54 </cmdsynopsis>
55 </refsynopsisdiv>
56
57 <refsect1>
58 <title>Description</title>
59
60 <para>The <command>updatecheck</command> subcommand is used to check if a newer
61 version of VirtualBox is available. The two subcommand options of <command>updatecheck</command>
62 are used for modifying or viewing the settings associated with checking for a newer version
63 of VirtualBox.</para>
64
65 <refsect2 id="vboxmanage-updatecheck-perform">
66 <title>updatecheck perform</title>
67 <remark role="help-copy-synopsis"/>
68 <para>
69 Check if a newer version of VirtualBox is available.
70 </para>
71 <variablelist>
72 <varlistentry>
73 <term><option>--machine-readable</option></term><listitem><para>Machine readable output.</para></listitem>
74 </varlistentry>
75 </variablelist>
76 </refsect2>
77
78 <refsect2 id="vboxmanage-updatecheck-getsettings">
79 <title>updatecheck getsettings</title>
80 <remark role="help-copy-synopsis"/>
81 <para>
82 Display the current settings used for specifying when to check for a newer version of VirtualBox.
83 </para>
84 <variablelist>
85 <varlistentry>
86 <term><option>--machine-readable</option></term><listitem><para>Machine readable output.</para></listitem>
87 </varlistentry>
88 </variablelist>
89 </refsect2>
90
91 <refsect2 id="vboxmanage-updatecheck-modifysettings">
92 <title>updatecheck modifysettings</title>
93 <remark role="help-copy-synopsis"/>
94 <para>
95 Modify the settings used for specifying when to check for a newer version of VirtaulBox.
96 </para>
97 <variablelist>
98 <varlistentry>
99 <term><option>--enable</option></term><listitem><para>Enable the update check service.</para></listitem>
100 </varlistentry>
101 <varlistentry>
102 <term><option>--disable</option></term><listitem><para>Disable the update check service.</para></listitem>
103 </varlistentry>
104 <varlistentry>
105 <term><option>--target=stable | withbetas | allreleases</option></term>
106 <listitem><para>The preferred release type used for determining whether a newer version of VirtualBox is available. The default is 'stable'.</para>
107 <variablelist>
108 <varlistentry>
109 <term><option>stable</option></term>
110 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release) of VirtualBox.</para> </listitem>
111 </varlistentry>
112 <varlistentry>
113 <term><option>allreleases</option></term>
114 <listitem><para>Check for newer stable releases (maintenance and minor releases within the same major release) and major releases of VirtualBox.</para></listitem>
115 </varlistentry>
116 <varlistentry>
117 <term><option>withbetas</option></term>
118 <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>
119 </varlistentry>
120 </variablelist>
121 </listitem>
122 </varlistentry>
123 <varlistentry>
124 <term><option>--frequency=days</option></term>
125 <listitem><para>Specify how often in days to check for a newer version of VirtualBox.</para></listitem>
126 </varlistentry>
127 </variablelist>
128 </refsect2>
129
130 </refsect1>
131
132</refentry>
133
Note: See TracBrowser for help on using the repository browser.

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