2013-03-16 17:54:00 +00:00
|
|
|
=================
|
|
|
|
qubes-dom0-update
|
|
|
|
=================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
====
|
|
|
|
qubes-dom0-update - update software in dom0
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
========
|
2015-09-04 00:11:16 +00:00
|
|
|
| qubes-dom0-update [--action=ACTION] [--clean] [--check-only] [--gui] [<yum opts>] [<pkg list>]
|
2013-03-16 17:54:00 +00:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
=======
|
2015-09-04 00:11:16 +00:00
|
|
|
--action=ACTION
|
|
|
|
Allows to pass a yum command, such as "install", "search", "downgrade" etc.
|
2013-03-16 17:54:00 +00:00
|
|
|
--clean
|
|
|
|
Clean yum cache before doing anything
|
|
|
|
--check-only
|
|
|
|
Only check for updates (no install)
|
|
|
|
--gui
|
|
|
|
Use gpk-update-viewer for update selection
|
|
|
|
|
|
|
|
<pkg list>
|
|
|
|
Download (and install if run by root) new packages in dom0 instead of updating
|
|
|
|
|
2014-05-11 15:49:52 +00:00
|
|
|
Besides above options, when no --gui or --check-only given, all other options
|
|
|
|
are passed to yum call. So for example --enablerepo/--disablerepo options works
|
|
|
|
as well.
|
|
|
|
|
2013-03-16 17:54:00 +00:00
|
|
|
AUTHORS
|
|
|
|
=======
|
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|