Yes, you need to use the upgrade sub-command instead of the install sub-command.
Thanks, -- Raul On Thu, Feb 6, 2020 at 1:52 PM Brian Schott <[email protected]> wrote: > > Raul, > > Thank you. > > Below I show my attempt to upgrade wget. > Do I need to upgrade further as Brew suggested at the bottom of my > attempted update? > Does this brew attempt indicate a problem? > > server:~ brian$ brew install wget > Updating Homebrew... > ==> Auto-updated Homebrew! > Updated 1 tap (homebrew/core). > ==> New Formulae > [***snip***] > Error: wget 1.19.5 is already installed > To upgrade to 1.20.3_2, run `brew upgrade wget`. > server:~ brian$ ls -l /usr/local/bin/wg* > lrwxr-xr-x 1 brian admin 30 Jul 14 2018 /usr/local/bin/wget -> > ../Cellar/wget/1.19.5/bin/wget > server:~ brian$ > > On Thu, Feb 6, 2020 at 12:34 PM Raul Miller <[email protected]> wrote: > > > This is telling you that you're using a broken version of wget. > > > > I don't know where you got your copy from. But, on my system, > > I've got wget under /usr/local/bin and I got it from homebrew > > (brew.sh), using: > > > > brew install wget > > > > That said, looking at pacman.ijs, it will use curl if you removed wget. > > > > FYI, > > > > > > -- > > Raul > > > > On Thu, Feb 6, 2020 at 12:15 PM Brian Schott <[email protected]> > > wrote: > > > > > > Because my Mac cannot use jqt I am attempting to use jconsole for some of > > > the newer features. However, I am running into problems updating Package > > > Manager using an example at > > https://code.jsoftware.com/wiki/Addons/math/mt > > > . Is there a better method or an update I did not use? > > > > > > > > > load 'pacman' > > > dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib > > > Referenced from: /usr/local/bin/wget > > > Reason: image not found > > > sh: line 1: 32436 Trace/BPT trap: 5 wget --help > /tmp/tmp.B7704Y > > > 'install' jpkg 'math/calculus' > > > dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib > > > Referenced from: /usr/local/bin/wget > > > Reason: image not found > > > sh: line 1: 32449 Trace/BPT trap: 5 wget -O > > > "/users/brian/j901-user/temp/revision.txt" -o > > > "/users/brian/j901-user/temp/httpget.log" -t 2 > > > http://www.jsoftware.com/jal/j901/revision.txt > > > Connection failed: Unexpected error > > > Connection failed: > > > > > > Unexpected error > > > > > > JVERSION > > > > > > Engine: j901/j64avx/darwin > > > > > > Release-c: commercial/2020-01-11T12:22:31 > > > > > > Library: 9.01.20 > > > > > > Platform: Darwin 64 > > > > > > Installer: J901 install > > > > > > InstallPath: /users/brian/j901 > > > > > > Contact: www.jsoftware.com > > > > > > > > > Thanks, > > > -- > > > (B=) > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > -- > (B=) <-----my sig > Brian Schott > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
