diff options
-rw-r--r-- | doc/admin/software/usage.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/admin/software/usage.rst b/doc/admin/software/usage.rst index 5bc034f..bc2f90e 100644 --- a/doc/admin/software/usage.rst +++ b/doc/admin/software/usage.rst @@ -94,6 +94,14 @@ enumerate them for particular repository represented by print(" " + identity.path["InstanceID"] [len("LMI:LMI_SoftwareIdentity:"):]) +.. note:: + This is not the same as running: :: + + yum list available + + which outputs all available, not installed packages. The example above + yields available packages without any regard to their installation status. + .. seealso:: :ref:`LMI_ResourceForSoftwareIdentity<LMI-ResourceForSoftwareIdentity>` |