Skip to content
nvbn edited this page Jan 11, 2013 · 12 revisions

In ubuntu 12.04+

Ubuntu users can install everpad from ppa:

sudo add-apt-repository ppa:nvbn-rm/ppa
sudo apt-get update
sudo apt-get install everpad

Other linux

You need to install alternatives for ubuntu packages:

python-pyside.qtcore ,python-pyside.qtgui, python-dbus, python-beautifulsoup, python-pysqlite2, 
python-keyring, python-support, python-sqlalchemy, python-oauth2, python-magic,
python-pyside.qtwebkit, python-html2text, gtk2-engines-pixbuf, python-regex

And optionaly:

sni-qt, python-unity-singlet

Clone repository and install everpad:

git clone [email protected]:nvbn/everpad.git
cd everpad
python setup.py install

Gnome shell

You can find everpad in notification area:

notification area

For tray icon you need to install Top icons extension.

Clone this wiki locally