apt-get problem
Ralf Mardorf
kde.lists at yahoo.com
Sat May 9 12:09:55 UTC 2015
On Sat, 9 May 2015 03:04:49 -0700 (PDT), Bill Vance wrote:
>Failed to fetch cdrom
You could take a look at the entries in the source list using cat or
less:
cat /etc/apt/sources.list
By using an editor, e.g. nano, you can remove cdrom entries from the
sources.list:
sudo nano /etc/apt/sources.list
edit lines that start with
deb cdrom
to
#deb cdrom
or delete them completely
Then run
sudo apt-get update
More information about the kubuntu-users
mailing list