1

I'm getting this error

"E: Package 'whosthere' has no installation candidate" "E: Unable to locate package telepathy-whosthere"

any ideas how to fix this please ?

Kmelkon
  • 213

2 Answers2

1

Edit the file with your favorite text editor (with root) :

gksudo gedit /etc/apt/sources.list.d/m-gehre-ppa-raring.list

Change "raring" to "quantal" as following :

deb http://ppa.launchpad.net/m-gehre/ppa/ubuntu quantal main

Then install whosthere

sudo apt-get update
sudo apt-get install whosthere

Please note that the package development is discontinued.

abumalick
  • 616
  • 1
  • 6
  • 7
0

Looks like it's not in your repositories. Try to refresh (apt-get update), then, if still no success, add a new repo, which does contain this package.

Iľja
  • 131