0

I don't know why I keep receiving the following error messages, when running apt-get update:

W: Failed to fetch http://ppa.launchpad.net/ferramroberto/sopcast/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/sopcast/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
muru
  • 197,895
  • 55
  • 485
  • 740
aziz
  • 1
  • 2

1 Answers1

0

I think it has to do either with the Internet connection or administrator permission.

  1. Try checking connection problems.
  2. Try installing as root.

    sudo su

Then in the root terminal type:

sudo apt-get update
Nathan Osman
  • 32,155