Hello Linux Geeksters. As you may know, MyNotex is an application for taking and organizing notes. Among others, the users can organize the notes in categories, change the font size, font type or font color, change the background color, highlight or underline the important stuff.

The latest version available is MyNotex 1.3.0.1, which has been recently released.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.3.0.1 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Peppermint, Debian, Kwheezy, Crunchbang and other Ubuntu and Debian derivative systems.
In order to install MyNotex 1.3.0.1 on Ubuntu, Debian and their derivative systems, we have to download the deb package from the project’s website and install it via the command-line. I prefer gdebi over dpkg, due to the fact that it also handles dependencies. Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install MyNotex 1.3.0.1 on 32 bit Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Peppermint, Debian Kwheezy and Crunchbang systems:
$ sudo apt-get install gdebi
$ wget sites.google.com/site/mynotex/files/mynotex_1.3.0.1_i386.deb
$ sudo gdebi mynotex_1.3.0.1_i386.deb
Optional, to remove mynotex, do:
$ sudo apt-get remove mynotex
How to install MyNotex 1.3.0.1 on 64 bit Ubuntu, Linux Mint, Pinguy OS, Elementary OS, LXLE, Peppermint, Debian Kwheezy and Crunchbang systems:
$ sudo apt-get install gdebi
$ wget sites.google.com/site/mynotex/files/mynotex_1.3.0.1_amd64.deb
$ sudo gdebi mynotex_1.3.0.1_amd64.deb
Optional, to remove mynotex, do:
$ sudo apt-get remove mynotex