octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49156] No easy way to check whether a package


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #49156] No easy way to check whether a package is installed
Date: Thu, 22 Sep 2016 17:55:35 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Update of bug #49156 (project octave):

              Item Group:         Feature Request => Incorrect Documentation

    _______________________________________________________

Follow-up Comment #4:

Fransesco,

it *is* documented:

>> help pkg
:
     'list'
          Show the list of currently installed packages.  For example,

               pkg list

          will produce a short report with the package name, version,
          and installation directory for each installed package.  Supply
          a package name to limit reporting to a particular package.
          For example:

               pkg list image

          If a single return argument is requested then 'pkg' returns a
          cell array where each element is a structure with information
          on a single package.

               installed_packages = pkg ("list")
          by the package.


Maybe the first lines of the help should mention that pkg can be used for
querying installed packages and the relevant syntax should be listed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49156>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]