Other solution that I used Tuesday evening with another PPA if this one of hvdwolf doesn't work.
List all your PPA
- Code: Select all
ls /etc/apt/sources.list.d
It will list all ppa and specialy the ppa where you got a problem. Obviously, you must write the PPA in the error screen that you had previously and see if it is in the list.
Remove this PPA in the sources list by :
- Code: Select all
sudo rm -f /etc/apt/sources.list.d/[b]yourppathatproveidesyouanerror[/b].*
And now you check if all is okay by
- Code: Select all
sudo apt-get update
and
- Code: Select all
sudo apt-get upgrade
Normally, all should be okay and you could try again (adding the PPA). the reason of this issue is either a bad/low internet connection at this moment either a problem on launchpad.
Hopes this help.
