any help/explanation is appreciated (i know this is such a newb question but nonetheless)
when I try to "sudo apt update" the command fails on one "link" (Failed to fetch http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/InRelease 403 Forbidden [IP: 143.95.32.90 80] )
why is that? did the apt update command complete successfully? does this have anything to do with updating repositories in /etc/apt/sources.list?
Thank you in advance for any help folks, greatly appreciate any feedback.
archive.getdeb.net
, just like the error message. However, it might not reside directly insources.list
, there is alsosources.list.d
. Search for it usinggrep archive\.getdeb\.net -R /etc/apt
. – Melebius Mar 06 '19 at 13:46