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

Notices


Reply
  Search this Thread
Old 05-22-2006, 12:57 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Frostwire.deb Install Help


OK - My Debian Etch PC is missing a P2P client so I decided to check Frostwire since it worked so nice using Ubuntu: http://www.frostwire.com/

My question = There is a download for Debian which is a .deb file but I am not sure how to install this from here.

Code:
cwilliams@nucleus:~/Desktop$ ls
FrostWire-4.10.9-1.i586.deb
Can someone please assit me in how to install this package and get this application working.
 
Old 05-22-2006, 12:58 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Generally you do dpkg -i filename.deb to install and dpkg -r filename.deb to remove.
 
Old 05-22-2006, 01:06 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Thanks - It would appear I don't have Java or something needed for Frostwire to run properly...

Last edited by carlosinfl; 05-22-2006 at 01:08 PM.
 
Old 08-16-2006, 07:16 AM   #4
SexyAsh
LQ Newbie
 
Registered: Aug 2006
Location: UK
Distribution: Ubuntu
Posts: 1

Rep: Reputation: 0
Hi i installed frostwire but when i click on it nothing happens i have the right version of java but it doesnt do anything

Last edited by SexyAsh; 08-16-2006 at 07:25 AM.
 
Old 08-16-2006, 06:37 PM   #5
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
Thats's because frostwire is look at a different spot for java than where debian installs it. You can fix that with a sys link
 
Old 11-29-2006, 11:36 AM   #6
FinalX
LQ Newbie
 
Registered: Nov 2006
Posts: 1

Rep: Reputation: 0
how do i make a sys link?
 
Old 04-12-2007, 07:36 PM   #7
freephile
LQ Newbie
 
Registered: Jan 2005
Distribution: debian
Posts: 5

Rep: Reputation: 0
Symbolic Links

It's called a 'symbolic' link, or symlink for short. A symbolic link is also sometimes called a 'soft' link (as opposed to a hard link). see man ln for more details. The basic form is
[HTML]ln -s target alias[/HTML]

more detailed e.g.
[HTML]greg@liberty:~$ which vi
/usr/bin/vi
greg@liberty:~$ file /usr/bin/vi
/usr/bin/vi: symbolic link to `/etc/alternatives/vi'
greg@liberty:~$ ls -al /etc/alternatives/vi
lrwxrwxrwx 1 root root 12 2005-09-14 22:02 /etc/alternatives/vi -> /usr/bin/vim[/HTML]

What that shows is that the 'vi' command is actually linked to 'vim'

Last edited by freephile; 04-12-2007 at 07:37 PM.
 
Old 04-12-2007, 08:05 PM   #8
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Thanks for the reply, but do you think the guy asking the question would still have a need for it?
 
Old 04-12-2007, 08:23 PM   #9
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
hey, I just installed it as well, it didn't list any dependencies when I checked with Gdebi, but when I click on it, nothing happens. What is needed?
 
Old 04-12-2007, 08:37 PM   #10
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
run it from the comand line and see where it is looking for java
 
Old 04-12-2007, 09:14 PM   #11
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
This is what I got.
Quote:
kevan@debian:~$ frostwire
Starting FrostWire...
Java exec found in PATH. Verifying...
OOPS, you don't seem to have a valid JRE. FrostWire works best with Sun JRE available at http://www.java.com
ls: /usr/lib/j*: No such file or directory
OOPS, unable to locate java exec in /usr/lib/ hierarchy
You need to upgrade to JRE 1.5.x or newer from http://www.java.com
ls: /usr/java/j*: No such file or directory
OOPS, unable to locate java exec in /usr/java/ hierarchy
You need to upgrade to JRE 1.5.x or newer from http://www.java.com
ls: /opt/j*: No such file or directory
OOPS, unable to locate java exec in /opt/ hierarchy
You need to upgrade to JRE 1.5.x or newer from http://www.java.com
kevan@debian:~$
For some reason, my synaptic does not list J2R like Ubuntu did. I have tried downloading it, but always in vain due to stupid dependencies I couldn't find.
 
Old 04-12-2007, 09:29 PM   #12
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
Try sun-java5-bin

Unless frostfire has changed its deb, you might get the same error as before. That is where the sym link would come to play.

Try installing it and if you we help, the sym link is the easy part.
 
Old 04-30-2007, 09:01 PM   #13
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Rep: Reputation: 15
Im having a similar problem in slackware 11.0. I tried symlinking /usr/lib/jre1.5.0_09/bin/java to /usr/java (which is where azureus is looking for it) but azureus gives me the same error:

Code:
Starting Azureus...
Java exec not found in PATH, starting auto-search...
OOPS, unable to locate java exec in  /usr/java/  hierarchy
You need to upgrade to JRE 1.4.x or newer from http://java.sun.com
and when I try and cd into /usr/lib/jre1.5.0_09/bin/java or usr/java i get the error

Code:
bash: cd: /usr/java: Too many levels of symbolic links
any ideas?
 
Old 04-30-2007, 09:30 PM   #14
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by JackieBrown
Try sun-java5-bin

Unless frostfire has changed its deb, you might get the same error as before. That is where the sym link would come to play.

Try installing it and if you we help, the sym link is the easy part.
That command doesn't install Java either...
 
Old 05-02-2007, 06:02 PM   #15
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
I went to this site and downloaded the self-extracting file for Linux x86. However, when I try to open it, (ie, clicking on it) it says it doesn't know what to do with it. All the other times I've had something like this, it installs itself on opening.
 
  


Reply

Tags
deb, file, install



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
how to install .deb ??? harlemno1 Linux - Software 3 08-11-2006 11:48 PM
Make Install xmms-plugin install fail - deb sarge Khepri Linux - Software 2 02-18-2006 10:05 PM
Frostwire Display Issues sumguy231 Linux - Software 1 02-01-2006 11:03 PM
deb install in fedora??? kevingpo Debian 2 07-30-2005 08:23 AM
Can apt4rpm use deb repositories or install .deb packages? raylpc Linux - General 0 08-18-2003 01:49 AM

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

All times are GMT -5. The time now is 10:42 PM.

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