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 11:19:21 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Update of bug #49156 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #2:

Define "easy" ....

Have you tried your own suggestion? as that works since ages:

pkgs = pkg ("list")   ## returns info on all installed packages

pkgfoo = pkg ("list", "foo")  ## returns info about pkg foo
If not installed you get an empty cell array.

As this is available functionality I close this with "invalid"

    _______________________________________________________

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]