mount -o loop,ro Matlab.iso /mnt
cd /mnt; ./install
(make sure that X connections do work)
/opt/matlab/2008a
license.dat
file to a location where the installer can read from (e.g. /tmp/
).
cd /; find opt/matlab/ -type f| xargs md5sum > /tmp/md5sum
mkdir -p /local/PACKAGE/opt cd /local/PACKAGE/ rsync -a /opt/matlab opt/ mkdir DEBIAN mv /tmp/md5sum DEBIAN/-- CarstenAulbert - 18 Aug 2008