UBUNTU

Install CherryTree Text Editor on Ubuntu

Install CherryTree
Install CherryTree

Install CherryTree Text Editor on Ubuntu

This post shows how to install CherryTree Text Editor on Ubuntu. CherryTree is a modern text editor for Ubuntu. Read it’s features here.

CherryTree is available with the base repositories of Ubuntu. You can install it using the following command or directly by clicking the below button:

sudo apt-get install cherrytree

Available on Ubuntu Software

Note that the CherryTree Text Editor available with the Ubuntu base repositories are outdated. If you need the latest version of CherryTree, you can install it by downloading the deb file from the Official Website or install it by adding PPA.

Install using PPA:

The main benefit of installing CherryTree by adding PPA is to get automatic updates of CherryTree using systems software updater.

sudo add-apt-repository ppa:giuspen/ppa
sudo apt-get update
sudo apt-get install cherrytree

Install using deb file:

The automatic updates are not available if you are using this method:

wget http://www.giuspen.com/software/cherrytree_0.38.1-1_all.deb
sudo dpkg -i cherrytree_0.38.1-1_all.deb
sudo apt-get install -f

Uninstall CherryTree:

You can remove CherryTree using the following command:

sudo apt-get remove cherrytree

If you have installed CherryTree by adding PPA, run this command too:

sudo add-apt-repository --remove ppa:giuspen/ppa

That’s it!

Also Read: How to Install Atom text editor in Ubuntu

If you like this post and wish to receive more articles from us, please like our FB page: Button

Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.

For more details on our services, please drop us an E-mail at info@grepitout.com

5 Comments

Click here to post a comment

Topics