Page 1 of 1

fedora 9

Posted: 05 Jul 2011, 07:06
by lilliana
How to install a Bit torrent client on fedora 9? I am new to linux and I would like to know how to install a bit torrent client onto fedora . The version of fedora 9 I have is a Power PC running on Playstation 3.

Re: fedora 9

Posted: 05 Jul 2011, 08:56
by viking60
Interesting setup there. You could open a terminal and type the following:
su
<password>

Code: Select all

yum install deluge

Deluge is a favorite Bittorrent client for many Linux users.
Let me know how it went.

Re: fedora 9

Posted: 05 Jul 2011, 18:38
by dedanna1029
I myself much prefer Transmission.

Code: Select all

su
your root password
yum install transmission-gtk

You could do it with just "transmission" rather than "transmission-gtk".