--- lang: en layout: doc permalink: /doc/how-to-update/ redirect_from: - /doc/updating-qubes-os/ ref: 200 title: How to update --- *This page is about updating your system while staying on the same [supported version of Qubes OS](/doc/supported-releases/#qubes-os). If you're instead looking to upgrade from your current version of Qubes OS to a newer version, see the [Upgrade Guides](/doc/upgrade/).* ## Security updates Security updates are an extremely important part of keeping your Qubes installation secure. When there is an important security issue, we will issue a [Qubes Security Bulletin (QSB)](/security/qsb/) via the [Qubes Security Pack (`qubes-secpack`)](/security/pack/). It is very important to read each new QSB and follow any user instructions it contains. Most of the time, simply [updating your system normally](#routine-updates) will be sufficient to obtain security updates. However, in some cases, special action may be required on your part, which will be explained in the QSB. ## Routine updates It is important to keep your Qubes OS system up-to-date to ensure you have the latest [security updates](#security-updates), as well as the latest non-security enhancements and bug fixes. Fully updating your Qubes OS system means updating: - [dom0](/doc/glossary/#dom0) - [templates](/doc/glossary/#template) - [standalones](/doc/glossary/#standalone) (if you have any) You can accomplish this using the **Qubes Update** tool. [![Qubes Update](/attachment/doc/r4.0-software-update.png)](/attachment/doc/r4.0-software-update.png) By default, the Qubes Update tool will appear as an icon in the Notification Area when updates are available. [![Qube Updates Available](/attachment/doc/r4.0-qube-updates-available.png)](/attachment/doc/r4.0-qube-updates-available.png) However, you can also start the tool manually by selecting it in the Applications Menu under "System Tools." Even if no updates have been detected, you can use this tool to check for updates manually at any time by selecting "Enable updates for qubes without known available updates," then selecting all desired items from the list and clicking "Next." ## Command-line interface
qubes-dom0-update
, dnf update
, and apt
update
is not recommended, since these bypass built-in Qubes OS
update security measures. Instead, we strongly recommend using the Qubes
Update tool or its command-line equivalents, as described below. (By
contrast, installing packages
using direct package manager commands is fine.)