Hello Linux Geeksters. As you may know, CherryTree is a text editor, with the features of a modern editor, such as syntax highlighting, spell check, export to html, password protection, and many others. The latest version available is CherryTree 0.31.5, which has been released recently. For more information, see the official release announcement.

In this article I will show you how to install CherryTree 0.32.0 RC3 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Pear OS 8, Pear OS 7, Elementary OS 0.2 Luna, Debian Wheezy, Kwheezy and Crunchbang.
For the listed Ubuntu, Linux Mint, Pear OS and Elementary OS, CherryTree 0.32.0 RC3 is available via PPA, so installing it is easy. All you have to do is add the ppa to your system, update the local repository index and install the cherrytree package. Like this:
$ sudo add-apt-repository ppa:vincent-c/cherrytree
$ sudo apt-get update
$ sudo apt-get install cherrytree
In order to install CherryTree 0.32.0 RC3 on Debian Wheezy, Kwheezy and Crunchbang, we have to download the cherrytree deb package and install it with dpkg:
$ wget -c www.giuspen.com/software/cherrytree_0.32.0-1_all.deb
$ sudo dpkg -i cherrytree_0.32.0-1_all.deb
$ sudo apt-get install -f