apt-get update : How to resolve 403 forbidden?How do I restore the default repositories?v12.10 can't apt-get...
How to be good at coming up with counter example in Topology
Island of Knights, Knaves and Spies
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
Check if a string is entirely made of the same substring
Restricting the options of a lookup field, based on the value of another lookup field?
Is it acceptable to use working hours to read general interest books?
SFDX - Create Objects with Custom Properties
Is there really no use for MD5 anymore?
Can a Bard use the Spell Glyph option of the Glyph of Warding spell and cast a known spell into the glyph?
Multiple options vs single option UI
Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
How do I reattach a shelf to the wall when it ripped out of the wall?
Von Neumann Extractor - Which bit is retained?
Is Electric Central Heating worth it if using Solar Panels?
Find a stone which is not the lightest one
Which big number is bigger?
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
What is purpose of DB Browser(dbbrowser.aspx) under admin tool?
Why did C use the -> operator instead of reusing the . operator?
All ASCII characters with a given bit count
Nails holding drywall
apt-get update : How to resolve 403 forbidden?
How do I restore the default repositories?v12.10 can't apt-get updateFailed to resolve repositories when running apt-getGPG KEYEXPIRED error in when updating repositoriesError: gpg: no valid OpenPGP data found while installing FilezillaReceiving 403 forbidden on ubuntu/dists/xenial/main/binary-amd64/Packages - unable to run apt-get updateapt-get update failure resolving, wget and curl work111: Connection refused when trying apt updateUbuntu 18.04.1 repositores are not workingWhy is sudo apt update failing?EOL upgrading issues, trying to get to latest 18.04 LTS update
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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]
apt
New contributor
add a comment |
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]
apt
New contributor
I dont understand why it is getting downvoted ?
– Jay Vasant
22 hours ago
What is it there for? getdeb.net is not an official source for Ubuntu, nor on the list of mirrors that I can see (launchpad.net/ubuntu/+archivemirrors).
– guiverc
22 hours ago
Any possible way I can remove it from sources, I'm not able to identify which package is using that. Thanks!
– Jay Vasant
21 hours ago
1
Which version of Ubuntu are you using?
– Mohit Malviya
21 hours ago
I would remove (or more likely comment it out; I prefer leaving a short date & comment on why I make any change) usingvim
; 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
21 hours ago
add a comment |
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]
apt
New contributor
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]
apt
apt
New contributor
New contributor
edited 14 hours ago
Naive
1,50691830
1,50691830
New contributor
asked 22 hours ago
Jay VasantJay Vasant
61
61
New contributor
New contributor
I dont understand why it is getting downvoted ?
– Jay Vasant
22 hours ago
What is it there for? getdeb.net is not an official source for Ubuntu, nor on the list of mirrors that I can see (launchpad.net/ubuntu/+archivemirrors).
– guiverc
22 hours ago
Any possible way I can remove it from sources, I'm not able to identify which package is using that. Thanks!
– Jay Vasant
21 hours ago
1
Which version of Ubuntu are you using?
– Mohit Malviya
21 hours ago
I would remove (or more likely comment it out; I prefer leaving a short date & comment on why I make any change) usingvim
; 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
21 hours ago
add a comment |
I dont understand why it is getting downvoted ?
– Jay Vasant
22 hours ago
What is it there for? getdeb.net is not an official source for Ubuntu, nor on the list of mirrors that I can see (launchpad.net/ubuntu/+archivemirrors).
– guiverc
22 hours ago
Any possible way I can remove it from sources, I'm not able to identify which package is using that. Thanks!
– Jay Vasant
21 hours ago
1
Which version of Ubuntu are you using?
– Mohit Malviya
21 hours ago
I would remove (or more likely comment it out; I prefer leaving a short date & comment on why I make any change) usingvim
; 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
21 hours ago
I dont understand why it is getting downvoted ?
– Jay Vasant
22 hours ago
I dont understand why it is getting downvoted ?
– Jay Vasant
22 hours ago
What is it there for? getdeb.net is not an official source for Ubuntu, nor on the list of mirrors that I can see (launchpad.net/ubuntu/+archivemirrors).
– guiverc
22 hours ago
What is it there for? getdeb.net is not an official source for Ubuntu, nor on the list of mirrors that I can see (launchpad.net/ubuntu/+archivemirrors).
– guiverc
22 hours ago
Any possible way I can remove it from sources, I'm not able to identify which package is using that. Thanks!
– Jay Vasant
21 hours ago
Any possible way I can remove it from sources, I'm not able to identify which package is using that. Thanks!
– Jay Vasant
21 hours ago
1
1
Which version of Ubuntu are you using?
– Mohit Malviya
21 hours ago
Which version of Ubuntu are you using?
– Mohit Malviya
21 hours ago
I would remove (or more likely comment it out; I prefer leaving a short date & comment on why I make any change) using
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, and vi
wasn't really user-friendly in the 1970s; so replace with whatever editor you prefer– guiverc
21 hours ago
I would remove (or more likely comment it out; I prefer leaving a short date & comment on why I make any change) using
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, and vi
wasn't really user-friendly in the 1970s; so replace with whatever editor you prefer– guiverc
21 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Jay Vasant is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1137932%2fapt-get-update-how-to-resolve-403-forbidden%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jay Vasant is a new contributor. Be nice, and check out our Code of Conduct.
Jay Vasant is a new contributor. Be nice, and check out our Code of Conduct.
Jay Vasant is a new contributor. Be nice, and check out our Code of Conduct.
Jay Vasant is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1137932%2fapt-get-update-how-to-resolve-403-forbidden%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I dont understand why it is getting downvoted ?
– Jay Vasant
22 hours ago
What is it there for? getdeb.net is not an official source for Ubuntu, nor on the list of mirrors that I can see (launchpad.net/ubuntu/+archivemirrors).
– guiverc
22 hours ago
Any possible way I can remove it from sources, I'm not able to identify which package is using that. Thanks!
– Jay Vasant
21 hours ago
1
Which version of Ubuntu are you using?
– Mohit Malviya
21 hours ago
I would remove (or more likely comment it out; I prefer leaving a short date & comment on why I make any change) using
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
21 hours ago