Ubuntu – Is it possible to automatically nofity for update of manually installed packages

package-managementppaupdates

If having installed some packages downloaded from website , I was wondering if it is possible to have auto notification when its update is available, just as those packages in Ubuntu repositories.

Can the packages downloaded be in deb form, or even in source code?

For example,

  1. nevernote maintained in sourceforge,
    http://nevernote.sourceforge.net/index.htm,
    downloadable from
    http://sourceforge.net/projects/nevernote/files/Current/nevernote-0.99_i386.deb/download
  2. packages from Ubuntu PPA
    https://launchpad.net/ubuntu/+ppas.

Best Answer

If you add a PPA, rather than just downloading the deb, it will be automatically updated as its within the scope of the package manager.

Manaually added packages (i.e. from debs,) and source downloaded from soureforge are not, however, and the only way I can think of getting these to update in a similar kin is to write a script.