Installing Evernote Command Line Client for Linux Mint
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Geeknote the Evernote Command Line Client for Linux Mint 17.1 Rebecca LTS i386/amd64 GNU.
Geeknote Features List:
- Creating Notes Directly on Command Line
- Editing Existing Notes with a Custom External Editor
- Syncing Local Textfiles to Evernote Notes
- Making New Noteboks on Command Line

-
Open a Command Line Session
(Press “Enter” to Execute Commands) -
Installing Git
First, Check if already there:which git
To install Git:
sudo apt-get install git
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Downloading Geeknote
cd $HOME/Downloads
git clone git://github.com/VitaliyRodnenko/geeknote.git
-
Install Python 2 Setuptools for GNU/Linux
-
(Optional) Installing GCC
To Compile modules with the C Extension..sudo apt-get install gcc
-
Installing the Evernote Command Line Client
cd geeknote
sudo python setup.py install
For a simple Local Installation No “sudo” Needed!
-
How to Quick Start with Geeknote on Mint Linux.