I'm trying to install an additional package of R2016a. My host is linux. Following instructions from I have the installer located in
/usr/local/src/bin/glnxa6
I succeeded in installing R2016a originally by running
Now, when I run it trying to install the additional package, I get the following
Preparing installation files ...
/bin/cp: missing destination file operand after ‘/usr/local/src/sys/java/jre/glnxa64/jre/COPYRIGHT’
Try '/bin/cp --help' for more information.
/bin/cp: missing destination file operand after ‘/usr/local/src/java/config’
Try '/bin/cp --help' for more information.
/bin/cp: missing destination file operand after ‘/usr/local/src/bin/glnxa64/ddux_settings’
Try '/bin/cp --help' for more information.
Installing ...
Finished
I'm not sure whether the cp messages are significant, but I'm not getting the usual gui that would allow me to select my additional package. Could anybody advise please?