I have been trying to install various programs (which claim to be Linux compaitable) from CDs. But I have had trouble running install programs from the CDs.
For example, I tried to install Matlab 6.5 from the CD. The install script had a .sh extension, so I typed:
sudo sh install_unix.sh
And all these permission errors come up. I read somewhere that the CD drive permissions (which, I guess, override the individual file permissions) were set to non-executable by default. So then I copied the entire CD contents to the hard drive and ran the script, which installed fine.
How do you change the CD drive permissions, or make it so it installs sensibly without copying the entire CD contents?
Having further issues with TexLive2007 installation.
For example, I tried to install Matlab 6.5 from the CD. The install script had a .sh extension, so I typed:
sudo sh install_unix.sh
And all these permission errors come up. I read somewhere that the CD drive permissions (which, I guess, override the individual file permissions) were set to non-executable by default. So then I copied the entire CD contents to the hard drive and ran the script, which installed fine.
How do you change the CD drive permissions, or make it so it installs sensibly without copying the entire CD contents?
Having further issues with TexLive2007 installation.
Comment