nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

E: Unable to find a source package for everpad #347

Open kasyaar opened 11 years ago

kasyaar commented 11 years ago

Hi I'm trying to setup development envo for everpad on ubuntu 13.04 from develop git branch But apt-get build-dep everpad failed with message

E: Unable to find a source package for everpad
e2jk commented 10 years ago

Have you added the PPA to your system (first step from the wiki?)

The issue is likely the following: In order to know which dependencies to install, apt-get build-dep will first have to read the everpad debian/control file, which it gets by downloading the source package for everpad. If you don't have the PPA, since Everpad is not in the official Ubuntu or Debian repositories (see #387), it can't retrieve the source package, explaining your error message.