个人工具

“UbuntuHelp:Rufus”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Rufus}} {{Languages|UbuntuHelp:Rufus}} Install Rufus on Edgy from Source - 64bit ( might work on other systems ) == Introduction == This page ...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Rufus}}
 
{{From|https://help.ubuntu.com/community/Rufus}}
 
{{Languages|UbuntuHelp:Rufus}}
 
{{Languages|UbuntuHelp:Rufus}}
 
 
 
Install Rufus on Edgy from Source - 64bit ( might work on other systems )
 
Install Rufus on Edgy from Source - 64bit ( might work on other systems )
 
 
== Introduction ==
 
== Introduction ==
 
 
This page is a HowTo that explaines how to install Rufus ( A Bittorrent client similar to [http://help.ubuntu.com/community/AzureusHowTo Azureus]) in Ubuntu Edgy 64bit.
 
This page is a HowTo that explaines how to install Rufus ( A Bittorrent client similar to [http://help.ubuntu.com/community/AzureusHowTo Azureus]) in Ubuntu Edgy 64bit.
 
 
== Installation ==
 
== Installation ==
 
 
At first, install the following prerequisite packages:
 
At first, install the following prerequisite packages:
 
 
* python-wxgtk2.6
 
* python-wxgtk2.6
 
* tofrodos
 
* tofrodos
 
 
That can be done with a quick  
 
That can be done with a quick  
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install tofrodos python-wxgtk2.6
 
sudo apt-get install tofrodos python-wxgtk2.6
 
</nowiki></pre>
 
</nowiki></pre>
 
 
or with Synaptic, of course.
 
or with Synaptic, of course.
 
 
Then you have to get the Rufus source. Ether you download the newest source with your favorite browser from [http://rufus.sourceforge.net/ the Rufus Homepage] or just do the wget like I did.
 
Then you have to get the Rufus source. Ether you download the newest source with your favorite browser from [http://rufus.sourceforge.net/ the Rufus Homepage] or just do the wget like I did.
 
<pre><nowiki>
 
<pre><nowiki>
 
wget http://prdownloads.sourceforge.net/rufus/Rufus_0.6.9_src.zip
 
wget http://prdownloads.sourceforge.net/rufus/Rufus_0.6.9_src.zip
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Unzip the source
 
Unzip the source
 
<pre><nowiki>
 
<pre><nowiki>
 
unzip Rufus_0.6.9_src.zip -d rufus_install  
 
unzip Rufus_0.6.9_src.zip -d rufus_install  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Change DOS to Linux text format of file "install"
 
Change DOS to Linux text format of file "install"
 
<pre><nowiki>
 
<pre><nowiki>
 
fromdos < install > install2  
 
fromdos < install > install2  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
make install2 executable
 
make install2 executable
 
<pre><nowiki>
 
<pre><nowiki>
 
chmod +x install2
 
chmod +x install2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
install Rufus
 
install Rufus
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ./install2
 
sudo ./install2
 
</nowiki></pre>
 
</nowiki></pre>
 
 
install an icon in menu (Applications -> Internet)
 
install an icon in menu (Applications -> Internet)
 
 
<pre><nowiki>  
 
<pre><nowiki>  
 
gedit ~/.local/share/applications/rufus.desktop
 
gedit ~/.local/share/applications/rufus.desktop
 
</nowiki></pre>
 
</nowiki></pre>
 
 
paste this text:
 
paste this text:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
Name=Rufus
 
Name=Rufus
第65行: 第47行:
 
Categories=Application;Network;
 
Categories=Application;Network;
 
</nowiki></pre>
 
</nowiki></pre>
 
 
There you go - you can now start Rufus with the command "rufus" !
 
There you go - you can now start Rufus with the command "rufus" !
 
 
== Uninstallation ==
 
== Uninstallation ==
 
 
It should be all, if you simply remove the "~/.local/share/applications/rufus.desktop" file and the "/usr/share/rufus" folder. But since I didn't uninstall, I don't know...  
 
It should be all, if you simply remove the "~/.local/share/applications/rufus.desktop" file and the "/usr/share/rufus" folder. But since I didn't uninstall, I don't know...  
 
 
 
== Configuration ==
 
== Configuration ==
 
 
* You definitively have to change the value for maximum connections under Options -> Preferences -> Transfer Options -> Connections. The default seems very low...
 
* You definitively have to change the value for maximum connections under Options -> Preferences -> Transfer Options -> Connections. The default seems very low...
 
 
If you have any hints on the configuration, feel free to add :)
 
If you have any hints on the configuration, feel free to add :)
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:22的版本

Install Rufus on Edgy from Source - 64bit ( might work on other systems )

Introduction

This page is a HowTo that explaines how to install Rufus ( A Bittorrent client similar to Azureus) in Ubuntu Edgy 64bit.

Installation

At first, install the following prerequisite packages:

  • python-wxgtk2.6
  • tofrodos

That can be done with a quick

sudo apt-get install tofrodos python-wxgtk2.6

or with Synaptic, of course. Then you have to get the Rufus source. Ether you download the newest source with your favorite browser from the Rufus Homepage or just do the wget like I did.

wget http://prdownloads.sourceforge.net/rufus/Rufus_0.6.9_src.zip

Unzip the source

unzip Rufus_0.6.9_src.zip -d rufus_install 

Change DOS to Linux text format of file "install"

fromdos < install > install2 

make install2 executable

chmod +x install2

install Rufus

sudo ./install2

install an icon in menu (Applications -> Internet)

 
gedit ~/.local/share/applications/rufus.desktop

paste this text:

Name=Rufus
Comment=BitTorrent Client
Exec=/usr/bin/rufus
Icon=/usr/share/rufus/images/rufus.ico
Terminal=false
Type=Application
Categories=Application;Network;

There you go - you can now start Rufus with the command "rufus" !

Uninstallation

It should be all, if you simply remove the "~/.local/share/applications/rufus.desktop" file and the "/usr/share/rufus" folder. But since I didn't uninstall, I don't know...

Configuration

  • You definitively have to change the value for maximum connections under Options -> Preferences -> Transfer Options -> Connections. The default seems very low...

If you have any hints on the configuration, feel free to add :)