个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
'''Freemind''' http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff.
 
'''Freemind''' http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff.
 
I have written this page due to people asking me for installation instructions under Ubuntu.
 
I have written this page due to people asking me for installation instructions under Ubuntu.
== Installing the lastest Freemind under Ubuntu 7.04 (Feisty Fawn) ==
+
Note:: Hi, I am the package owner for FreeMind and Debian (FreeMind is not ''yet'' in Ubuntu), and I need to recommend checking the official [http://freemind.sourceforge.net/wiki/index.php/FreeMind_on_Linux FreeMind on Linux] page, which contains much more details, FAQs and troubleshooting instructions - and is kept up-to-date by myself. Thanks! -- EricL2 [[DateTime(2008-01-13T12:15:13Z)]]
 +
== Installing the Freemind under Ubuntu 8.04 (Hardy Heron) ==
 +
Currently, FreeMind is at version 0.7.1 in the repositories. This is the recomended method of installing it:
 +
{|border="1" cellspacing="0"
 +
| sudo aptitude install freemind
 +
|}
 +
Or, alternatively, use 'System > Administration > Synaptic' or 'Applications > Add/Remove'
 +
The following does '''not''' work with Ubuntu 8.04 (Hardy Heron):
 +
== Installing the latest Freemind under Ubuntu 7.10 (Gutsy Gibbon) & Ubuntu 7.04 (Feisty Fawn) ==
 
Add the repository for Freemind:
 
Add the repository for Freemind:
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
第23行: 第31行:
 
|sudo apt-get install freemind
 
|sudo apt-get install freemind
 
|}
 
|}
Alternatively, you can use synaptic.
+
Or, alternatively, use 'System > Administration > Synaptic' or 'Applications > Add/Remove'
== Starting Freemind ==
+
=== Starting Freemind ===
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
|export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
+
|export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/
 
|-
 
|-
|export '''PATH'''=$'''PATH''':/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/
+
|export '''PATH'''=$'''PATH''':/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/bin/
 
|-
 
|-
 
|freemind
 
|freemind
第35行: 第43行:
 
In '''another terminal''' set JAVA related variables in the profile.
 
In '''another terminal''' set JAVA related variables in the profile.
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
|echo export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/ >> ~/.bashrc  
+
|echo export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/ >> ~/.bashrc  
 
|-
 
|-
|echo export '''PATH'''=$'''PATH''':/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/ >> ~/.bashrc  
+
|echo export '''PATH'''=$'''PATH''':/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/bin/ >> ~/.bashrc  
 
|}
 
|}
 +
The launcher for Freemind will appear under Applications->Office.
 
== Alternatives ==
 
== Alternatives ==
 
There are some alternatives to Freemind;
 
There are some alternatives to Freemind;
第49行: 第58行:
 
| sudo apt-get install kdissert  
 
| sudo apt-get install kdissert  
 
|}
 
|}
But they are not compatible with Freemind maps, so if you already have freemind maps,  
+
But they are not compatible with Freemind maps, so if you already have Freemind maps,  
 
it is better to use Freemind. I have found Freemind most productive and usable due to  
 
it is better to use Freemind. I have found Freemind most productive and usable due to  
 
its shortcuts.
 
its shortcuts.

2008年4月23日 (三) 11:19的版本

Introduction

Freemind http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff. I have written this page due to people asking me for installation instructions under Ubuntu. Note:: Hi, I am the package owner for FreeMind and Debian (FreeMind is not yet in Ubuntu), and I need to recommend checking the official FreeMind on Linux page, which contains much more details, FAQs and troubleshooting instructions - and is kept up-to-date by myself. Thanks! -- EricL2 DateTime(2008-01-13T12:15:13Z)

Installing the Freemind under Ubuntu 8.04 (Hardy Heron)

Currently, FreeMind is at version 0.7.1 in the repositories. This is the recomended method of installing it:

sudo aptitude install freemind

Or, alternatively, use 'System > Administration > Synaptic' or 'Applications > Add/Remove' The following does not work with Ubuntu 8.04 (Hardy Heron):

Installing the latest Freemind under Ubuntu 7.10 (Gutsy Gibbon) & Ubuntu 7.04 (Feisty Fawn)

Add the repository for Freemind:

gksudo gedit /etc/apt/sources.list

add the following lines

# freemind source
deb http://eric.lavar.de/comp/linux/debian/ experimental/
deb-src http://eric.lavar.de/comp/linux/debian/ experimental/

Install from the repository:

sudo apt-get update
sudo apt-get install freemind

Or, alternatively, use 'System > Administration > Synaptic' or 'Applications > Add/Remove'

Starting Freemind

export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/
export PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/bin/
freemind

To start it next time from terminal without setting vars

In another terminal set JAVA related variables in the profile.

echo export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/ >> ~/.bashrc
echo export PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/bin/ >> ~/.bashrc

The launcher for Freemind will appear under Applications->Office.

Alternatives

There are some alternatives to Freemind; I have tried VYM

sudo apt-get install vym

kdissert (requires KDE)

sudo apt-get install kdissert

But they are not compatible with Freemind maps, so if you already have Freemind maps, it is better to use Freemind. I have found Freemind most productive and usable due to its shortcuts.