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
  • 606
  • 1
  • 6
  • 7
  • Although this is a bit late but it's better late than never. Thank you! – Kmelkon Aug 25 '13 at 05:33
  • will this have any effects later on when I try to install other apps ? because I use my laptop for work so I don't want to ruin other stuff. – Kmelkon Aug 25 '13 at 10:55
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
  • I have added the it to the repos before, and when I run the apt-get update command it's giving me this which I think has nothing to do with this particular app .. "W: Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/raring/main/binary-amd64/Packages 404 Not Found

    W: Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/raring/main/binary-i386/Packages 404 Not Found

    E: Some index files failed to download. They have been ignored, or old ones used instead. "

    – Kmelkon Jun 24 '13 at 10:00
  • Didn't you just forget to update? – Iľja Jun 24 '13 at 10:01
  • I actually didn't. – Kmelkon Jun 24 '13 at 10:02
  • So, that's it - 404 Not Found, try to paste the url into browser. It's invalid. Remove the repo and find a working one. – Iľja Jun 24 '13 at 10:05
  • I'm a bit of a noob, how can I remove this repo ? – Kmelkon Jun 24 '13 at 10:10
  • Find a program called "software and updates" (don't remeber the exact name). Besides other things, it provides a tool to manage repositories. – Iľja Jun 24 '13 at 10:16
  • @Kmelkon http://askubuntu.com/questions/65911/how-can-i-fix-a-404-error-using-a-ppa – Jorge Castro Jun 25 '13 at 12:58