P2PHowTo

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-09-10 17:56:51
Size: 1495
Editor: 213
Comment:
Revision 7 as of 2005-09-10 18:50:04
Size: 1613
Editor: 213
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Installing the different p2p software = This page describes how to install the different peer-2-peer software. Everything displayed in grey boxes is supposed to be executed in a terminal. Check the TerminalHowto if you dont know how to open one.

[[TableOfContents]]
Line 5: Line 7:
First, you need java. If you dont have it, check this wiki page out:
https://wiki
.ubuntu.com/Java
First, you need Java. If you dont have Java installed, check the JavaSetup page.
Line 9: Line 10:
Once you have java installed, type, in a terminal:
{{{sudo apt-get install azureus}}}
Once you have java installed:
{{{
sudo apt-get install azureus
}}}
Line 12: Line 15:
Refresh the gnome-panel by typing "killall gnome-panel" and the Azureus icon will show up in the Applications -> Internet menu. Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
T
he Azureus icon will now show up in the Applications -> Internet menu.
Line 20: Line 27:
First, install the dependencies:
{{{sudo apt-get install libatk1.0-0 libbz2-1.0 libc6 libgcc1 libglade2-0 libglib2.0-0 libgtk2.0-0 libpango1.0-0 libstdc++6 libxml2 zlib1g}}}
First, you need install the dependencies:
{{{
sudo apt-get install libatk1.0-0 libbz2-1.0 libc6 libgcc1 libglade2-0 libglib2.0-0 libgtk2.0-0 libpango1.0-0 libstdc++6 libxml2 zlib1g
}}}
Line 24: Line 33:
{{{wget http://newstuff.orcon.net.nz/ubuntu/dcpp/dcpp_0.0.20050809cvs-1~mird_i386.deb}}} {{{
wget http://newstuff.orcon.net.nz/ubuntu/dcpp/dcpp_0.0.20050809cvs-1~mird_i386.deb
}}}
Line 27: Line 38:
{{{sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_i386.deb}}} {{{
sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_i386.deb
}}}
Line 29: Line 42:
Execute "dcpp" to run the program. If you refresh the gnome-panel (killall gnomepanel in terminal) there should now be a DC++ menu entry in Applications -> Internet. Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
T
he DC++ icon will show up in the Applications -> Internet menu.
Line 35: Line 52:
First, add extra repositories. If you dont know how, check this wiki page out:
https://wiki.ubuntu.com/
AddingRepositoriesHowto
First, add extra repositories. If you dont know how, go to AddingRepositoriesHowto.
Line 39: Line 55:
{{{sudo apt-get install amule}}} {{{
sudo apt-get install amule
}}}
Line 41: Line 59:
Refresh the gnome-panel by typing "killall gnome-panel" and the Amule icon will show up in the Applications -> Internet menu. Refresh the gnome-panel by typing:
{{{
killall gnome-panel
}}}
T
he Amule icon will show up in the Applications -> Internet menu.

This page describes how to install the different peer-2-peer software. Everything displayed in grey boxes is supposed to be executed in a terminal. Check the TerminalHowto if you dont know how to open one.

TableOfContents

Azureus - bit torrent client

First, you need Java. If you dont have Java installed, check the JavaSetup page.

Once you have java installed:

sudo apt-get install azureus

Refresh the gnome-panel by typing:

killall gnome-panel

The Azureus icon will now show up in the Applications -> Internet menu.

LimeWire - gnutella network client

Coming very soon

DC++ - Direct Connect

First, you need install the dependencies:

sudo apt-get install libatk1.0-0 libbz2-1.0 libc6 libgcc1 libglade2-0 libglib2.0-0 libgtk2.0-0 libpango1.0-0 libstdc++6 libxml2 zlib1g

Download the package:

wget http://newstuff.orcon.net.nz/ubuntu/dcpp/dcpp_0.0.20050809cvs-1~mird_i386.deb

Install the package:

sudo dpkg -i dcpp_0.0.20050809cvs-1~mird_i386.deb

Refresh the gnome-panel by typing:

killall gnome-panel

The DC++ icon will show up in the Applications -> Internet menu.

Problems? Check out this thread on the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=42084

Amule - eMule client

First, add extra repositories. If you dont know how, go to AddingRepositoriesHowto.

Install the client:

sudo apt-get install amule

Refresh the gnome-panel by typing:

killall gnome-panel

The Amule icon will show up in the Applications -> Internet menu.

P2PHowTo (last edited 2008-08-06 16:37:12 by localhost)