LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   utorrent for fedora core 6 (https://www.linuxquestions.org/questions/linux-newbie-8/utorrent-for-fedora-core-6-a-634965/)

olracdor 04-12-2008 09:21 PM

utorrent for fedora core 6
 
can i install utorrent in fedora 6? if so, how?

lazlow 04-12-2008 10:04 PM

You might have better luck if you would switch to a supported version. FC6 is beyond EOL(end of life) there will be no further official updates for it of any kind.

BallsOfSteel 04-12-2008 11:13 PM

As Laz suggested, you may want to consider using Fedora 8 (Fedora 9 is being released later this month). However, it is possible that uTorrent will run. In order to do this, Wine must be installed and you'll have to download the utorrent.exe from their site.

Once you have Wine installed, we need to make a change on it. Go to a terminal and type:
Code:

$ winecfg
(the '$' sign indicates a command prompt) a little window will pop up. Where it says "Windows Version" with a little drop down menu, we want to change that to Windows XP. Go to the Audio tab and make sure that the ALSA driver is selected. Then go to the drives and autodetect them.

Now, you can place your utorrent.exe file where ever you like. For this example, we'll have saved it to our desktop. Now, you'll run this command from a terminal:
Code:

[elwood@localhost Desktop]$ wine /home/elwood/Desktop/utorrent.exe
Where it says 'elwood' (that's my username), you'll want to change it to your username. Hit the enter key and that should bring up the prompt to install wine and it should work. That's what I did and it works for me.

Regards,

Brandon

olracdor 04-15-2008 06:13 PM

Thanks guys!

fastpramod 07-25-2008 02:55 PM

Quote:

Originally Posted by BallsOfSteel (Post 3119562)
As Laz suggested, you may want to consider using Fedora 8 (Fedora 9 is being released later this month). However, it is possible that uTorrent will run. In order to do this, Wine must be installed and you'll have to download the utorrent.exe from their site.

Once you have Wine installed, we need to make a change on it. Go to a terminal and type:
Code:

$ winecfg
(the '$' sign indicates a command prompt) a little window will pop up. Where it says "Windows Version" with a little drop down menu, we want to change that to Windows XP. Go to the Audio tab and make sure that the ALSA driver is selected. Then go to the drives and autodetect them.

Now, you can place your utorrent.exe file where ever you like. For this example, we'll have saved it to our desktop. Now, you'll run this command from a terminal:
Code:

[elwood@localhost Desktop]$ wine /home/elwood/Desktop/utorrent.exe
Where it says 'elwood' (that's my username), you'll want to change it to your username. Hit the enter key and that should bring up the prompt to install wine and it should work. That's what I did and it works for me.

Regards,

Brandon

but what is the command to start utorrent ? as i rebooted my server its FC8 and dont know whats the command to start it


All times are GMT -5. The time now is 03:20 PM.