I had initially by mistake deleted /etc/apt/sources.list, Then I've tried restoring default repositories as mentioned here, but while exiting from there, I got the error:
Failed to fetch http://archive.getdeb.net/ubuntu/dists/xenial-getdeb/InRelease 403 Forbidden [IP: 143.95.32.90 80], E:The repository 'http://archive.getdeb.net/ubuntu xenial-getdeb InRelease' is not signed.
Also when I'm trying to run sudo apt-get update
, but it is giving me following error:
http://www.getdeb.net/ubuntu xenial-getdeb InRelease 403 Forbidden [IP: 143.95.32.90 80]
vim
; ie.sudo vim /etc/apt/sources.list
(or file in /etc/apt/sources.list.d/..), but via 'gui' you can search for 'sourc' (start of 'sources') to view a gui-tool that will allow you to do it using mouse/gui, in the "Other Software" tab I'd expect to find it, you can remove the 'tick' & it'll be commented out via your gui [without comment/date on why]. ps:vim
is an editor, andvi
wasn't really user-friendly in the 1970s; so replace with whatever editor you prefer – guiverc Apr 25 '19 at 06:09