From 7e96b09e63df0d963b6d839fe378ce9761f2ef2d Mon Sep 17 00:00:00 2001 From: Stephen McDowell Date: Sun, 11 Dec 2016 14:40:36 -0500 Subject: [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... --- lib/spack/docs/tutorial_sc16_spack_basics.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/spack/docs/tutorial_sc16_spack_basics.rst b/lib/spack/docs/tutorial_sc16_spack_basics.rst index d83d6e4064..7b4a7841ae 100644 --- a/lib/spack/docs/tutorial_sc16_spack_basics.rst +++ b/lib/spack/docs/tutorial_sc16_spack_basics.rst @@ -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: -- cgit v1.2.3-60-g2f50