VirtualBox

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

Last change on this file since 94660 was 94643, checked in by vboxsync, 3 years ago

Main/Update check: Big overhaul of the API and functionality.

  • Now uses VBOX_WITH_UPDATE_AGENT to entirely disable the feature (enabled by default).
  • Main: Uses new (more abstract) API as proposed in the latest UML docs.
  • Main: Added support for several events.
  • Main: Added support for update severities, order and dependencies (all optional).
  • Settings/XML: Now has own "Updates" branch to also cover other updatable components (later); not part of the system properties anymore.
  • Prepared for GuestAdditions and ExtPack updates.
  • FE/Qt: Adapted to new API.
  • FE/VBoxManage: Adapted to new API; uses more uniform (common) synopsis "modify" and "list" for modifying and listing (showing) update settings.
  • Docs: Fixed various typos, extended documentation.

Work in progress. 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"
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-04-20 09:08:37 +0000 (Wed, 20 Apr 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>Checks 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-list">
43 <command>VBoxManage updatecheck list</command>
44 <arg>--machine-readable</arg>
45 </cmdsynopsis>
46 <cmdsynopsis id="synopsis-vboxmanage-updatecheck-modify">
47 <command>VBoxManage updatecheck modify</command>
48 <group>
49 <arg choice="plain">--disable</arg>
50 <arg choice="plain">--enable</arg>
51 </group>
52 <arg>--channel=<replaceable>stable | withbetas | all</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 Checks 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-list">
79 <title>updatecheck list</title>
80 <remark role="help-copy-synopsis"/>
81 <para>
82 Displays 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-modify">
92 <title>updatecheck modify</title>
93 <remark role="help-copy-synopsis"/>
94 <para>
95 Modifies the settings used for specifying when to check for a newer version of VirtualBox.
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>--channel=stable | withbetas | all</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>Checks for newer stable releases (maintenance and minor releases within the same major release) of VirtualBox.</para> </listitem>
111 </varlistentry>
112 <varlistentry>
113 <term><option>all</option></term>
114 <listitem><para>Checks 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>Checks 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>Specifies 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>
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