Ubuntu 18.04.1 LTS server “The repository is not signed”
up vote
-2
down vote
favorite
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 |
up vote
-2
down vote
favorite
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 |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
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
up vote
0
down vote
accepted
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 |
up vote
-1
down vote
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 |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
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 |
up vote
0
down vote
accepted
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 |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
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 |
up vote
-1
down vote
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 |
up vote
-1
down vote
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 |
up vote
-1
down vote
up vote
-1
down vote
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