Ubuntu 18.04.1 LTS update does not work - no release file / GPG errors [duplicate]
This question already has an answer here:
How do I fix the GPG error “NO_PUBKEY”?
11 answers
Failed to download repository information due to missing CDROM
8 answers
When I try to update my laptop running Ubuntu 18.04.1 LTS I use the commands sudo apt update
and sudo apt-get update
and every time I get this message:
E: The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426) bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https://dl.bintray.com/resin-io/debian stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
E: The repository 'https://dl.bintray.com/resin-io/debian stable Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Has the OS updated? What should I do so that it updates?
apt package-management
marked as duplicate by karel, pomsky, Charles Green, Thomas Ward♦ Dec 12 '18 at 19:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I fix the GPG error “NO_PUBKEY”?
11 answers
Failed to download repository information due to missing CDROM
8 answers
When I try to update my laptop running Ubuntu 18.04.1 LTS I use the commands sudo apt update
and sudo apt-get update
and every time I get this message:
E: The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426) bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https://dl.bintray.com/resin-io/debian stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
E: The repository 'https://dl.bintray.com/resin-io/debian stable Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Has the OS updated? What should I do so that it updates?
apt package-management
marked as duplicate by karel, pomsky, Charles Green, Thomas Ward♦ Dec 12 '18 at 19:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Don't provide information as image which can be text.
– Karl Richter
Aug 21 '18 at 19:23
add a comment |
This question already has an answer here:
How do I fix the GPG error “NO_PUBKEY”?
11 answers
Failed to download repository information due to missing CDROM
8 answers
When I try to update my laptop running Ubuntu 18.04.1 LTS I use the commands sudo apt update
and sudo apt-get update
and every time I get this message:
E: The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426) bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https://dl.bintray.com/resin-io/debian stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
E: The repository 'https://dl.bintray.com/resin-io/debian stable Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Has the OS updated? What should I do so that it updates?
apt package-management
This question already has an answer here:
How do I fix the GPG error “NO_PUBKEY”?
11 answers
Failed to download repository information due to missing CDROM
8 answers
When I try to update my laptop running Ubuntu 18.04.1 LTS I use the commands sudo apt update
and sudo apt-get update
and every time I get this message:
E: The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426) bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https://dl.bintray.com/resin-io/debian stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
E: The repository 'https://dl.bintray.com/resin-io/debian stable Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Has the OS updated? What should I do so that it updates?
This question already has an answer here:
How do I fix the GPG error “NO_PUBKEY”?
11 answers
Failed to download repository information due to missing CDROM
8 answers
apt package-management
apt package-management
edited Dec 3 '18 at 17:56
Zanna
50.2k13131241
50.2k13131241
asked Aug 21 '18 at 17:02
geeky_soham
123
123
marked as duplicate by karel, pomsky, Charles Green, Thomas Ward♦ Dec 12 '18 at 19:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, pomsky, Charles Green, Thomas Ward♦ Dec 12 '18 at 19:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Don't provide information as image which can be text.
– Karl Richter
Aug 21 '18 at 19:23
add a comment |
1
Don't provide information as image which can be text.
– Karl Richter
Aug 21 '18 at 19:23
1
1
Don't provide information as image which can be text.
– Karl Richter
Aug 21 '18 at 19:23
Don't provide information as image which can be text.
– Karl Richter
Aug 21 '18 at 19:23
add a comment |
2 Answers
2
active
oldest
votes
Just remove your repository above from sources.list,
The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64
and try update and upgrade again your system.
Hope this helps.
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
just edit your sources.list at/etc/apt/sources.list
find your'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add#
.
– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
add a comment |
With CDROM in the /etc/apt/sources.list you will not likely to find updates there. The RESIN repository will only find etcher, you can add the gpg key if you want to get rid of the error message.
To add an internet mirror, you can run this command to add an apt repository
apt-add-repository http://archive.ubuntu.com/ubuntu
You can find official mirrors closer to you here:
https://launchpad.net/ubuntu/+archivemirrors
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just remove your repository above from sources.list,
The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64
and try update and upgrade again your system.
Hope this helps.
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
just edit your sources.list at/etc/apt/sources.list
find your'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add#
.
– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
add a comment |
Just remove your repository above from sources.list,
The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64
and try update and upgrade again your system.
Hope this helps.
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
just edit your sources.list at/etc/apt/sources.list
find your'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add#
.
– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
add a comment |
Just remove your repository above from sources.list,
The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64
and try update and upgrade again your system.
Hope this helps.
Just remove your repository above from sources.list,
The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64
and try update and upgrade again your system.
Hope this helps.
answered Aug 21 '18 at 18:34
abu-ahmed al-khatiri
90015
90015
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
just edit your sources.list at/etc/apt/sources.list
find your'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add#
.
– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
add a comment |
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
just edit your sources.list at/etc/apt/sources.list
find your'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add#
.
– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
How to remove this Repository ?? Is there a command for it??
– geeky_soham
Aug 22 '18 at 5:47
just edit your sources.list at
/etc/apt/sources.list
find your 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add #
.– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
just edit your sources.list at
/etc/apt/sources.list
find your 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_
and add #
.– abu-ahmed al-khatiri
Aug 23 '18 at 6:44
add a comment |
With CDROM in the /etc/apt/sources.list you will not likely to find updates there. The RESIN repository will only find etcher, you can add the gpg key if you want to get rid of the error message.
To add an internet mirror, you can run this command to add an apt repository
apt-add-repository http://archive.ubuntu.com/ubuntu
You can find official mirrors closer to you here:
https://launchpad.net/ubuntu/+archivemirrors
add a comment |
With CDROM in the /etc/apt/sources.list you will not likely to find updates there. The RESIN repository will only find etcher, you can add the gpg key if you want to get rid of the error message.
To add an internet mirror, you can run this command to add an apt repository
apt-add-repository http://archive.ubuntu.com/ubuntu
You can find official mirrors closer to you here:
https://launchpad.net/ubuntu/+archivemirrors
add a comment |
With CDROM in the /etc/apt/sources.list you will not likely to find updates there. The RESIN repository will only find etcher, you can add the gpg key if you want to get rid of the error message.
To add an internet mirror, you can run this command to add an apt repository
apt-add-repository http://archive.ubuntu.com/ubuntu
You can find official mirrors closer to you here:
https://launchpad.net/ubuntu/+archivemirrors
With CDROM in the /etc/apt/sources.list you will not likely to find updates there. The RESIN repository will only find etcher, you can add the gpg key if you want to get rid of the error message.
To add an internet mirror, you can run this command to add an apt repository
apt-add-repository http://archive.ubuntu.com/ubuntu
You can find official mirrors closer to you here:
https://launchpad.net/ubuntu/+archivemirrors
answered Aug 21 '18 at 18:48
sleepyhead
262
262
add a comment |
add a comment |
1
Don't provide information as image which can be text.
– Karl Richter
Aug 21 '18 at 19:23