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 ?
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.
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.
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:00404 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