mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-29 09:16:08 +00:00
8a07199ef0
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
48 lines
773 B
ReStructuredText
48 lines
773 B
ReStructuredText
.. _bundle-commands:
|
|
|
|
Useful bundle commands
|
|
######################
|
|
|
|
To see a list of currently installed bundles, enter:
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo swupd bundle-list
|
|
|
|
To see the list of all available bundles, enter:
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo swupd bundle-list --all
|
|
|
|
Alternatively, you can view our :ref:`available bundles <bundles>`
|
|
webpage.
|
|
|
|
To search for bundles and their contents, enter:
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo swupd search [bundle name]
|
|
|
|
To add a bundle, enter:
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo swupd bundle-add [bundle name]
|
|
|
|
Additional information
|
|
======================
|
|
|
|
For additional :command:`swupd` commands, enter:
|
|
|
|
.. code-block:: bash
|
|
|
|
swupd --help
|
|
|
|
To reference the :command:`swupd` man page, enter:
|
|
|
|
.. code-block:: bash
|
|
|
|
man swupd
|
|
|