How To Install gnote on CentOS 7

In this tutorial we learn how to install gnote on CentOS 7. gnote is Note-taking application

Introduction

In this tutorial we learn how to install gnote on CentOS 7.

What is gnote

Gnote is a desktop note-taking application which is simple and easy to use. It lets you organize your notes intelligently by allowing you to easily link ideas together with Wiki style interconnects. It is a port of Tomboy to C++ and consumes fewer resources. Gnote is a desktop note-taking application which is simple and easy to use. It lets you organize your notes intelligently by allowing you to easily link ideas together with Wiki style interconnects. It is a port of Tomboy to C++ and consumes fewer resources.

We can use yum or dnf to install gnote on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install gnote.

Install gnote on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install gnote using yum by running the following command:

sudo yum -y install gnote

Install gnote on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install gnote using dnf by running the following command:

sudo dnf -y install gnote

How To Uninstall gnote on CentOS 7

To uninstall only the gnote package we can use the following command:

sudo dnf remove gnote

References

Summary

In this tutorial we learn how to install gnote on CentOS 7 using yum and dnf.