LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-03-2007, 08:53 AM   #1
abhattacharya
Member
 
Registered: Jul 2007
Distribution: RHEL, Fedora, Debian, Ubuntu
Posts: 94

Rep: Reputation: 15
Unhappy utorrent installation


Hi,
how can i install utorrent in FC6. from which site?
please give the details
 
Old 09-03-2007, 09:50 AM   #2
Findus
Member
 
Registered: Nov 2006
Distribution: Fedora 8
Posts: 64

Rep: Reputation: 15
The short version is "you can't". uTorrent is a windows program, so you will have to install wine either from winehq.com or with yum to run it. After that you download uTorrent as a stand-alone exe from utorrent.com, and using the console, cd to the directory where you downloaded uTorrent. Then you issue the command "wine utorrent.exe" and you should be all set.

- Delphi
 
Old 09-04-2007, 06:21 AM   #3
abhattacharya
Member
 
Registered: Jul 2007
Distribution: RHEL, Fedora, Debian, Ubuntu
Posts: 94

Original Poster
Rep: Reputation: 15
Question

Quote:
Originally Posted by Findus View Post
The short version is "you can't". uTorrent is a windows program, so you will have to install wine either from winehq.com or with yum to run it. After that you download uTorrent as a stand-alone exe from utorrent.com, and using the console, cd to the directory where you downloaded uTorrent. Then you issue the command "wine utorrent.exe" and you should be all set.

- Delphi
i tried, but couldn't get wine. i used
yum install wine
it started, bt gave some problem in mirror, tried another bt again the same msg.......
in winehq.com i'm getting wine as tar.bz file. how can i install this on a FC6 machine?



the actual error msg getting from yum is:

[root@EINSTEIN arnab]# cat /proc/version
Linux version 2.6.20-1.2962.fc6 (brewbuilder@hs20-bc1-6.build.redhat.com) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)) #1 SMP Tue Jun 19 18:24:12 EDT 2007
[root@EINSTEIN arnab]# yum -y install wine
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package wine.i386 0:0.9.42-1.fc6 set to be updated
--> Running transaction check
--> Processing Dependency: wine-core = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-ldap = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-jack = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-tools = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-capi = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-esd = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-twain = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-nas = 0.9.42-1.fc6 for package: wine
--> Processing Dependency: wine-cms = 0.9.42-1.fc6 for package: wine
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package wine-core.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-esd.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-jack.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-cms.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-capi.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-twain.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-nas.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-ldap.i386 0:0.9.42-1.fc6 set to be updated
---> Package wine-tools.i386 0:0.9.42-1.fc6 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
wine i386 0.9.42-1.fc6 extras 18 k
Installing for dependencies:
wine-capi i386 0.9.42-1.fc6 extras 25 k
wine-cms i386 0.9.42-1.fc6 extras 37 k
wine-core i386 0.9.42-1.fc6 extras 9.5 M
wine-esd i386 0.9.42-1.fc6 extras 34 k
wine-jack i386 0.9.42-1.fc6 extras 36 k
wine-ldap i386 0.9.42-1.fc6 extras 86 k
wine-nas i386 0.9.42-1.fc6 extras 23 k
wine-tools i386 0.9.42-1.fc6 extras 605 k
wine-twain i386 0.9.42-1.fc6 extras 47 k

Transaction Summary
=============================================================================
Install 10 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 10 M
Downloading Packages:
http://mirrors.tummy.com/pub/fedora.....fc6.i386.rpm: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
http://mirror.fraunhofer.de/download....fc6.i386.rpm: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.

......and so on......

Last edited by abhattacharya; 09-04-2007 at 06:31 AM.
 
Old 09-05-2007, 12:17 AM   #4
abhattacharya
Member
 
Registered: Jul 2007
Distribution: RHEL, Fedora, Debian, Ubuntu
Posts: 94

Original Poster
Rep: Reputation: 15
problem with utorrent

i downloaded wine-0.9.44. i entered the command
> ./configure
then
> make depend && make
after that i got a msg-----wine build is complete. but when i tried with
>wine utorrent.exe
it shows
>command not found

please help me out
thanks in advance
 
Old 09-06-2007, 01:16 PM   #5
Findus
Member
 
Registered: Nov 2006
Distribution: Fedora 8
Posts: 64

Rep: Reputation: 15
Quote:
Originally Posted by abhattacharya View Post
i downloaded wine-0.9.44. i entered the command
> ./configure
then
> make depend && make
after that i got a msg-----wine build is complete. but when i tried with
>wine utorrent.exe
it shows
>command not found

please help me out
thanks in advance
Maybe Wine needs
$make install
to be run at the end of the build process? There should be a text file called "INSTALL" in your source dir that will tell you if this is true. I can't tell you for certain, because it has been a while since I installed wine.

If that doesn't help, try running
$winecfg
from the command line, and configure wine to work with your system.

- Findus
 
Old 04-28-2012, 08:52 AM   #6
Mihir.261
LQ Newbie
 
Registered: Apr 2012
Location: Gujarat,India
Distribution: Red Hat
Posts: 6

Rep: Reputation: 0
Unhappy Where is the utorrent in whole topic???

topic is diverted to wine instead of,how to install utorrent....useless...
please some one post an appropriate link on 'how to install utorrent in linux'

Last edited by Mihir.261; 04-28-2012 at 09:11 AM.
 
Old 04-28-2012, 09:28 AM   #7
Mihir.261
LQ Newbie
 
Registered: Apr 2012
Location: Gujarat,India
Distribution: Red Hat
Posts: 6

Rep: Reputation: 0
topic is diverted to wine instead of,how to install utorrent....useless...
please some one post an appropriate link on 'how to install utorrent in linux'
 
Old 04-28-2012, 09:41 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,930

Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
Mihir.261> uTorrent cannot be installed on linux, but can be used with wine. Also you can try to install another torrent client, they do the same job.
 
Old 04-29-2012, 11:00 AM   #9
Mihir.261
LQ Newbie
 
Registered: Apr 2012
Location: Gujarat,India
Distribution: Red Hat
Posts: 6

Rep: Reputation: 0
There is a linux compatible version...Dont know how to use...

It can be installed on linux here is the link to download linux compatible version

http://www.utorrent.com/downloads/complete?os=linux

this is how it looks on linux using web browser

http://somloirichard.hu/files/2010/0...rent-linux.png

I have downloaded this file "utorrent-server-3.0-25053.tar.gz"

then i ran this command ./utserver in terminal

it shows following lines


bash: ./utserver: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

I am using redhat linux 6...not registered(i dont know how to register actually)

Please help I will be very grateful to you.
Attached Thumbnails
Click image for larger version

Name:	utorrent-linux.png
Views:	23
Size:	145.8 KB
ID:	9571  
 
Old 04-29-2012, 11:38 AM   #10
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,930

Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
this is a 32bit alpha release. you will need 32bit libs to be able to run it.
 
Old 04-30-2012, 09:23 AM   #11
Mihir.261
LQ Newbie
 
Registered: Apr 2012
Location: Gujarat,India
Distribution: Red Hat
Posts: 6

Rep: Reputation: 0
thanx for the reply......is there any way to fix that 32 bit thing???

I have this kernael linux 2.6.32-71.el6.x86_64
Intel core2duo processor

Or if I want to install any other bit torrent client like Transmission..What should I do?
 
Old 04-30-2012, 11:12 AM   #12
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,930

Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
transmission works fine. I suggest you to try it first. You need to install 32bit libs and uTorrent will be able to run. I do not know your distribution so I don't know what should you install, but there is a package surely.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Bittorrent / uTorrent, open source? LXer Syndicated Linux News 0 12-11-2006 09:21 PM
Utorrent RSS Does't work! (WINE) TruANTOlogy Linux - Software 2 07-25-2006 08:19 PM
wine utorrent.exe fault Linux - Software 9 05-03-2006 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration