1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | manpage, user manual, usage: VBoxManage updatecheck
|
---|
4 | -->
|
---|
5 | <!--
|
---|
6 | Copyright (C) 2020 Oracle Corporation
|
---|
7 |
|
---|
8 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
9 | available from http://www.virtualbox.org. This file is free software;
|
---|
10 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
11 | General Public License (GPL) as published by the Free Software
|
---|
12 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
13 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
14 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
15 | -->
|
---|
16 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
17 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
18 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
19 | %all.entities;
|
---|
20 | ]>
|
---|
21 | <refentry id="vboxmanage-updatecheck" lang="en">
|
---|
22 |
|
---|
23 | <refentryinfo>
|
---|
24 | <pubdate>$Date: 2022-08-18 17:27:14 +0000 (Thu, 18 Aug 2022) $</pubdate>
|
---|
25 | <title>VBoxManage updatecheck</title>
|
---|
26 | </refentryinfo>
|
---|
27 |
|
---|
28 | <refmeta>
|
---|
29 | <refentrytitle>VBoxManage-updatecheck</refentrytitle>
|
---|
30 | <manvolnum>1</manvolnum>
|
---|
31 | </refmeta>
|
---|
32 |
|
---|
33 | <refnamediv>
|
---|
34 | <refname>VBoxManage-updatecheck</refname>
|
---|
35 | <refpurpose>проверка на наличие новой версии VirtualBox</refpurpose>
|
---|
36 | <refclass>&product-name;</refclass>
|
---|
37 | </refnamediv>
|
---|
38 |
|
---|
39 | <refsynopsisdiv>
|
---|
40 | <cmdsynopsis id="synopsis-vboxmanage-updatecheck-perform"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
|
---|
41 | <command>VBoxManage updatecheck perform</command>
|
---|
42 | <arg>--machine-readable</arg>
|
---|
43 | </cmdsynopsis>
|
---|
44 | <cmdsynopsis id="synopsis-vboxmanage-updatecheck-list">
|
---|
45 | <command>VBoxManage updatecheck list</command>
|
---|
46 | <arg>--machine-readable</arg>
|
---|
47 | </cmdsynopsis>
|
---|
48 | <cmdsynopsis id="synopsis-vboxmanage-updatecheck-modify">
|
---|
49 | <command>VBoxManage updatecheck modify</command>
|
---|
50 | <group>
|
---|
51 | <arg choice="plain">--disable</arg>
|
---|
52 | <arg choice="plain">--enable</arg>
|
---|
53 | </group>
|
---|
54 | <arg>--channel=<replaceable>stable | withbetas | all</replaceable></arg>
|
---|
55 | <arg>--frequency=<replaceable>дни</replaceable></arg>
|
---|
56 | </cmdsynopsis>
|
---|
57 | </refsynopsisdiv>
|
---|
58 |
|
---|
59 | <refsect1>
|
---|
60 | <title>Описание</title>
|
---|
61 |
|
---|
62 | <para>Подкоманда <command>updatecheck</command> используется для проверки доступности новой версии
|
---|
63 | VirtualBox. Две опции подкоманды <command>updatecheck</command> используются для изменения
|
---|
64 | или просмотра настроек, относящихся к проверке новой версии VirtualBox.</para>
|
---|
65 |
|
---|
66 | <refsect2 id="vboxmanage-updatecheck-perform">
|
---|
67 | <title>updatecheck perform</title>
|
---|
68 | <remark role="help-copy-synopsis"/>
|
---|
69 | <para>
|
---|
70 | Проверяет доступность новой версии VirtualBox.
|
---|
71 | </para>
|
---|
72 | <variablelist>
|
---|
73 | <varlistentry>
|
---|
74 | <term><option>--machine-readable</option></term><listitem><para>Машино-читаемый вывод.</para></listitem>
|
---|
75 | </varlistentry>
|
---|
76 | </variablelist>
|
---|
77 | </refsect2>
|
---|
78 |
|
---|
79 | <refsect2 id="vboxmanage-updatecheck-list">
|
---|
80 | <title>updatecheck list</title>
|
---|
81 | <remark role="help-copy-synopsis"/>
|
---|
82 | <para>
|
---|
83 | Отображает текущие настройки, используемый при проверке новой версии VirtualBox.
|
---|
84 | </para>
|
---|
85 | <variablelist>
|
---|
86 | <varlistentry>
|
---|
87 | <term><option>--machine-readable</option></term><listitem><para>Машино-читаемый вывод.</para></listitem>
|
---|
88 | </varlistentry>
|
---|
89 | </variablelist>
|
---|
90 | </refsect2>
|
---|
91 |
|
---|
92 | <refsect2 id="vboxmanage-updatecheck-modify">
|
---|
93 | <title>updatecheck modify</title>
|
---|
94 | <remark role="help-copy-synopsis"/>
|
---|
95 | <para>
|
---|
96 | Изменяет настройки, используемые при проверке новой версии VirtualBox.
|
---|
97 | </para>
|
---|
98 | <variablelist>
|
---|
99 | <varlistentry>
|
---|
100 | <term><option>--enable</option></term><listitem><para>Включает службу проверки обновлений.</para></listitem>
|
---|
101 | </varlistentry>
|
---|
102 | <varlistentry>
|
---|
103 | <term><option>--disable</option></term><listitem><para>Отключает службу проверки обновлений.</para></listitem>
|
---|
104 | </varlistentry>
|
---|
105 | <varlistentry>
|
---|
106 | <term><option>--channel=stable | withbetas | all</option></term>
|
---|
107 | <listitem><para>Предпочитаемый тип выпуска, используемый при определении доступности новой версии VirtualBox. По умолчанию 'stable'.</para>
|
---|
108 | <variablelist>
|
---|
109 | <varlistentry>
|
---|
110 | <term><option>stable</option></term>
|
---|
111 | <listitem><para>Проверяет на новые стабильные выпуски (корректирующие и минорные выпуски внутри того же самого мажорного выпуска) VirtualBox.</para> </listitem>
|
---|
112 | </varlistentry>
|
---|
113 | <varlistentry>
|
---|
114 | <term><option>all</option></term>
|
---|
115 | <listitem><para>Проверяет на новые стабильные выпуски (корректирующие и минорные выпуски внутри того же самого мажорного выпуска), а также мажорные выпуски VirtualBox.</para></listitem>
|
---|
116 | </varlistentry>
|
---|
117 | <varlistentry>
|
---|
118 | <term><option>withbetas</option></term>
|
---|
119 | <listitem><para>Проверяет на новые стабильные выпуски (корректирующие и минорные выпуски внутри того же самого мажорного выпуска), мажорные и бета выпуски VirtualBox.</para></listitem>
|
---|
120 | </varlistentry>
|
---|
121 | </variablelist>
|
---|
122 | </listitem>
|
---|
123 | </varlistentry>
|
---|
124 | <varlistentry>
|
---|
125 | <term><option>--frequency=дни</option></term>
|
---|
126 | <listitem><para>Указывает, как часто в днях проверять на новые версии VirtualBox.</para></listitem>
|
---|
127 | </varlistentry>
|
---|
128 | </variablelist>
|
---|
129 | </refsect2>
|
---|
130 |
|
---|
131 | </refsect1>
|
---|
132 |
|
---|
133 | </refentry>
|
---|