mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-30 08:27:00 -05:00
Move current pages to /en/ subdirectory
This commit is contained in:
parent
f3ee78f223
commit
a91496e9d6
159 changed files with 2 additions and 2 deletions
48
en/reference/Dom0Tools/QubesDom0Update.md
Normal file
48
en/reference/Dom0Tools/QubesDom0Update.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
layout: doc
|
||||
title: QubesDom0Update
|
||||
permalink: /en/doc/dom0-tools/qubes-dom0-update/
|
||||
redirect_from:
|
||||
- /doc/Dom0Tools/QubesDom0Update/
|
||||
- /wiki/Dom0Tools/QubesDom0Update/
|
||||
---
|
||||
|
||||
qubes-dom0-update
|
||||
=================
|
||||
|
||||
NAME
|
||||
----
|
||||
|
||||
qubes-dom0-update - update software in dom0
|
||||
|
||||
Date
|
||||
2012-04-13
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
||||
qubes-dom0-update [--clean] [--check-only] [--gui] [\<yum opts\>] [\<pkg list\>]
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
--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
|
||||
|
||||
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.
|
||||
|
||||
AUTHORS
|
||||
-------
|
||||
|
||||
Joanna Rutkowska \<joanna at invisiblethingslab dot com\>
|
||||
Rafal Wojtczuk \<rafal at invisiblethingslab dot com\>
|
||||
Marek Marczykowski \<marmarek at invisiblethingslab dot com\>
|
||||
Loading…
Add table
Add a link
Reference in a new issue