How to install frostwire on kubuntu 10.4

Asked by oocevin

How do I install frostwire to my kubuntu

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Soul-Sing
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
zvacet (ivicakolic) said :
#1

Install it from software center.You will need Java too,so first install Java and then Frostwire.

Revision history for this message
oocevin (ccct007) said :
#2

I have java already.
What is the sudo code for frostwire.
I tried to add it in my add and delete
but did not fine it.
So do you know the code
like sudo apt-get frostwire or some
thing like that?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

sudo -i; wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -; echo "deb http://archive.getdeb.net/ubuntu lucid-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list; apt-get update; apt-get install frostwire

Should do it.

Revision history for this message
oocevin (ccct007) said :
#4

Is there a code like sudo apt-get frostwire or some thing
like that to run in my terminal?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Its not on the repos. If you run:

apt-cache search frostwire

It will come up blank

Revision history for this message
oocevin (ccct007) said :
#6

A+ to you Actionparsnip
That worked

Revision history for this message
oocevin (ccct007) said :
#7

So what does this mean?

Revision history for this message
oocevin (ccct007) said :
#8

So what does this mean?

Its not on the repos. If you run:

apt-cache search frostwire

It will come up blank

Revision history for this message
Best Soul-Sing (soulzing) said :
#9

Cevin it means frostwire is not in the/ a packagemanager of ubuntu, it is not provided nor maintained by canonical.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

apt-cache search something

will search your current repositorys for whatever you search for

e.g.

andy@D420:~$ clear; apt-cache search xsane
simple-scan - Simple Scanning Utility
libsane - API library for scanners
sane - scanner graphical frontends
xsane - featureful graphical frontend for SANE (Scanner Access Now Easy)
xsane-common - featureful graphical frontend for SANE (Scanner Access Now Easy)
xsane-doc - GTK+-based X11 frontend for SANE (Scanner Access Now Easy)

Revision history for this message
oocevin (ccct007) said :
#11

Thanks leoquant, that solved my question.