The problem is this line of install-usr.sh: update-alternatives --install $BIN/ijconsole ijconsole $BIN/ijconsole-9.4 9.4
That final 9.4 is the priority of the alternative. It should probably be 904. (A higher priority alternative overrides a previous priority, and this script was probably automatically generated and the previous version was 903 and presumably we want to overide priority 903 instances of ijconsole with the 9.4 version.) I hope this helps, -- Raul On Fri, Mar 3, 2023 at 12:03 PM David Lambert <b49p23t...@gmail.com> wrote: > > This is the first I've heard of the Debian alternatives system. I had > previously installed the beta version in /usr > > $ tar xpzf j9.4_linux64.tar.gz > $ cd j9.4/bin > $ sudo ./install-usr.sh > [sudo] password for lambertdw: > this script will install j system on /usr > /home/lambertdw/Downloads/j9.4/bin > update-alternatives: priority '9.4' must be an integer > > Use 'update-alternatives --help' for program usage information. > done > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm