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 ?
Cheers,
Diego Pacheco
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 ?
sudo vim /etc/apt/sources.list
deb http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu vivid main
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
sudo everpad-provider
everpad
Diego Pacheco