特殊:Badtitle/NS100:FrostWire:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的8个中间版本) | |||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/FrostWire}} | {{From|https://help.ubuntu.com/community/FrostWire}} | ||
{{Languages|UbuntuHelp:FrostWire}} | {{Languages|UbuntuHelp:FrostWire}} | ||
This How-To will explain how to install the free P2P Gnutella client FrostWire. FrostWire is a fork of [[UbuntuHelp:LimeWire|LimeWire]]. | |||
This How-To will explain how to install the free P2P Gnutella client | <!> This software is Java based, so you will need [[UbuntuHelp:Java|Java]] installed. | ||
<!> This software is Java based, so you will need [[UbuntuHelp:Java]] installed. | |||
== Installing FrostWire using the Debian .deb file == | == Installing FrostWire using the Debian .deb file == | ||
Download the Debian/Ubuntu installation file from the FrostWire website at [http://www.frostwire.com]. | Download the Debian/Ubuntu installation file from the FrostWire website at [http://www.frostwire.com]. | ||
Once the .deb file is downloaded, simply double-click on it to install FrostWire. See [[UbuntuHelp:InstallingSoftware#deb|InstallingSoftware]] for other methods. | |||
Once the .deb file is downloaded, simply double-click on it to install FrostWire. See [[ | |||
== Common Problems and Work Arounds == | == Common Problems and Work Arounds == | ||
=== Invalid JRE === | === Invalid JRE === | ||
If you recieve an error such as this | If you recieve an error such as this | ||
<pre><nowiki> | <pre><nowiki> | ||
第41行: | 第33行: | ||
You need to upgrade to JRE 1.4.x or newer from http://www.java.com | You need to upgrade to JRE 1.4.x or newer from http://www.java.com | ||
</nowiki></pre> | </nowiki></pre> | ||
or | |||
Simply type in '''sudo update-alternatives --config java''' then select the alternative that includes "sun" in the name. See also [[UbuntuHelp:Java]]. | <pre><nowiki> | ||
****************************************************************** | |||
Something went wrong with FrostWire. | |||
Maybe you're using the wrong version of Java? | |||
(FrostWire is tested against and works best with with Sun's JRE, Java 1.4+) | |||
The version of Java in your PATH is: | |||
java version "1.6.0" | |||
OpenJDK Runtime Environment (build 1.6.0-b10) | |||
OpenJDK Client VM (build 1.6.0-b10, mixed mode, sharing) | |||
</nowiki></pre> | |||
Simply type in '''sudo update-alternatives --config java''' then select the alternative that includes "sun" in the name. See also [[UbuntuHelp:Java|Java]]. | |||
=== Problems specific to those upgrading to Hardy Heron === | |||
When upgrading to Hardy, Java becomes confused and will not allow Frostwire to start. | |||
Reconfigure java properly with the following command: | |||
<code><nowiki>sudo update-java-alternatives -s java-6-sun</nowiki></code> | |||
=== Always "Starting Connection" === | === Always "Starting Connection" === | ||
Assuming your firewall, router, etc., are all set up properly, then there is a known issue in which a hosts-like file is out of date. Make sure you shut down Frostwire first (i.e. right click the tray icon and select "exit", do not just minimize it). Get http://mc3.electronicbox.net/gnutella.net and save it to <code><nowiki>~/.frostwire/gnutella.net</nowiki></code>. If there is already a <code><nowiki>gnutella.net</nowiki></code> file, it is prudent to copy the old one to <code><nowiki>gnutella.net.old</nowiki></code>. Frostwire apparently creates its own backups of the file, and you may have to delete <code><nowiki>gnutella.net~</nowiki></code> in order for it to find the new one. | Assuming your firewall, router, etc., are all set up properly, then there is a known issue in which a hosts-like file is out of date. Make sure you shut down Frostwire first (i.e. right click the tray icon and select "exit", do not just minimize it). Get http://mc3.electronicbox.net/gnutella.net and save it to <code><nowiki>~/.frostwire/gnutella.net</nowiki></code>. If there is already a <code><nowiki>gnutella.net</nowiki></code> file, it is prudent to copy the old one to <code><nowiki>gnutella.net.old</nowiki></code>. Frostwire apparently creates its own backups of the file, and you may have to delete <code><nowiki>gnutella.net~</nowiki></code> in order for it to find the new one. | ||
=== Lock up During Search === | === Lock up During Search === | ||
A possible fix is to go to Tools -> Options -> Searching -> Basic and uncheck the "Show License Warning" box. | A possible fix is to go to Tools -> Options -> Searching -> Basic and uncheck the "Show License Warning" box. | ||
=== Network Settings === | === Network Settings === | ||
It is beyond the scope of this article to explain port forwarding and UPNP. Use [http://www.google.com Google], the [http://ubuntuforums.org Forums], or [http://en.wikipedia.org another resource] to learn about those things. The relevant Frostwire-specific informations/settings can be found in Tools -> Options -> Advanced -> Firewall Configuration. | It is beyond the scope of this article to explain port forwarding and UPNP. Use [http://www.google.com Google], the [http://ubuntuforums.org Forums], or [http://en.wikipedia.org another resource] to learn about those things. The relevant Frostwire-specific informations/settings can be found in Tools -> Options -> Advanced -> Firewall Configuration. | ||
=== Version 4.10.9-1 === | === Version 4.10.9-1 === | ||
This version of Frostwire's Debian/Ubuntu deb contains a file that is improperly formatted. The 4.10.9-2 version no longer has this problem. If, after installing the .deb, you receive the following errors when running <code><nowiki>frostwire</nowiki></code> from a terminal: | This version of Frostwire's Debian/Ubuntu deb contains a file that is improperly formatted. The 4.10.9-2 version no longer has this problem. If, after installing the .deb, you receive the following errors when running <code><nowiki>frostwire</nowiki></code> from a terminal: | ||
第67行: | 第66行: | ||
</nowiki></pre> | </nowiki></pre> | ||
you should do the following. You must first install the sysutils package (<code><nowiki>sudo aptitude install sysutils</nowiki></code>). Then issue the following command to change the format from dos to unix: <code><nowiki>sudo dos2unix /usr/lib/frostwire/runFrost.sh</nowiki></code> | you should do the following. You must first install the sysutils package (<code><nowiki>sudo aptitude install sysutils</nowiki></code>). Then issue the following command to change the format from dos to unix: <code><nowiki>sudo dos2unix /usr/lib/frostwire/runFrost.sh</nowiki></code> | ||
=== Version 4.10.9-2 === | === Version 4.10.9-2 === | ||
This version of Frostwire's Debian/Ubuntu deb contains a shell script that incompatible with the default installation of Ubuntu. If, after installing the .deb, you receive the following errors when running <code><nowiki>frostwire</nowiki></code> from a terminal: | This version of Frostwire's Debian/Ubuntu deb contains a shell script that incompatible with the default installation of Ubuntu. If, after installing the .deb, you receive the following errors when running <code><nowiki>frostwire</nowiki></code> from a terminal: | ||
第89行: | 第87行: | ||
bash runFrost.sh | bash runFrost.sh | ||
</nowiki></pre> | </nowiki></pre> | ||
== External Links == | == External Links == | ||
* [http://www.frostwire.com Official Website] | * [http://www.frostwire.com Official Website] | ||
* [http://www.frostwire.com/forum/ Frostwire Forums] | * [http://www.frostwire.com/forum/ Frostwire Forums] | ||
---- | ---- | ||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2010年5月19日 (三) 22:26的最新版本
文章出处: |
{{#if: | {{{2}}} | https://help.ubuntu.com/community/FrostWire }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/af | • {{#if: UbuntuHelp:FrostWire|Afrikaans| [[::FrostWire/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ar | • {{#if: UbuntuHelp:FrostWire|العربية| [[::FrostWire/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/az | • {{#if: UbuntuHelp:FrostWire|azərbaycanca| [[::FrostWire/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/bcc | • {{#if: UbuntuHelp:FrostWire|جهلسری بلوچی| [[::FrostWire/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/bg | • {{#if: UbuntuHelp:FrostWire|български| [[::FrostWire/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/br | • {{#if: UbuntuHelp:FrostWire|brezhoneg| [[::FrostWire/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ca | • {{#if: UbuntuHelp:FrostWire|català| [[::FrostWire/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/cs | • {{#if: UbuntuHelp:FrostWire|čeština| [[::FrostWire/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/de | • {{#if: UbuntuHelp:FrostWire|Deutsch| [[::FrostWire/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/el | • {{#if: UbuntuHelp:FrostWire|Ελληνικά| [[::FrostWire/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/es | • {{#if: UbuntuHelp:FrostWire|español| [[::FrostWire/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/fa | • {{#if: UbuntuHelp:FrostWire|فارسی| [[::FrostWire/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/fi | • {{#if: UbuntuHelp:FrostWire|suomi| [[::FrostWire/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/fr | • {{#if: UbuntuHelp:FrostWire|français| [[::FrostWire/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/gu | • {{#if: UbuntuHelp:FrostWire|ગુજરાતી| [[::FrostWire/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/he | • {{#if: UbuntuHelp:FrostWire|עברית| [[::FrostWire/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/hu | • {{#if: UbuntuHelp:FrostWire|magyar| [[::FrostWire/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/id | • {{#if: UbuntuHelp:FrostWire|Bahasa Indonesia| [[::FrostWire/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/it | • {{#if: UbuntuHelp:FrostWire|italiano| [[::FrostWire/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ja | • {{#if: UbuntuHelp:FrostWire|日本語| [[::FrostWire/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ko | • {{#if: UbuntuHelp:FrostWire|한국어| [[::FrostWire/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ksh | • {{#if: UbuntuHelp:FrostWire|Ripoarisch| [[::FrostWire/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/mr | • {{#if: UbuntuHelp:FrostWire|मराठी| [[::FrostWire/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ms | • {{#if: UbuntuHelp:FrostWire|Bahasa Melayu| [[::FrostWire/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/nl | • {{#if: UbuntuHelp:FrostWire|Nederlands| [[::FrostWire/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/no | • {{#if: UbuntuHelp:FrostWire|norsk| [[::FrostWire/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/oc | • {{#if: UbuntuHelp:FrostWire|occitan| [[::FrostWire/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/pl | • {{#if: UbuntuHelp:FrostWire|polski| [[::FrostWire/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/pt | • {{#if: UbuntuHelp:FrostWire|português| [[::FrostWire/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ro | • {{#if: UbuntuHelp:FrostWire|română| [[::FrostWire/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/ru | • {{#if: UbuntuHelp:FrostWire|русский| [[::FrostWire/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/si | • {{#if: UbuntuHelp:FrostWire|සිංහල| [[::FrostWire/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/sq | • {{#if: UbuntuHelp:FrostWire|shqip| [[::FrostWire/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/sr | • {{#if: UbuntuHelp:FrostWire|српски / srpski| [[::FrostWire/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/sv | • {{#if: UbuntuHelp:FrostWire|svenska| [[::FrostWire/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/th | • {{#if: UbuntuHelp:FrostWire|ไทย| [[::FrostWire/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/tr | • {{#if: UbuntuHelp:FrostWire|Türkçe| [[::FrostWire/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/vi | • {{#if: UbuntuHelp:FrostWire|Tiếng Việt| [[::FrostWire/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/yue | • {{#if: UbuntuHelp:FrostWire|粵語| [[::FrostWire/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/zh | • {{#if: UbuntuHelp:FrostWire|中文| [[::FrostWire/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/zh-hans | • {{#if: UbuntuHelp:FrostWire|中文(简体)| [[::FrostWire/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:FrostWire | UbuntuHelp:FrostWire | {{#if: | :}}FrostWire}}/zh-hant | • {{#if: UbuntuHelp:FrostWire|中文(繁體)| [[::FrostWire/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:FrostWire|:FrostWire|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :FrostWire/zh | | {{#ifexist: FrostWire/zh | | {{#ifeq: {{#titleparts:FrostWire|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:FrostWire|1|-1|}} | zh | | }}
This How-To will explain how to install the free P2P Gnutella client FrostWire. FrostWire is a fork of LimeWire. <!> This software is Java based, so you will need Java installed.
Installing FrostWire using the Debian .deb file
Download the Debian/Ubuntu installation file from the FrostWire website at [1]. Once the .deb file is downloaded, simply double-click on it to install FrostWire. See InstallingSoftware for other methods.
Common Problems and Work Arounds
Invalid JRE
If you recieve an error such as this
# 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 # OOPS, unable to locate java exec in /usr/lib/ hierarchy # You need to upgrade to JRE 1.4.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.4.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.4.x or newer from http://www.java.com
or
****************************************************************** Something went wrong with FrostWire. Maybe you're using the wrong version of Java? (FrostWire is tested against and works best with with Sun's JRE, Java 1.4+) The version of Java in your PATH is: java version "1.6.0" OpenJDK Runtime Environment (build 1.6.0-b10) OpenJDK Client VM (build 1.6.0-b10, mixed mode, sharing)
Simply type in sudo update-alternatives --config java then select the alternative that includes "sun" in the name. See also Java.
Problems specific to those upgrading to Hardy Heron
When upgrading to Hardy, Java becomes confused and will not allow Frostwire to start.
Reconfigure java properly with the following command:
sudo update-java-alternatives -s java-6-sun
Always "Starting Connection"
Assuming your firewall, router, etc., are all set up properly, then there is a known issue in which a hosts-like file is out of date. Make sure you shut down Frostwire first (i.e. right click the tray icon and select "exit", do not just minimize it). Get http://mc3.electronicbox.net/gnutella.net and save it to ~/.frostwire/gnutella.net
. If there is already a gnutella.net
file, it is prudent to copy the old one to gnutella.net.old
. Frostwire apparently creates its own backups of the file, and you may have to delete gnutella.net~
in order for it to find the new one.
Lock up During Search
A possible fix is to go to Tools -> Options -> Searching -> Basic and uncheck the "Show License Warning" box.
Network Settings
It is beyond the scope of this article to explain port forwarding and UPNP. Use Google, the Forums, or another resource to learn about those things. The relevant Frostwire-specific informations/settings can be found in Tools -> Options -> Advanced -> Firewall Configuration.
Version 4.10.9-1
This version of Frostwire's Debian/Ubuntu deb contains a file that is improperly formatted. The 4.10.9-2 version no longer has this problem. If, after installing the .deb, you receive the following errors when running frostwire
from a terminal:
: command not found: : No such file or directory : command not found: : command not found3: 'unFrost.sh: line 24: syntax error near unexpected token ` 'unFrost.sh: line 24: `look_for_java()
you should do the following. You must first install the sysutils package (sudo aptitude install sysutils
). Then issue the following command to change the format from dos to unix: sudo dos2unix /usr/lib/frostwire/runFrost.sh
Version 4.10.9-2
This version of Frostwire's Debian/Ubuntu deb contains a shell script that incompatible with the default installation of Ubuntu. If, after installing the .deb, you receive the following errors when running frostwire
from a terminal:
runFrost.sh: 44: Syntax error: "(" unexpected (expecting "}")
You should run the following command:
gksudo gedit /usr/bin/frostwire
or if you're using Kubuntu:
kdesu kate /usr/bin/frostwire
Changing line 3 from:
sh runFrost.sh
To:
bash runFrost.sh