Change Debian Package list from CD to WEB

From KlavoWiki
Revision as of 08:24, 1 June 2014 by David (talk | contribs) (Created page with "When installing Debian from CD and then afterwards trying to install additional packages using apt-get you are prompted to insert a CD. To change the source from CD to WEB. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

When installing Debian from CD and then afterwards trying to install additional packages using apt-get you are prompted to insert a CD. To change the source from CD to WEB.

vi /etc/apt/sources.list

Remark lines that start with:

deb cdrom:

One the file has been saved you should now be able to update from the WEB.

apt-get update
apt-get install package-name