Difference between revisions of "Freeplane installation for Ubuntu OS"

From Freeplane - free mind mapping and knowledge management software
(Page fully reorganized: Java prerequisites + 3 install options)
Line 1: Line 1:
'''To install Freeplane for the Ubuntu operating system:'''
+
'''This page explains how to install Freeplane for the Ubuntu operating system, there are 3 main ways to proceed.'''
  
'''Update: Freeplane is packaged for Debian/Ubuntu => just run:
 
  apt-get install freeplane
 
  
The following steps are recommended if the Freeplane package for your distro is out of date:
+
= First: check Java is installed =
  
1. Make sure Java is installed:
+
Make sure Java is installed:
  
 
* Choose Applications > Ubuntu Software center
 
* Choose Applications > Ubuntu Software center
 
* Type in the search field: Java
 
* Type in the search field: Java
 
* In the list that opens, choose JDK Java 6 Runtime  
 
* In the list that opens, choose JDK Java 6 Runtime  
* If you see "Remove", Java is installed already. If you see Install, click it to install Java <br> <br>
+
* If you see "Remove", Java is already installed. If you see "Install", click it to install Java.<br> <br>
  
2a. If you cannot update Debian/Ubuntu, download the generic .deb
+
= Option 1 : install from the official Ubuntu software repository =
* For every release, starting with 1.6.5, there is a .deb included which includes all libraries, so it works on any Debian/Ubuntu release
+
 
* go to http://sourceforge.net/projects/freeplane/, click "Browse all files", navigate to "freeplane stable"
+
1. Freeplane is packaged for Debian/Ubuntu, you just need to run:
 +
<code>apt-get install freeplane</code>
 +
 
 +
If the Freeplane package for your distro is out of date, see option 2 or option 3 below (it requires download from SourceForge official Freeplane project hosting).
 +
 
 +
= Option 2 : install with .deb file =
 +
 
 +
For every Freeplane release, starting with 1.6.5, there is a .deb available which includes all libraries, so it works on Debian/Ubuntu.
 +
 
 +
* download the generic .deb: go to http://sourceforge.net/projects/freeplane/, click "Browse all files", navigate to "freeplane stable"
 
* download freeplane_<version>+upstream-1_all.deb
 
* download freeplane_<version>+upstream-1_all.deb
* install using dpkg -i *.deb
+
* install it using
* this will create a menu entry, mime type mappings etc
+
<code>dpkg -i *.deb</code>
* you do not need steps 2b...7b<br><br>
+
* this will create a menu entry for Freeplane, mime type mappings etc
 +
* you're done ;-).
 +
 
  
2b. Download Freeplane binary package
+
= Option 3 : install with the binary package =
 +
1. Download Freeplane binary package
 
* For  newest version goto  http://freeplane.sourceforge.net/preview/ and download Freeplane_bin-XXXX.zip, in which XXXX is a shown version number.
 
* For  newest version goto  http://freeplane.sourceforge.net/preview/ and download Freeplane_bin-XXXX.zip, in which XXXX is a shown version number.
 
* Or for the official version goto http://sourceforge.net/projects/freeplane/ and press download.
 
* Or for the official version goto http://sourceforge.net/projects/freeplane/ and press download.
 
* Then choose Open with Archive manager, and press OK <br><br>
 
* Then choose Open with Archive manager, and press OK <br><br>
  
3b. Extract the freeplane directory
+
2. Extract the freeplane directory
 
* In the download window press extract, select the location (e.g. Documents) and press Extract again.
 
* In the download window press extract, select the location (e.g. Documents) and press Extract again.
 
* Then open the the directory where you extracted freeplane (Documents) and open the newly created Freeplane directory. <br><br>
 
* Then open the the directory where you extracted freeplane (Documents) and open the newly created Freeplane directory. <br><br>
  
4b. Then run freeplane
+
3. Then run freeplane
 
* In the extracted directory, double-click on Freeplane.sh and select Run (or run in terminal window). Now Freeplane opens and you can use it. <br>
 
* In the extracted directory, double-click on Freeplane.sh and select Run (or run in terminal window). Now Freeplane opens and you can use it. <br>
  
Line 36: Line 46:
 
'''If you want you can customize the installation as follows.'''  
 
'''If you want you can customize the installation as follows.'''  
  
5b. For easy access, add Freeplane to  Applications > Office:
+
4. For easy access, add Freeplane to  Applications > Office:
 
* Right-click Apllications and select Edit Menus
 
* Right-click Apllications and select Edit Menus
 
* Select Office (left) and select Add Menu item (right)
 
* Select Office (left) and select Add Menu item (right)
Line 45: Line 55:
 
Now freeplane is added to Office with the freeplane icon. <br><br>
 
Now freeplane is added to Office with the freeplane icon. <br><br>
  
6b. For faster access, add the freeplane icon to the toolbar:
+
5. For faster access, add the freeplane icon to the toolbar:
 
* Goto Applications > Office and right-click Freeplane.
 
* Goto Applications > Office and right-click Freeplane.
 
* Select add this launcher to toolbar. <br><br>
 
* Select add this launcher to toolbar. <br><br>
  
7b. Now you can start freeplane by pressing its icon in the toolbar <br>
+
6. Now you can start freeplane by pressing its icon in the toolbar <br>
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Revision as of 20:25, 8 October 2017

This page explains how to install Freeplane for the Ubuntu operating system, there are 3 main ways to proceed.


First: check Java is installed

Make sure Java is installed:

  • Choose Applications > Ubuntu Software center
  • Type in the search field: Java
  • In the list that opens, choose JDK Java 6 Runtime
  • If you see "Remove", Java is already installed. If you see "Install", click it to install Java.

Option 1 : install from the official Ubuntu software repository

1. Freeplane is packaged for Debian/Ubuntu, you just need to run: apt-get install freeplane

If the Freeplane package for your distro is out of date, see option 2 or option 3 below (it requires download from SourceForge official Freeplane project hosting).

Option 2 : install with .deb file

For every Freeplane release, starting with 1.6.5, there is a .deb available which includes all libraries, so it works on Debian/Ubuntu.

dpkg -i *.deb

  • this will create a menu entry for Freeplane, mime type mappings etc
  • you're done ;-).


Option 3 : install with the binary package

1. Download Freeplane binary package

2. Extract the freeplane directory

  • In the download window press extract, select the location (e.g. Documents) and press Extract again.
  • Then open the the directory where you extracted freeplane (Documents) and open the newly created Freeplane directory.

3. Then run freeplane

  • In the extracted directory, double-click on Freeplane.sh and select Run (or run in terminal window). Now Freeplane opens and you can use it.


If you want you can customize the installation as follows.

4. For easy access, add Freeplane to Applications > Office:

  • Right-click Apllications and select Edit Menus
  • Select Office (left) and select Add Menu item (right)
  • Type a name, e.g. freeplane
  • Browse to the directory with freeplane, click freeplane.sh and press ok
  • With freeplane selecte, press Properties
  • Click on the icon on the left and browse via Documenten > FreeplaneXXX to the file freeplane.svg; and select it.

Now freeplane is added to Office with the freeplane icon.

5. For faster access, add the freeplane icon to the toolbar:

  • Goto Applications > Office and right-click Freeplane.
  • Select add this launcher to toolbar.

6. Now you can start freeplane by pressing its icon in the toolbar