I agree with Ric. In J8 install is a no-op for both iOS and Android, no addons will be installed.
install=: 3 : 0 if. IFIOS+.'Android'-:UNAME do. return. end. ... Пт, 18 окт 2013, Devon McCormick писал(а): > But "install 'all'" is relatively simple. > > > On Fri, Oct 18, 2013 at 10:34 PM, Ric Sherlock <[email protected]> wrote: > > > Yes install 'all' will install all addons, however the intention for the > > install verb is to install the Qt IDE and this is not really sensible for > > an iPad. The script will check for iPad or Android and not attempt to do - > > so no harm done, but there is the potential for confusion. > > > > IMO the use of pacman/jpkg directly is the "right" answer for managing > > packages on iOS (and jconsole on Android) > > > > > > On Sat, Oct 19, 2013 at 1:40 PM, Dan Bron <[email protected]> wrote: > > > > > Either would work. The phrase install'all' calls 'install'jpkg'all' > > > but > > > updates the IDE binaries as well. > > > > > > -Dan > > > > > > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[email protected]] On Behalf Of Ric Sherlock > > > Sent: Friday, October 18, 2013 8:31 PM > > > To: General JForum > > > Subject: Re: [Jgeneral] Missing packages > > > > > > Yes the former, but don't forget the jpkg i. e. > > > load 'pacman' > > > 'install' jpkg 'all' > > > On Oct 19, 2013 10:38 AM, "Rob B" <[email protected]> wrote: > > > > > > > Devon, > > > > > > > > Please excuse my ignorance of this platform (I am using an iPad), is > > > > It > > > > > > > > load'pacman' > > > > 'install' 'all' > > > > > > > > Or just > > > > > > > > install 'all' > > > > > > > > Regards, Rob. > > > > > > > > On 18 Oct 2013, at 22:07, Devon McCormick <[email protected]> wrote: > > > > > > > > > Did you try > > > > > install 'all' > > > > > ? > > > > > > > > > > > > > > > On Fri, Oct 18, 2013 at 4:40 PM, Rob B <[email protected]> wrote: > > > > > > > > > >> Hi, > > > > >> > > > > >> Thanks for sorting out the problem in my previous thread. > > > > >> > > > > >> When I loaded the plot packages I got this message.... > > > > >> > > > > >> - > > > > >> - > > > > >> load'pacman' > > > > >> 'reinstall' jpkg 'graphics/plot graphics/afm > > > > >> graphics/color/colortab graphics/bmp' > > > > >> Removing 2 packages > > > > >> Removing graphics/plot... > > > > >> Removing graphics/afm... > > > > >> Done. > > > > >> Installing 3 packages > > > > >> Downloading graphics/plot... > > > > >> Installing graphics/plot... > > > > >> Downloading graphics/afm... > > > > >> Installing graphics/afm... > > > > >> Downloading graphics/bmp... > > > > >> Installing graphics/bmp... > > > > >> Done. > > > > >> Installed addons are up to date, 96 addons are not yet installed. > > > > >> ******** NB ******** > > > > >> The base library is up to date. > > > > >> > > > > >> > > > > >> > > > > >> Could you give me the command(s) to install the rest please? > > > > >> > > > > >> Thanks, Rob. > > > > >> ------------------------------------------------------------------- > > > > >> --- For information about J forums see > > > > >> http://www.jsoftware.com/forums.htm > > > > >> > > > > > > > > > > > > > > > > > > > > -- > > > > > Devon McCormick, CFA > > > > > -------------------------------------------------------------------- > > > > > -- 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 > > > > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > -- > Devon McCormick, CFA > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
