HowTo install OneSwarm on Ubuntu, Linux
This will lern you how to install OneSwarm on Ubuntu, Linux.
First check that you have Java installed:
sudo apt-get install sun-java6-bin sun-java6-jre
Then you start the download, either you go to: http://oneswarm.cs.washington.edu/download.html
Else for 32-bit OS, making folder Program, download, install and run it:
mkdir Program
wget http://oneswarm.cs.washington.edu/builds/OneSwarm_0_5_linux_x86.tar.gz
tar zxvf OneSwarm_0_5_linux_x86.tar.gz
cd OneSwarm
./OneSwarm
If 64-bit do the same just download the 64-bit file:
mkdir [...]