Forum › Forums › New users › New Users and General Questions › 32 Bit Software on 64 Bit Antix › Reply To: 32 Bit Software on 64 Bit Antix
1. MAKE A BACKUP OF YOUR SYSTEM!
* Watch at the paths. My home folder is named ‘antix’ — it might be different in your case!
2. Download:
http://www.xellsoft.com/download/turbomailer-linux.tgz
and
http://archive.ubuntu.com/ubuntu/pool/universe/o/openssl098/libssl0.9.8_0.9.8o-7ubuntu3.2.14.04.1_i386.deb
(http://www.xellsoft.com/TurboMailer.html)
(http://ubuntu.pkgs.org/14.04/ubuntu-updates-universe-i386/libssl0.9.8_0.9.8o-7ubuntu3.2.14.04.1_i386.deb.html)
3. Make a new folder ‘bin’ in your home directory and extract ‘turbomailer-linux.tgz’ in it.
4. Open Terminal and execute (one line at a time):
sudo apt update && sudo apt upgrade
sudo dpkg --add-architecture i386
sudo apt update
sudo apt-get install build-essential gcc-multilib libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
sudo apt install ~/Downloads/libssl0.9.8_0.9.8o-7ubuntu3.2.14.04.1_i386.deb
5. Start ‘Turbomailer’ from Terminal command:
~/bin/tmailer/tmailer
One could add the ‘Turbomailer’ to global path to make it start only with typing ‘tmailer’ in Terminal but, that’s not neccessary to get it work.
You can also hide ‘bin’ folder from your home directory by:
Create a new file named ‘.hidden’.
Open the file and add the text ‘bin’.
Save and close.
The ‘bin’ is gone.
Turbomailer starts in Terminal, upon executing (command WITH path to binary):
~/bin/tmailer/tmailer
It runs here …