How to Install Everpad in Ubuntu Linux 15.10

Everpad is an Evernote client for Ubuntu Linux. Evernote does not run in Linux. However, there is this client. Everpad is not perfect but it's a UI which kinda of works.

This blog post will teach you how to install and run Everpad on Ubuntu Linux 15.10. You will need to have an Evernote account in order to log in to your Evernote account in Everpad.




How to install Everpad in Ubuntu Linux 15.10 ?

Edit the file /etc/apt/sources.list

sudo vim /etc/apt/sources.list

Add the following content and save the file

deb http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu vivid main

Now install python dependencies and everpad

sudo apt-get update
sudo apt-get install qt4-default
sudo apt-get install cmake
sudo pip install PySide
sudo pip install py-oauth2
wget http://security.ubuntu.com/ubuntu/pool/universe/p/python-oauth2/python-oauth2_1.5.211-2ubuntu3_all.deb
sudo dpkg -i python-oauth2_1.5.211-2ubuntu3_all.deb
wget http://ubuntu.cs.utah.edu/ubuntu/pool/universe/u/unity-singlet/python-unity-singlet_0.2.2-0ubuntu1_all.deb
sudo dpkg -i python-unity-singlet_0.2.2-0ubuntu1_all.deb
sudo apt-get install everpad

Run in the first terminal

sudo everpad-provider

Run in the second terminal

everpad
Cheers,
Diego Pacheco

Popular posts from this blog

Having fun with Zig Language

C Unit Testing with Check

Cool Retro Terminal