vote up 0 vote down star

My Debian installation requires me to insert the installation DVD for certain packages. How can I fix that?

debian:~#  apt-get install git-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  ca-certificates libcurl3-gnutls libdigest-sha1-perl liberror-perl openssl
  rsync
Suggested packages:
  git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk
  gitweb
The following NEW packages will be installed:
  ca-certificates git-core libcurl3-gnutls libdigest-sha1-perl liberror-perl
  openssl rsync
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 3427kB/5228kB of archives.
After this operation, 11.8MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Media change: please insert the disc labeled
 'Debian GNU/Linux 5.0.2 _Lenny_ - Official amd64 DVD Binary-1 20090628-18:02'
in the drive '/cdrom/' and press enter
flag

71% accept rate
Is this on a server or on a personal desktop/laptop installation? – Bill the Lizard Jul 29 at 11:56
This should really have been SF (server) or SU (otherwise). A bit late to move, but please direct future questions at the most appropriate site. – Marc Gravell Jul 29 at 13:20

closed as not programming related by Manni, Marc Gravell Jul 29 at 13:20

1 Answer

vote up 3 vote down check

Edit /etc/apt/sources.list, and comment the DVD lines. Then run 'apt-get update' to get the cache in sync.

link|flag
or some file in /etc/apt/sources.list.d/ – Residuum Jul 29 at 10:53
In Ubuntu (Debian-based), you can also change this from a GUI tool: System->Administration->Software sources – ire_and_curses Jul 29 at 10:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.