Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-02-2007, 01:27 AM   #1 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default 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
sav_more is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-02-2007, 01:44 AM   #2 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile 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
freebird is offline  
Old 16-02-2007, 02:29 AM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 16-02-2007, 09:31 AM   #4 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default 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
sav_more is offline  
Old 16-02-2007, 09:40 AM   #5 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post 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
freebird is offline  
Old 16-02-2007, 09:47 AM   #6 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default 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
sav_more is offline  
Old 16-02-2007, 09:52 AM   #7 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post 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
Code:
 How to add extra repositories sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
gksudo gedit /etc/apt/sources.list
  • Replace everything with the following lines
To use your local mirror you can add "cc." before archive.ubuntu.com (cc = your country code) e.g. deb http://lv.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse ## Add comments (##) in front of any line to remove it from being checked. ## Use the following sources.list at your own risk. deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse ## MAJOR BUG FIX UPDATES produced after the final release deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse ## UBUNTU SECURITY UPDATES deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse ## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse ## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://medibuntu.sos-sts.com/repo/ dapper free non-free deb-src http://medibuntu.sos-sts.com/repo/ dapper free non-free ## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu ## servers. RealPlayer10, Opera and more to come.) deb http://archive.canonical.com/ubuntu dapper-commercial main
  • Save the edited file
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add - sudo apt-get update
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
freebird is offline  
Old 16-02-2007, 10:03 AM   #8 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default 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
sav_more is offline  
Old 16-02-2007, 10:06 AM   #9 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default 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.
eddie is offline  
Old 16-02-2007, 10:32 AM   #10 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default 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
sav_more is offline  
Old 16-02-2007, 10:52 AM   #11 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default 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.
eddie is offline  
Old 16-02-2007, 09:06 PM   #12 (permalink)
Broken In
 
sav_more's Avatar
 
Join Date: Aug 2004
Location: mumbai
Posts: 136
Default 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
sav_more is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2