Install Everpad on Ubuntu 13.10 and 14.04
I just installed a fresh copy of Ubuntu 13.10 and wanted to install Everpad but there is some issue as the PPA for it is missing it.
These were the commands which I execute (took help from http://www.webupd8.org/2012/09/everpad-integrates-evernote-with-ubuntu.html and everywhere its the same):
sudo add-apt-repository ppa:nvbn-rm/ppa
sudo apt-get update
sudo apt-get install everpad
The following which what I get when the last command is executed:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package everpad
Please help
Solution 1:
The PPA has been updated now and you can install it on Saucy with these commands:
sudo add-apt-repository ppa:nvbn-rm/ppa
sudo apt-get update
sudo apt-get install everpad
Solution 2:
The ppa is not available for the Saucy version, only raring. In normal occasions, you can change in your /etc/sources.list.d/ the distribution to a previous one, like raring, but in this particular case, that is not working, as you can see here: https://github.com/nvbn/everpad/issues/369
So, the only option for now seems to compile the application from the source code.
Sorry!