FrostWire for Debian


Source: http://www.frostwire.com/
Version: 4.13.5
Arquitectures: amd64, i386
Maintainer: Ricardo Yanez

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [DIR] dists/ 26-May-2009 14:03 - [DIR] pool/ 25-Sep-2007 12:14 -


Insert in /etc/apt/sources.list:
---
  deb http://apt.debianchile.org/frostwire version main
  deb-src http://apt.debianchile.org/frostwire version main
---
where version=etch (oldstable), lenny (stable), squeeze (testing) or sid (unstable)

Add repository key to APT keyring:
  # gpg --keyserver hkp://pgp.mit.edu --recv-keys EFD17969
  # gpg --export EFD17969 | apt-key add -

Update and install:
  # apt-get update
  # apt-get install frostwire

After installation update Java alternatives:
  # update-java-alternatives --set java-1.5.0-sun    (etch)
  # update-java-alternatives --set java-6-sun      (lenny,squeeze,sid)