mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-25 17:45:52 +00:00
Corrects Sphinx syntax, URL; and prepends commands with sudo.
Signed-off-by: Michael Vincerra <michaelx.vincerra@intel.com>
This commit is contained in:
@@ -3,51 +3,45 @@
|
||||
Useful bundle commands
|
||||
######################
|
||||
|
||||
|
||||
|
||||
To see a list of currently installed bundles, enter:
|
||||
|
||||
:command:`swupd` :option:`bundle-list`
|
||||
.. code-block:: bash
|
||||
|
||||
sudo swupd bundle-list
|
||||
|
||||
To see the list of all available bundles, enter:
|
||||
|
||||
:command:`swupd` :option:`bundle-list --all`
|
||||
.. code-block:: bash
|
||||
|
||||
sudo swupd bundle-list --all
|
||||
|
||||
Alternatively, you may reference the `available bundle list`_ webpage.
|
||||
|
||||
Alternatively, you may reference the `available bundle list`_ webpage.
|
||||
|
||||
To search for bundles and their contents, enter:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# swupd search [bundle name]
|
||||
.. code-block:: bash
|
||||
|
||||
sudo swupd search [bundle name]
|
||||
|
||||
To add a bundle, enter:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# swupd bundle-add [bundle name]
|
||||
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo swupd bundle-add [bundle name]
|
||||
|
||||
Additional information
|
||||
======================
|
||||
|
||||
For additional :command:`swupd` commands, enter:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: bash
|
||||
|
||||
# swupd --help
|
||||
swupd --help
|
||||
|
||||
or reference the :command:`swupd` man page, enter:
|
||||
To reference the :command:`swupd` man page, enter:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: bash
|
||||
|
||||
# man swupd
|
||||
man swupd
|
||||
|
||||
|
||||
.. _available bundle list: https://clearlinux.org/documentation/clear-linux/reference/bundles/available-bundles#bundle-list
|
||||
.. _available bundle list: https://clearlinux.org/documentation/clear-linux/reference/bundles/available-bundles
|
||||
|
||||
Reference in New Issue
Block a user