个人工具

UbuntuHelp:Freemind

来自Ubuntu中文

Wikibot讨论 | 贡献2008年5月9日 (五) 18:58的版本

跳转至: 导航, 搜索

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.