From NCEAS Knowledge Base
Ubuntu (all versions)
$ sudo apt-get install rpm
- install 32-bit compatibility libraries if running on the AMD64 build of Ubuntu:
$ sudo apt-get install ia32-libs
- extract marratech folder:
rpm2cpio Marratech-6.1.i586.rpm | cpio -idmv
- move the marratech folder to /usr/local (important):
sudo mv usr/local/marratech /usr/local/
If using Ubuntu 8.04 or earlier
/usr/local/marratech/Marratech6.1/bin/Marratech
If using Ubuntu 8.10 or later
- disable pulseaudio (this may affect audio output of your other apps):
sudo killall pulseaudio
sudo alsa force-reload
- change all audio devices in Gnome to Alsa under System → Preferences → Sound
- run marratech:
/usr/local/marratech/Marratech6.1/bin/Marratech
- to restore pulseaudio, you will need to change your audio devices back to their defaults and reboot your machine
Return to Marratech page