Skip to content
Snippets Groups Projects
Commit 7e96b09e authored by Stephen McDowell's avatar Stephen McDowell Committed by Todd Gamblin
Browse files

[docs] missin .. code-block:: console in Spack 101 (#2530)

The advanced [Uninstalling Packages](spack.readthedocs.io/en/latest/tutorial_sc16_spack_basics.html#uninstalling-packages) via hash has a couple missing `.. code-block:: console` directives ;)

I have no idea what branch to direct this to though...
parent 62dedc80
No related branches found
No related tags found
No related merge requests found
......@@ -1034,6 +1034,7 @@ We can uninstall packages by referring only to their hash.
We can use either ``-f`` (force) or ``-d`` (remove dependents as well) to
remove packages that are required by another installed package.
.. code-block:: console
$ spack uninstall /4blb
==> Error: Will not uninstall libelf@0.8.12%intel@16.0.3-4blbe3q
......@@ -1063,6 +1064,7 @@ Spack will not uninstall packages that are not sufficiently
specified. The ``-a`` (all) flag can be used to uninstall multiple
packages at once.
.. code-block:: console
$ spack uninstall trilinos
==> Error: trilinos matches multiple packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment