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 - Install one of the new versions
rpm -i /tmp/amaya_wx-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
sudo dpkg -r amaya_wx - Install one of the new versions
sudo dpkg -i /tmp/amaya_wx-R.V-1_i386.deb