VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-updatecheck.xml@ 93713

Last change on this file since 93713 was 93478, checked in by vboxsync, 3 years ago

Doc/manual: bugref:1909: Added Russian translation of VBoxManage manuals

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.2 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: 2022-01-28 14:37:31 +0000 (Fri, 28 Jan 2022) $</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>проверка на наличие новой версии 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>дни</replaceable></arg>
51 </cmdsynopsis>
52 </refsynopsisdiv>
53
54 <refsect1>
55 <title>Описание</title>
56
57 <para>Подкоманда <command>updatecheck</command> используется для проверки доступности новой версии
58 VirtualBox. Две опции подкоманды <command>updatecheck</command> используются для изменения
59 или просмотра настроек, относящихся к проверке новой версии VirtualBox.</para>
60
61 <refsect2 id="vboxmanage-updatecheck-perform">
62 <title>updatecheck perform</title>
63 <remark role="help-copy-synopsis"/>
64 <para>
65 Проверяет доступность новой версии VirtualBox.
66 </para>
67 <variablelist>
68 <varlistentry>
69 <term><option>--machine-readable</option></term><listitem><para>Машино-читаемый вывод.</para></listitem>
70 </varlistentry>
71 </variablelist>
72 </refsect2>
73
74 <refsect2 id="vboxmanage-updatecheck-getsettings">
75 <title>updatecheck getsettings</title>
76 <remark role="help-copy-synopsis"/>
77 <para>
78 Отображает текущие настройки, используемый при проверке новой версии VirtualBox.
79 </para>
80 <variablelist>
81 <varlistentry>
82 <term><option>--machine-readable</option></term><listitem><para>Машино-читаемый вывод.</para></listitem>
83 </varlistentry>
84 </variablelist>
85 </refsect2>
86
87 <refsect2 id="vboxmanage-updatecheck-modifysettings">
88 <title>updatecheck modifysettings</title>
89 <remark role="help-copy-synopsis"/>
90 <para>
91 Изменяет настройки, используемые при проверке новой версии VirtaulBox.
92 </para>
93 <variablelist>
94 <varlistentry>
95 <term><option>--enable</option></term><listitem><para>Включает службу проверки обновлений.</para></listitem>
96 </varlistentry>
97 <varlistentry>
98 <term><option>--disable</option></term><listitem><para>Отключает службу проверки обновлений.</para></listitem>
99 </varlistentry>
100 <varlistentry>
101 <term><option>--target=stable | withbetas | allreleases</option></term>
102 <listitem><para>Предпочитаемый тип выпуска, используемый при определении доступности новой версии VirtualBox. По умолчанию 'stable'.</para>
103 <variablelist>
104 <varlistentry>
105 <term><option>stable</option></term>
106 <listitem><para>Проверяет на новые стабильные выпуски (корректирующие и минорные выпуски внутри того же самого мажорного выпуска) VirtualBox.</para> </listitem>
107 </varlistentry>
108 <varlistentry>
109 <term><option>allreleases</option></term>
110 <listitem><para>Проверяет на новые стабильные выпуски (корректирующие и минорные выпуски внутри того же самого мажорного выпуска), а также мажорные выпуски VirtualBox.</para></listitem>
111 </varlistentry>
112 <varlistentry>
113 <term><option>withbetas</option></term>
114 <listitem><para>Проверяет на новые стабильные выпуски (корректирующие и минорные выпуски внутри того же самого мажорного выпуска), мажорные и бета выпуски VirtualBox.</para></listitem>
115 </varlistentry>
116 </variablelist>
117 </listitem>
118 </varlistentry>
119 <varlistentry>
120 <term><option>--frequency=дни</option></term>
121 <listitem><para>Указывает, как часто в днях проверять на новые версии VirtualBox.</para></listitem>
122 </varlistentry>
123 </variablelist>
124 </refsect2>
125
126 </refsect1>
127
128</refentry>
129
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