-5

Why did apt-get update fail? What is cdrom in it?

enter image description here

d a i s y
  • 5,551

1 Answers1

1
sudo nano /etc/apt/sources.list

remove entry for cdrom://Ubuntu16.04..... and save the file.

then run

sudo apt-get update && sudo apt-get upgrade
Nisheet
  • 973