A howto to install Maple 9.5 in Kubuntu 7.04 Feisty
Open up a console and insert the following commands...
mkdir ~/installer
cd /media/cdrom
cp -R Linux ~/installer
cp installMapleLinuxSU ~/installer
cd ~/installer/Linux/Disk1/InstData/VM
mv LinuxInstaller.bin LinuxInstaller.bin.pak
cat LinuxInstaller.bin.pak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > LinuxInstaller.bin
cd ~/installer
sudo sh installMapleLinuxSU
sudo mkdir -p /usr/local/bin
sudo ln -s /root/maple9.5
NOTE: To launch maple just type in "xmaple &" in the console (without the quotes).
Enjoy your new computer algebra system
Open up a console and insert the following commands...
mkdir ~/installer
cd /media/cdrom
cp -R Linux ~/installer
cp installMapleLinuxSU ~/installer
cd ~/installer/Linux/Disk1/InstData/VM
mv LinuxInstaller.bin LinuxInstaller.bin.pak
cat LinuxInstaller.bin.pak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > LinuxInstaller.bin
cd ~/installer
sudo sh installMapleLinuxSU
sudo mkdir -p /usr/local/bin
sudo ln -s /root/maple9.5
NOTE: To launch maple just type in "xmaple &" in the console (without the quotes).
Enjoy your new computer algebra system
Comment