Package manager is described here: http://jsoftware.com/jwiki/JAL/Package%20Manager
In the first section a jconsole interface is mentioned and the docs for it are here: http://jsoftware.com/jwiki/JAL/Package%20Manager/jpkg If you want to upgrade all previously installed packages to their latest version then the following should do the trick require 'pacman' 'update' jpkg '' 'upgrade' jpkg '' On Thu, Aug 29, 2013 at 9:45 AM, Raul Miller <[email protected]> wrote: > install 'all' > > A quick search of jsoftware.com finds this page: > > http://www.jsoftware.com/jwiki/Guides/Qt%20IDE/Install > > FYI, > > -- > Raul > > On Wed, Aug 28, 2013 at 5:41 PM, Amit Roy <[email protected]> wrote: > > Hello everyone, > > This is a trivial question. Is there a console command to update all > the packages? A web search has not returned anything useful. > > Thanks in advance. > > Amit Roy > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
