How To Install CherryTree 0.33.0 On Ubuntu, Linux Mint, Elementary 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.0, which has been released recently. For more information, see the official release announcement.

Watch Free Movies

how to install CherryTree 0.33.0 on Ubuntu, Linux Mint, Elementary OS, Debian

In this article I will show you how to install CherryTree 0.33.0 on Ubuntu, Linux Mint, Elementary OS, Debian and their derivative systems.

Because it is not available via PPA yet, we have to download the cherrytree deb package from the official site and install it via the command-line:

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

Optional, to remove cherrytree, do:

$ sudo apt-get remove cherrytree

Scroll to Top