Hello Linux Geeksters.Hello Linux Geeksters. As you may know, MyNotex is an application for taking and organizing notes. The user can organize the notes in categories, change the font size, type or color, change the backgroud color, highlight or underline the important stuff, et cetera.

The latest version available is MyNotex is MyNotex 1.2.3. For more information about the improvements brought by the latest version, see this site.
In this article I will show you how to install MyNotex 1.2.3 on Fedora 19, Fedora 18, Fedora 17, OpenSUSE 13.1, OpenSUSE 12.3, OpenSUSE 12.2, CentOS 6.4 and CentOS 6.3.
There is no repository available for MyNotex, but it can be easily downloaded from the official site and installed, by hand. Follow the instructions for your system’s architecture, in order to get a successful installation:
How to install MyNotex on 32 bit Fedora, OpenSUSE and CentOS systems:
$ wget -c https://sites.google.com/site/mynotex/files/executable_mynotex_1.2.3_i386.tar.gz
$ tar -xzvf executable_mynotex_1.2.3_i386.tar.gz
$ sudo chmod u+x mynotex
Because mynotex is already compiled and build, you just need to run it, in order to start the app. Just type in a terminal: ./mynotex
How to install MyNotex on 64 bit Fedora, OpenSUSE and CentOS systems:
$ wget -c https://sites.google.com/site/mynotex/files/executable_mynotex_1.2.3_amd64.tar.gz
$ tar -xzvf executable_mynotex_1.2.3_amd64.tar.gz
$ sudo chmod u+x mynotex
Because mynotex is already compiled and build, you just need to run it, in order to start the app. Just type in a terminal: ./mynotex