 |
16-02-2007, 01:27 AM
|
#1 (permalink)
|
|
Broken In
Join Date: Aug 2004
Location: mumbai
Posts: 136
|
unable to install limewire in ubuntu
i downloaded the .zip installer for limewire from the limewire site(one option was .rpm so i choose the other option LimeWireOther.zip)
.i dont know what the hell to do wid this file...
can som one tell me how to install this or anyother file like this.and also how to uninstall programs
thanks
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
16-02-2007, 01:44 AM
|
#2 (permalink)
|
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
Re: unable to install limewire in ubuntu
do one thing apt-get install alien and then download the rpm version of limewire too.then run
Code:
~$sudo alien -d limewirexxx.rpm
check ur current directory to get limewire.deb file.install it using the command " sudo dpkg -i xxx.deb"
or simply double click if u got gdebi installed.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
|
|
|
16-02-2007, 02:29 AM
|
#3 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: unable to install limewire in ubuntu
Isn't limewire available in one of the repos? That would be the best way.
__________________
http://www.bash.org/?258908
|
|
|
16-02-2007, 09:31 AM
|
#4 (permalink)
|
|
Broken In
Join Date: Aug 2004
Location: mumbai
Posts: 136
|
Re: unable to install limewire in ubuntu
@tech_your_future :searched for limewire in synaptic nothing shows up....
@freebird...tried that give me this error...
savi@savi-desktop:~$ su
Password:
root@savi-desktop:/home/savi# apt-get install alien
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
alien: Depends: debhelper (>= 3) but it is not going to be installed
Depends: dpkg-dev but it is not going to be installed
E: Broken packages
what do i do now?
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
|
|
|
16-02-2007, 09:40 AM
|
#5 (permalink)
|
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
Re: unable to install limewire in ubuntu
hello,
firstly read below tutorial afaik u need java also fo LW
http://torrentfreak.com/how-to-insta...-610-edgy-eft/
http://linox.be/wiki/index.php?n=Linux.LimeWireOnDebian
do u have internet?apt can solve the deps by d/ling and installing from different repos.try my /etc/apt/sources.list copied,if u have ubuntu edgy.
Code:
cat /media/sda12/etc/apt/sources.list
###gpg --keyserver subkeys.pgp.net --recv KEY
###gpg --export --armor KEY | sudo apt-key add -
deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu edgy-commercial main
deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
deb http://wine.budgetdedicated.com/apt edgy main
deb http://download.tuxfamily.org/3v1deb edgy beryl-svn
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
|
|
|
16-02-2007, 09:47 AM
|
#6 (permalink)
|
|
Broken In
Join Date: Aug 2004
Location: mumbai
Posts: 136
|
Re: unable to install limewire in ubuntu
i have dapper....
wil this work on dapper????
also,i have java installed.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
|
|
|
16-02-2007, 09:52 AM
|
#7 (permalink)
|
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
Re: unable to install limewire in ubuntu
Do you have internet on ur Linux Box?then only these all works!
for dapper,u can make a /etc/apt/sources.list using this source-o-matic website.
http://www.ubuntu-nl.org/source-o-matic/
or just edit and add to /etc/apt/sources.list make a backup of earlier sources.list if u want.
http://ubuntuguide.org/wiki/Dapper
http://www.ubuntuforums.org/showthread.php?t=185758
now try apt-get install alien or from menu Desktop>Administration>synaptic for seeing all pkgs
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
|
|
|
16-02-2007, 10:03 AM
|
#8 (permalink)
|
|
Broken In
Join Date: Aug 2004
Location: mumbai
Posts: 136
|
Re: unable to install limewire in ubuntu
yes i have an internet connection thru tata indicom.
thanks will try this and post.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
|
|
|
16-02-2007, 10:06 AM
|
#9 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: unable to install limewire in ubuntu
Just extract the .tar.gz somewhere and execute the limewire script located in the folder. I have used limewire long time ago and that is how I used it.
|
|
|
16-02-2007, 10:32 AM
|
#10 (permalink)
|
|
Broken In
Join Date: Aug 2004
Location: mumbai
Posts: 136
|
Re: unable to install limewire in ubuntu
@eddie..the file was in .zip format and .rpm format...not .tar.gz so didnt know wat to do ...so followed freebird.....but thanks 4 replyin.
@freebird..
thanks man.
it worked...reppin u.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
|
|
|
16-02-2007, 10:52 AM
|
#11 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: unable to install limewire in ubuntu
Quote:
|
Originally Posted by sav_more
@eddie..the file was in .zip format and .rpm format...not .tar.gz so didnt know wat to do
|
Oops...yeah I misread that but then you could have extracted the zip file and read the README file
AFAIK Limewire doesn't come in source code format and it was as easy as executing the script in that folder.
|
|
|
16-02-2007, 09:06 PM
|
#12 (permalink)
|
|
Broken In
Join Date: Aug 2004
Location: mumbai
Posts: 136
|
Re: unable to install limewire in ubuntu
@ eddie...yup will rembr this nxt time...
thanks.
__________________
********tryin to use ubuntu......n lovin it*********
ASUS A8N VM CSM,AMD 3000+ @ 2GHZ,Seagate Barracuda 120Gb,256*2 ddr @400mhz,samsung syncmaster793mb,geforce7300le,samsung CD-RW,creative 4.1
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|