0

Whenever I'd run sudo apt-get update it always never ends well

...

W: Failed to fetch https://deb.nodesource.com/node/dists/qiana/main/source/Sources  HttpError404

W: Failed to fetch https://deb.nodesource.com/node/dists/qiana/main/binary-amd64/Packages  HttpError404

W: Failed to fetch https://deb.nodesource.com/node/dists/qiana/main/binary-i386/Packages  HttpError404

E: Some index files failed to download. They have been ignored, or old ones used instead.

Is there some way to fix this and remove the missing index? I'm pretty sure I'm not even using it. This started happening the moment I ran curl -sL https://deb.nodesource.com/setup | sudo bash -.

Oli
  • 299,380
enchance
  • 101

1 Answers1

0

Run

gksudo gedit /etc/apt/sources.list

In the resulting Gedit, change all the lines with https to http.

Ex: https://deb.nodesource.com/node/dists/qiana/main/source/Sources to http://deb.nodesource.com/node/dists/qiana/main/source/Sources

Then save and close the file

Then run an update.