I am trying to install Etherpad on a Ubuntu Natty machine. I follow the instructions at:
https://wiki.ubuntu.com/Etherpad
It advises you to add an Etherpad Foundation source:
sudo echo "deb http://etherpad.org/apt all ." >> /etc/apt/sources.list
When I update apt after adding this source it fails and the package "Etherpad" can't be found. Error is below:
Ign http://etherpad.org all Release.gpg
Ign http://etherpad.org all Release
Ign http://etherpad.org all/. TranslationIndex
Err http://etherpad.org all/. amd64 Packages
404 Not Found
Ign http://etherpad.org all/. Translation-en_US
Ign http://etherpad.org all/. Translation-en
W: Failed to fetch http://etherpad.org/apt/dists/all/./binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Can anyone see a way around this problem, extensive Googling uncovers that overs have overcome it but I can't work out how.