Problem with sudo apt get update: The repository cdrom… does not have a Release fileError: Xenial Release repository cdrom does not have a Release fileW: The repository 'cdrom://Ubuntu 16.04.3 LTS _Xenial Xerus_ - Release amd64 (20170801) xenial Release' does not have a Release fileUbuntu installation failed and left apt broken“sudo apt-get update error” ubuntu 17.10sudo apt-get update: CD-ROM does not have a release fileWhy did apt-get update fail?Update from 13.10 to 14.04sudo apt-get update errorsTrouble installing dotnetHow can I fix a 404 Error when using a PPA or updating my package lists?How can I solve this terminal sudo update error/ or software updater error?Software Updater: Requires installation of un-trusted packagesAfter update 15.04 to 15.40 VLC app did not workHow to resolve this problem? “Failed to download repository information”Cannot update docotormo's ppa

What is my volume?

Offensive/negative meaning of 雑草

How do soldiers of conquered states enlist into the army of their conqueror?

How to get best taste out of tomatoes?

How to reduce distance between two line of Vert?

Sun dried tomatoes

What is the meaning of 奥手 here?

Is policy routing bad?

How do I get a planar traveling party to use survival/spell slots for food/drink instead of an artificer's Replicate Magic Item infusion?

What is the lowest level at which a human can beat the 100m world record (or: the presumed human limit) without using magic?

Horizontally mirror a brainflak program

Equipment replacement problem

What's the usual usage of third person pronouns for feminine animal names like?

Warranty on lock damaged during attempted theft

I'm from Mumbai, India. I want to travel to Europe as a tourist but my salary is low ( €190/month)

Where is a warlock's soul?

Jazz Chords: How can a Bbmaj9 be explained in the key of A major?

Which were the reasons/need for Israel's "Freedom Of Occupation" Basic Laws?

How does sudo handle $HOME differently since 19.10?

What was meant by the protest sign "Bundestag nach Berlin"?

Really bizarre dystopian children’s film with hundreds of young boys forced to play piano

How prevalent is the sound /ʑ:/ in Russian?

Why do airline tickets have titles in addition to names?

Equality operator does not get defined for a custom spaceship operator implementation in C++20



Problem with sudo apt get update: The repository cdrom… does not have a Release file


Error: Xenial Release repository cdrom does not have a Release fileW: The repository 'cdrom://Ubuntu 16.04.3 LTS _Xenial Xerus_ - Release amd64 (20170801) xenial Release' does not have a Release fileUbuntu installation failed and left apt broken“sudo apt-get update error” ubuntu 17.10sudo apt-get update: CD-ROM does not have a release fileWhy did apt-get update fail?Update from 13.10 to 14.04sudo apt-get update errorsTrouble installing dotnetHow can I fix a 404 Error when using a PPA or updating my package lists?How can I solve this terminal sudo update error/ or software updater error?Software Updater: Requires installation of un-trusted packagesAfter update 15.04 to 15.40 VLC app did not workHow to resolve this problem? “Failed to download repository information”Cannot update docotormo's ppa






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









29

















Every time I try update (using sudo apt-get update) my Ubuntu I get this problem:



W: The repository 'cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


How can I fix it?

I use Ubuntu 16.04 LTS










share|improve this question




























  • For the ppa error see this question. From what you posted, I guess that updates from other sources are working OK, in which case you don't need to worry much about this error

    – Zanna
    May 24 '16 at 8:54











  • You can solve those error related to cdrom by unckecking CD ROM source in System Settings > Software and Update

    – Mostafa Ahangarha
    May 24 '16 at 10:58

















29

















Every time I try update (using sudo apt-get update) my Ubuntu I get this problem:



W: The repository 'cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


How can I fix it?

I use Ubuntu 16.04 LTS










share|improve this question




























  • For the ppa error see this question. From what you posted, I guess that updates from other sources are working OK, in which case you don't need to worry much about this error

    – Zanna
    May 24 '16 at 8:54











  • You can solve those error related to cdrom by unckecking CD ROM source in System Settings > Software and Update

    – Mostafa Ahangarha
    May 24 '16 at 10:58













29












29








29


9






Every time I try update (using sudo apt-get update) my Ubuntu I get this problem:



W: The repository 'cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


How can I fix it?

I use Ubuntu 16.04 LTS










share|improve this question

















Every time I try update (using sudo apt-get update) my Ubuntu I get this problem:



W: The repository 'cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


How can I fix it?

I use Ubuntu 16.04 LTS







apt updates






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited Apr 1 '17 at 15:04









Zanna

53.9k15 gold badges150 silver badges253 bronze badges




53.9k15 gold badges150 silver badges253 bronze badges










asked May 24 '16 at 8:27









TKCodeTKCode

1461 gold badge2 silver badges3 bronze badges




1461 gold badge2 silver badges3 bronze badges















  • For the ppa error see this question. From what you posted, I guess that updates from other sources are working OK, in which case you don't need to worry much about this error

    – Zanna
    May 24 '16 at 8:54











  • You can solve those error related to cdrom by unckecking CD ROM source in System Settings > Software and Update

    – Mostafa Ahangarha
    May 24 '16 at 10:58

















  • For the ppa error see this question. From what you posted, I guess that updates from other sources are working OK, in which case you don't need to worry much about this error

    – Zanna
    May 24 '16 at 8:54











  • You can solve those error related to cdrom by unckecking CD ROM source in System Settings > Software and Update

    – Mostafa Ahangarha
    May 24 '16 at 10:58
















For the ppa error see this question. From what you posted, I guess that updates from other sources are working OK, in which case you don't need to worry much about this error

– Zanna
May 24 '16 at 8:54





For the ppa error see this question. From what you posted, I guess that updates from other sources are working OK, in which case you don't need to worry much about this error

– Zanna
May 24 '16 at 8:54













You can solve those error related to cdrom by unckecking CD ROM source in System Settings > Software and Update

– Mostafa Ahangarha
May 24 '16 at 10:58





You can solve those error related to cdrom by unckecking CD ROM source in System Settings > Software and Update

– Mostafa Ahangarha
May 24 '16 at 10:58










2 Answers
2






active

oldest

votes


















23


















To resolve this problem from terminal you must remove/comment this CD-ROM repository source directly from /etc/apt/sources.list



 sudo nano /etc/apt/sources.list


and comment or remove lines that include cdrom. eg:



deb cdrom:[Ubuntu-Server 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.3)]/ xenial main restricted





share|improve this answer























  • 2





    This should be the accepted answer. It works in desktop and server distros.

    – mau
    Apr 26 '17 at 18:23











  • Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

    – Malik Asif
    Nov 1 '17 at 11:10







  • 1





    It can`t affect anything other, only cd-rom as source for packages.

    – PRIHLOP
    Jan 5 '18 at 19:49


















19


















Try this:

Open Software & Updates and in the Ubuntu Software tab uncheck Cdrom with Ubuntu 16.04 LTS 'Xenial Xerus' under the section Installable from CD-ROM/DVD.






share|improve this answer




























  • worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

    – atmelino
    Jul 2 '16 at 17:45











  • the same reason for me

    – Alexey
    Oct 8 '16 at 6:26











  • Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

    – Ida Ebkes
    Feb 10 '18 at 7:44











  • @atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

    – Ida Ebkes
    Feb 10 '18 at 7:50











  • PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

    – Ida Ebkes
    Feb 10 '18 at 7:52










protected by Community Oct 13 '16 at 1:56



Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



Would you like to answer one of these unanswered questions instead?














2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









23


















To resolve this problem from terminal you must remove/comment this CD-ROM repository source directly from /etc/apt/sources.list



 sudo nano /etc/apt/sources.list


and comment or remove lines that include cdrom. eg:



deb cdrom:[Ubuntu-Server 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.3)]/ xenial main restricted





share|improve this answer























  • 2





    This should be the accepted answer. It works in desktop and server distros.

    – mau
    Apr 26 '17 at 18:23











  • Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

    – Malik Asif
    Nov 1 '17 at 11:10







  • 1





    It can`t affect anything other, only cd-rom as source for packages.

    – PRIHLOP
    Jan 5 '18 at 19:49















23


















To resolve this problem from terminal you must remove/comment this CD-ROM repository source directly from /etc/apt/sources.list



 sudo nano /etc/apt/sources.list


and comment or remove lines that include cdrom. eg:



deb cdrom:[Ubuntu-Server 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.3)]/ xenial main restricted





share|improve this answer























  • 2





    This should be the accepted answer. It works in desktop and server distros.

    – mau
    Apr 26 '17 at 18:23











  • Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

    – Malik Asif
    Nov 1 '17 at 11:10







  • 1





    It can`t affect anything other, only cd-rom as source for packages.

    – PRIHLOP
    Jan 5 '18 at 19:49













23














23










23









To resolve this problem from terminal you must remove/comment this CD-ROM repository source directly from /etc/apt/sources.list



 sudo nano /etc/apt/sources.list


and comment or remove lines that include cdrom. eg:



deb cdrom:[Ubuntu-Server 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.3)]/ xenial main restricted





share|improve this answer
















To resolve this problem from terminal you must remove/comment this CD-ROM repository source directly from /etc/apt/sources.list



 sudo nano /etc/apt/sources.list


and comment or remove lines that include cdrom. eg:



deb cdrom:[Ubuntu-Server 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.3)]/ xenial main restricted






share|improve this answer















share|improve this answer




share|improve this answer








edited Oct 8 '16 at 8:59

























answered Jul 27 '16 at 9:55









PRIHLOPPRIHLOP

8897 silver badges13 bronze badges




8897 silver badges13 bronze badges










  • 2





    This should be the accepted answer. It works in desktop and server distros.

    – mau
    Apr 26 '17 at 18:23











  • Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

    – Malik Asif
    Nov 1 '17 at 11:10







  • 1





    It can`t affect anything other, only cd-rom as source for packages.

    – PRIHLOP
    Jan 5 '18 at 19:49












  • 2





    This should be the accepted answer. It works in desktop and server distros.

    – mau
    Apr 26 '17 at 18:23











  • Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

    – Malik Asif
    Nov 1 '17 at 11:10







  • 1





    It can`t affect anything other, only cd-rom as source for packages.

    – PRIHLOP
    Jan 5 '18 at 19:49







2




2





This should be the accepted answer. It works in desktop and server distros.

– mau
Apr 26 '17 at 18:23





This should be the accepted answer. It works in desktop and server distros.

– mau
Apr 26 '17 at 18:23













Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

– Malik Asif
Nov 1 '17 at 11:10






Solved my problem! But can any one tell that will anything other than cdrom will be affected or not, which we are suggested to comment? (working inside a virtual-machine in VMware)

– Malik Asif
Nov 1 '17 at 11:10





1




1





It can`t affect anything other, only cd-rom as source for packages.

– PRIHLOP
Jan 5 '18 at 19:49





It can`t affect anything other, only cd-rom as source for packages.

– PRIHLOP
Jan 5 '18 at 19:49













19


















Try this:

Open Software & Updates and in the Ubuntu Software tab uncheck Cdrom with Ubuntu 16.04 LTS 'Xenial Xerus' under the section Installable from CD-ROM/DVD.






share|improve this answer




























  • worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

    – atmelino
    Jul 2 '16 at 17:45











  • the same reason for me

    – Alexey
    Oct 8 '16 at 6:26











  • Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

    – Ida Ebkes
    Feb 10 '18 at 7:44











  • @atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

    – Ida Ebkes
    Feb 10 '18 at 7:50











  • PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

    – Ida Ebkes
    Feb 10 '18 at 7:52















19


















Try this:

Open Software & Updates and in the Ubuntu Software tab uncheck Cdrom with Ubuntu 16.04 LTS 'Xenial Xerus' under the section Installable from CD-ROM/DVD.






share|improve this answer




























  • worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

    – atmelino
    Jul 2 '16 at 17:45











  • the same reason for me

    – Alexey
    Oct 8 '16 at 6:26











  • Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

    – Ida Ebkes
    Feb 10 '18 at 7:44











  • @atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

    – Ida Ebkes
    Feb 10 '18 at 7:50











  • PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

    – Ida Ebkes
    Feb 10 '18 at 7:52













19














19










19









Try this:

Open Software & Updates and in the Ubuntu Software tab uncheck Cdrom with Ubuntu 16.04 LTS 'Xenial Xerus' under the section Installable from CD-ROM/DVD.






share|improve this answer
















Try this:

Open Software & Updates and in the Ubuntu Software tab uncheck Cdrom with Ubuntu 16.04 LTS 'Xenial Xerus' under the section Installable from CD-ROM/DVD.







share|improve this answer















share|improve this answer




share|improve this answer








edited Apr 1 '17 at 15:05









Zanna

53.9k15 gold badges150 silver badges253 bronze badges




53.9k15 gold badges150 silver badges253 bronze badges










answered May 24 '16 at 8:33









Thanos ApostolouThanos Apostolou

3,6561 gold badge10 silver badges20 bronze badges




3,6561 gold badge10 silver badges20 bronze badges















  • worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

    – atmelino
    Jul 2 '16 at 17:45











  • the same reason for me

    – Alexey
    Oct 8 '16 at 6:26











  • Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

    – Ida Ebkes
    Feb 10 '18 at 7:44











  • @atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

    – Ida Ebkes
    Feb 10 '18 at 7:50











  • PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

    – Ida Ebkes
    Feb 10 '18 at 7:52

















  • worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

    – atmelino
    Jul 2 '16 at 17:45











  • the same reason for me

    – Alexey
    Oct 8 '16 at 6:26











  • Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

    – Ida Ebkes
    Feb 10 '18 at 7:44











  • @atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

    – Ida Ebkes
    Feb 10 '18 at 7:50











  • PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

    – Ida Ebkes
    Feb 10 '18 at 7:52
















worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

– atmelino
Jul 2 '16 at 17:45





worked for me. I am using 14.04. How did this get into the software sources in the first place? The only thing I can imagine is because I made a 16.04 USB stick with startup disk creator.

– atmelino
Jul 2 '16 at 17:45













the same reason for me

– Alexey
Oct 8 '16 at 6:26





the same reason for me

– Alexey
Oct 8 '16 at 6:26













Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

– Ida Ebkes
Feb 10 '18 at 7:44





Had this prob with PureOS, resolved via "Softare&Updates" like in your answer with these additions: In the tab "PureOS Software" where it says "Downloadable from the internet" check the box "Officially supported(main)", the tab "Other Software" uncheck the "cdrom"-box.

– Ida Ebkes
Feb 10 '18 at 7:44













@atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

– Ida Ebkes
Feb 10 '18 at 7:50





@atmelino: Yes, this happens after installing from USB-stick. Looks like there's a bug-report for this, but it has been closed: bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996

– Ida Ebkes
Feb 10 '18 at 7:50













PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

– Ida Ebkes
Feb 10 '18 at 7:52





PS: This is one line of the error I got and searched for: E: The repository 'cdrom://[Debian GNU/Linux none Green - Official Snapshot amd64 LIVE/INSTALL Binary 20180120-02:05] green Release' does not have a Release file.

– Ida Ebkes
Feb 10 '18 at 7:52





protected by Community Oct 13 '16 at 1:56



Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



Would you like to answer one of these unanswered questions instead?



Popular posts from this blog

Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

Training a classifier when some of the features are unknownWhy does Gradient Boosting regression predict negative values when there are no negative y-values in my training set?How to improve an existing (trained) classifier?What is effect when I set up some self defined predisctor variables?Why Matlab neural network classification returns decimal values on prediction dataset?Fitting and transforming text data in training, testing, and validation setsHow to quantify the performance of the classifier (multi-class SVM) using the test data?How do I control for some patients providing multiple samples in my training data?Training and Test setTraining a convolutional neural network for image denoising in MatlabShouldn't an autoencoder with #(neurons in hidden layer) = #(neurons in input layer) be “perfect”?