How to install Unix Amaya Binary Release
Choose the version you need
There are two binary distributions
- .rpm distribution for Fedora, Mandrake and Suse
- .deb distribution for Debian Sarge (testing) platforms
Install the rmp distribution
Supposing you downloaded the distribution file in your /tmp directory, we suggest:
- Remove the old installed version
rpm -e amaya_wx rpm -e amaya_gtk
- Install one of the new versions
rpm -i /tmp/amaya_wx-R.V-1.i386.rpm rpm -i /tmp/amaya_gtk-R.V-1.i386.rpm
Install the deb distribution
Supposing you downloaded the distribution file in your /tmp directory, we suggest:
- Remove the old installed version
dpkg -r amaya_wx dpkg -r amaya_gtk
- Install one of the new versions
dpkg -i /tmp/amaya_wx-R.V-1_i386.deb dpkg -i /tmp/amaya_gtk-R.V-1_i386.deb