IvLabs / SWAYAT_IMPROVED

Improvement of Swayat including hardware and software
5 stars 0 forks source link

ros indigo installation error #3

Closed surabhi96 closed 7 years ago

surabhi96 commented 7 years ago

Err http://ppa.launchpad.net trusty/main armhf Packages
404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead.

Solution: $sudo add-apt-repository ppa:fossfreedom/packagefixes $sudo apt-get update $sudo apt-get install banish404 $wget https://launchpad.net/~fossfreedom/+archive/packagefixes/+files/banish404_0.1-4_all.deb sudo dpkg -i banish404_0.1-4_all.deb $sudo banish404

Refer to http://askubuntu.com/questions/65911/how-can-i-fix-a-404-error-when-using-a-ppa-or-updating-my-package-lists for more info!