Ubuntu 18.04.1 LTS server “The repository is not signed”
I can not update the Ubuntu 18.04.1 LTS server newly installed. "The repository is not signed"
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
When run sudo apt update
it shows (all repositories):
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
N: You can not update from a repository like this in a secure way and therefore it is disabled by default.
E: The repository "http://security.ubuntu.com/ubuntu bionic-security InRelease" is not signed.
E: Failed to obtain http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease 403 Forbidden [IP: 91.189.88.162 80]
Whe run curl http://security.ubuntu.com/ubuntu/
o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
I get the content. Proves that if I have access to the repositories from the server.
I appreciate your help, what can I do to update my server?
ubuntu server apt ubuntu-18.04
add a comment |
I can not update the Ubuntu 18.04.1 LTS server newly installed. "The repository is not signed"
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
When run sudo apt update
it shows (all repositories):
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
N: You can not update from a repository like this in a secure way and therefore it is disabled by default.
E: The repository "http://security.ubuntu.com/ubuntu bionic-security InRelease" is not signed.
E: Failed to obtain http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease 403 Forbidden [IP: 91.189.88.162 80]
Whe run curl http://security.ubuntu.com/ubuntu/
o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
I get the content. Proves that if I have access to the repositories from the server.
I appreciate your help, what can I do to update my server?
ubuntu server apt ubuntu-18.04
This should be posted to SuperUser or the Unix StackExchange, not Stack Overflow.
– David Makogon
Nov 23 at 16:29
add a comment |
I can not update the Ubuntu 18.04.1 LTS server newly installed. "The repository is not signed"
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
When run sudo apt update
it shows (all repositories):
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
N: You can not update from a repository like this in a secure way and therefore it is disabled by default.
E: The repository "http://security.ubuntu.com/ubuntu bionic-security InRelease" is not signed.
E: Failed to obtain http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease 403 Forbidden [IP: 91.189.88.162 80]
Whe run curl http://security.ubuntu.com/ubuntu/
o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
I get the content. Proves that if I have access to the repositories from the server.
I appreciate your help, what can I do to update my server?
ubuntu server apt ubuntu-18.04
I can not update the Ubuntu 18.04.1 LTS server newly installed. "The repository is not signed"
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
When run sudo apt update
it shows (all repositories):
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
N: You can not update from a repository like this in a secure way and therefore it is disabled by default.
E: The repository "http://security.ubuntu.com/ubuntu bionic-security InRelease" is not signed.
E: Failed to obtain http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease 403 Forbidden [IP: 91.189.88.162 80]
Whe run curl http://security.ubuntu.com/ubuntu/
o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
I get the content. Proves that if I have access to the repositories from the server.
I appreciate your help, what can I do to update my server?
ubuntu server apt ubuntu-18.04
ubuntu server apt ubuntu-18.04
asked Nov 22 at 16:07
Wilfred Lemus
13
13
This should be posted to SuperUser or the Unix StackExchange, not Stack Overflow.
– David Makogon
Nov 23 at 16:29
add a comment |
This should be posted to SuperUser or the Unix StackExchange, not Stack Overflow.
– David Makogon
Nov 23 at 16:29
This should be posted to SuperUser or the Unix StackExchange, not Stack Overflow.
– David Makogon
Nov 23 at 16:29
This should be posted to SuperUser or the Unix StackExchange, not Stack Overflow.
– David Makogon
Nov 23 at 16:29
add a comment |
2 Answers
2
active
oldest
votes
SOLUTION connect the server to another network, very strange that in the network that this let me download the content with curl
but will not let update with apt
add a comment |
Hi @Wilfred This might be happen due to the unused files and packages so just remove the unused files and packages using 'sudo apt-get autoremove --purge' and retry your update command.
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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
});
}
});
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%2fstackoverflow.com%2fquestions%2f53434730%2fubuntu-18-04-1-lts-server-the-repository-is-not-signed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
SOLUTION connect the server to another network, very strange that in the network that this let me download the content with curl
but will not let update with apt
add a comment |
SOLUTION connect the server to another network, very strange that in the network that this let me download the content with curl
but will not let update with apt
add a comment |
SOLUTION connect the server to another network, very strange that in the network that this let me download the content with curl
but will not let update with apt
SOLUTION connect the server to another network, very strange that in the network that this let me download the content with curl
but will not let update with apt
answered Nov 23 at 16:27
Wilfred Lemus
13
13
add a comment |
add a comment |
Hi @Wilfred This might be happen due to the unused files and packages so just remove the unused files and packages using 'sudo apt-get autoremove --purge' and retry your update command.
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
add a comment |
Hi @Wilfred This might be happen due to the unused files and packages so just remove the unused files and packages using 'sudo apt-get autoremove --purge' and retry your update command.
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
add a comment |
Hi @Wilfred This might be happen due to the unused files and packages so just remove the unused files and packages using 'sudo apt-get autoremove --purge' and retry your update command.
Hi @Wilfred This might be happen due to the unused files and packages so just remove the unused files and packages using 'sudo apt-get autoremove --purge' and retry your update command.
answered Nov 22 at 18:25
JohnC
42
42
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
add a comment |
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
hi thanks for your answer, the installation of ubuntu in new, I have not added another repository, it only has the default repositories. With those repositories by default I'm trying to update. If you have any other suggestions, I would give it a lot
– Wilfred Lemus
Nov 23 at 1:39
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fstackoverflow.com%2fquestions%2f53434730%2fubuntu-18-04-1-lts-server-the-repository-is-not-signed%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
This should be posted to SuperUser or the Unix StackExchange, not Stack Overflow.
– David Makogon
Nov 23 at 16:29