How To Install CherryTree 0.33.1 On Ubuntu, Linux Mint, Elementary OS, Pinguy OS, Debian And Their Derivative Systems

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.33.1, which has been released recently. For more information, see the official release announcement.

Watch Free Movies

how to install CherryTree 0.33.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 16 Petra, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.3 Isis, Elementary OS 0.2 Luna, Pinguy OS 14.04, Pinguy OS 12.04, Debian and their derivative systems.

In this article I will show you how to install CherryTree 0.33.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 16 Petra, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.3 Isis, Elementary OS 0.2 Luna, Pinguy OS 14.04, Pinguy OS 12.04, Debian and their derivative systems.

Because it is available via PPA, installing CherryTree 0.33.1 on the listed Ubuntu, Linux Mint, Pinguy OS and Elementary OS systems 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

Optional, to remove cherrytree, do:

$ sudo apt-get remove cherrytree

For Debian, we can download the deb package from the official site and install it, via the command-line. I prefer gdebi over dpkg due to the fact that it also handles dependencies.

$ wget www.giuspen.com/software/cherrytree_0.33.1-1_all.deb
$ sudo apt-get install gdebi
$ sudo gdebi cherrytree_0.33.1-1_all.deb

Scroll to Top