info home Info Homegeneral Generalwindows Windowsunix linux Linux/Unixdebian Debianmac os Mac OSapache Apachenginx Nginxiphone iPhone/iPod Touch

Tags

Installing Applications and Servers in Debian GNU/Linux

6. Installing applications and servers

Note: Its always a good idea to run the following before you install any sofware. This refreshes the /etc/apt/sources.list cache.
apt-get update

Applications

Editors (emacs and Bluefish)
apt-get install emacs21 bluefish
Terminals (xterm and aterm)
apt-get install xterm aterm

Servers

Apache webserver 2 with PHP 4
apt-get install apache2 libapache2-mod-php4
MySQL server, MySQL client, PHP4 support for MySQL, phpMyAdmin (web based administration)
apt-get install mysql-server mysql-client php4-mysql phpmyadmin
SSH server
apt-get install ssh
vsftpd FTP server
apt-get install vsftpd

Last Updated on 1 December 2004

If you liked this article, subscribe to our Feed, follow us on Twitter (@aruljohn) and/or join our Facebook Page.