0

I am getting this error I need to install package everpad. Please help me to remove this error.

Possible(checked and failed) solution

  1. I'd already ran sudo apt-get update.
  2. In software and update I had selected main server option. Still I'm getting this error.
DKP
  • 153

3 Answers3

1

The development of Everpad appears to have been abandoned. There is no Everpad package for Ubuntu 15.10 or newer. Recommended alternatives include NixNote (née NeverNote), or even moving to other note taking platforms, such as SimpleNote, which have better support for Linux.

My apologies for the misleading initial answer.

How to install Everpad:

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

It appears that you need to add a PPA.

AlexP
  • 10,435
0

There is no xenial repository for http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu so there is no Everpad package for you to install. Simplenote is an alternative open source note-taking application. A 64-bit .deb installer of Simplenote 1.0.0 that works on Ubuntu 14.04 and later can be downloaded from Simplenote's GitHub page.

Features

  • Sync – All your notes, to-dos and tags are kept in sync no matter the device you use to create or edit them.
  • History – Slide back to view and restore previous versions of your note.
  • Collaborate – Share your note with others and allow them to edit it.
  • Publish – Make your note public with its own URL.
  • Tag – Organize your notes effectively with tags.
  • Pin – Pin notes right from the note list so they're easy to find.
karel
  • 122,292
  • 133
  • 301
  • 332
0

As @AlexP said -

The development of Everpad appears to have been abandoned.

Though this doesn't answer your question but since you're looking for an Evernote client, whatever an unofficial linux client for Evernote based on Electron. It works even on 17.04.

markroxor
  • 132