On Sat, Jun 23, 2001 at 04:27:26PM -0300, Juan wrote: > > I would like to install: > - Apache (???) It was installed via dselect, but I not found httpd
apache provides httpd services -- on debian it's called apache, whereas other distributions call it 'httpd'. you can always create a symlink httpd -> apache if you like. > - CGI (???) I think that I installed it via dselect > - Perl: perl-5005.03-7.1 > - DBI Perl: libdbi-perl 1.13-3.deb > - DBD mySQL: libdbd-mysql-perl-1.2202-4 > - MySQL Server: mysql-server 3.22.32-6 > - MySQL Client: mysql-client 3.22.32-6 [ s/mysql/postgresql/imho ] to see what IS installed, try dpkg -l to install something, try apt-get install packageNameHere for more, see http://newbieDoc.sourceForge.net/system/apt-get-intro.html also, check the site mentioned below-- -- DEBIAN NEWBIE TIP #33 from Brian Potkin <[EMAIL PROTECTED]> : Looking for some good DPKG AND APT TIPS? You'll find a very good introduction at http://www.spack.org/geek/apt-help.html It is, of course, based on the man pages for apt-get and dpkg so you will want to read them as well. Also see http://newbieDoc.sourceForge.net/ ...