Forum Moderators: bakedjake
soap-bin-2.3.1.tar.gz
soap-bin-2.3.1.zip
soap-src-2.3.1.tar.gz
soap-src-2.3.1.zip
Which one is the one I should download? I run my programs in i386.
If you know which one I should get, then could you help me with some tips on how to intall it?
Thank you.
soap-bin-2.3.1.tar.gz
soap-bin-2.3.1.zip
soap-src-2.3.1.tar.gz
soap-src-2.3.1.zip
Looks like you basically have two binaries and two source files/packages. The .gz and .zip simply means they were archived using different software.
If you want to compile it yourself, get one of the -src- packages. If not, download a binary version (a -bin- one).
As to installation, for the .zip ones, :
unzip filename
Replace 'filename' with the filename.
Or for the .tar.gz ones :
tar -zxvf filename
Past that point, check the web site or docs that come with the software for installation and so on.