How to install zim editor on centos 7.6

Installation Of Zim Editor On Centos 7.6

Installation Process

Check the centos version by using the following command

[root@linuxhelp ~]# rpm -q centos-release
Centos-release-7-6.1810.2.el7.centos.x86_64

Install the zim editor by using the following command

[root@linuxhelp ~]# yum install Zim
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos.excellmedia.net
 * epel: fedora.cs.nctu.edu.tw
 * extras: centos.excellmedia.net
 * remi-php71: mirror.cedia.org.ec
 * remi-safe: mirror.cedia.org.ec
 * updates: centos.excellmedia.net
Resolving Dependencies
--> Running transaction check
---> Package Zim.noarch 0:0.69.1-1.el7 will be installed
--> Processing Dependency: python-appindicator for package: Zim-0.69.1-1.el7.noarch
--> Processing Dependency: python2-pyxdg for package: Zim-0.69.1-1.el7.noarch
--> Running transaction check
---> Package python-appindicator.x86_64 0:12.10.0-13.el7 will be installed
--> Processing Dependency: libappindicator = 12.10.0-13.el7 for package: python-appindicator-12.10.0-13.el7.x86_64
.
. 
  Verifying  : python2-pyxdg-0.25-8.el7.noarch                                             2/7 
  Verifying  : libdbusmenu-16.04.0-4.el7.x86_64                                            3/7 
  Verifying  : libindicator-12.10.1-6.el7.x86_64                                           4/7 
  Verifying  : libappindicator-12.10.0-13.el7.x86_64                                       5/7 
  Verifying  : Zim-0.69.1-1.el7.noarch                                                     6/7 
  Verifying  : libdbusmenu-gtk2-16.04.0-4.el7.x86_64                                       7/7 

Installed:
  Zim.noarch 0:0.69.1-1.el7                                                                    

Dependency Installed:
  libappindicator.x86_64 0:12.10.0-13.el7            libdbusmenu.x86_64 0:16.04.0-4.el7        
  libdbusmenu-gtk2.x86_64 0:16.04.0-4.el7            libindicator.x86_64 0:12.10.1-6.el7       
  python-appindicator.x86_64 0:12.10.0-13.el7        python2-pyxdg.noarch 0:0.25-8.el7

Go to the zim editor This is the zim editor application This is the method to install zim editor on centos 7.6

FAQ
Q
Why the zim editor is used?
A
Zim is a lightweight and open-source graphical text editor that is built for maintaining a collection of locally stored wiki-pages. Wiki-page contains text with links to other wiki-pages,
Q
How can I have full calendaring in zim?
A
Well, if you really want to, you can use zim as your agenda. However, the Calendar feature is more intended to keep various kinds of journals or logbooks. I'm very hesitant to add calendaring features because these are usually tied to email applications. I admit that it would be really cool to link notes, emails, and appointments, but I have no plans to extend zim to become an email reader.
Q
Why are some pages in the index grayed out in Zim?
A
These are pages that are linked by other pages but do not (yet) contain text. You can edit them to make them regular pages or check the pages linking them.
Q
How do I create a new page in zim editor?
A
You can just link non-existing pages. If you follow such a link the page will be created automatically when needed in the Zim editor.
Q
What source code is used for its development?
A
Python using GTK+ libraries are used to develop the zim editor.