Results 1 to 2 of 2
Hi all,
i've just installed debian 4.0. Can someone tell me command line to install apache2, mysql 4.1, php 4, and phpmyadmin, libapache2 and all the necessaries modules? I was ...
- 05-15-2007 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 2
deb 4.0: how to install apache2, mysql 4.1, php 4 and phpmyadmin
Hi all,
i've just installed debian 4.0. Can someone tell me command line to install apache2, mysql 4.1, php 4, and phpmyadmin, libapache2 and all the necessaries modules? I was using debian 3.1 before: it seems that there is a difference (maybe a bit) between debian 3.1 and debian 4.0 commands; i couldn't find lot of support on internet because the version 4.0 came out only a few days ago, i guess? Thank you.
- 05-15-2007 #2Just Joined!
- Join Date
- May 2007
- Posts
- 2
Here ya go
Hi I set up a debian lamp server last week.
I followed this article How To Set Up A Ubuntu/Debian LAMP Server | HowtoForge - Linux Howtos and Tutorials
Although I use aptitude instead of apt-get as it handles package dependencies better. (uses exactly the same commands as apt-get except replace apt-get with aptitude e.g. aptitude install apache2)
One thing to point out make sure you have an /etc/apt/source.list file that looks similar to this to get the latest packages.
Code:deb http://ftp.uk.debian.org/debian/ etch main contrib non-free deb-src http://ftp.uk.debian.org/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib deb-src http://security.debian.org/ etch/updates main contrib


Reply With Quote
