DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just installed Debian,
but when I want to install packages,
it says:
Please insert the disk labeled:
Debian GNU/Linux 5.0.3_Lenny_-Official amd64 DVD
Binary-1 20090905-11:36
in drive /cdrom/
I installed Debian from the iso on the internal drive. Can I reuse
the iso ? or at least I can tell the installer to quit looking from the
DVD but to get files from the internet ?
You can edit the sources.list file. That file is used by the package manager apt to connect to the repositories. Edit the file with your prefered editor, vi, nano, emacs, ...
Code:
nano /etc/apt/sources.list
and comment out the line where the cdrom is listed. Than add, if there not in there, the repositories needed and/or wanted.
The basic you need as minimal are:
Code:
deb http://ftp.uk.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
debian503-64-dell:/etc/apt# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-1 20090905-11:36]/ lenny contrib main
#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official amd64 DVD Binary-1 20090905-11:36]/ lenny contrib main
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb http://http.us.debian.org/debian/ lenny main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib
debian503-64-dell:/etc/apt# apt-get install make
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package make is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package make has no installation candidate
The eps figures in the xdvik window do not show figure at all. All I
could see is a red rectangular box. Changing the options in
xdvik window to Options "Show PS" or "Show PS and Bounding Boxes" didn't
change the situation : A red rectangular box for each eps file.
Seems to me that you have something missing, but I don't have any experience with LaTeX. Did you install the package using the Synaptic Package Manager? And if so, did it install all the necessary dependencies? This seems like one of them is missing. I'm sure someone with knowledge of LaTeX will join in real soon.
Also, this last question is not a typical Debian question, so you might get better reply posting it in the Linux - Software forum.
I installed latex through "apt-get install texlive-publishers" or synaptic equivalent, so I don't think I did anything special. Never mind, I just wanted to experiment with Debian and see how far I can go.
I have other distros that are fully functional. I read something about Debian in distrowatch.com and I just wanted to check out Debian in case I miss out some fun. But it seems I have to be patient to weed out certain "feautures" of Debian that have more to do with the particular packages than Debian itself. So far I am impressed by the time it takes to boot and get the gnome desktop. Thanks for all the help!
p/s: With just simple things like "make" installation and eps figures problem in latex, I am starting to imagine I have to fight with Java installation, youtube may have no sound, vmware installation failure, dah dah dah, dah dah dah, as I have fought with other distros. I will visit Debian again when I have time.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.