Getting Started in Debian Linux

NOTE: This page is based on the assumption that you are using Debian Lenny with the XFCE desktop manager. I use XFCE because it has good support and is faster than GNOME.

Basics

Updating

  1. Open a terminal window.
  2. Enter the command "su". You will be prompted for the root password.
  3. Enter "apt-get update".
  4. To exit the terminal, close the window or enter "exit" twice. (The first "exit" logs out root. The second closes the terminal window.)

Configuring the Installation of Repository Software

When I first installed Debian with XFCE, I found that the computer was trying to install repository software from the CD rather than from the Internet as it was supposed to. Here are the steps to rectify this:
  1. Open a Terminal window.
  2. Enter "su". You will be prompted for the root password.
  3. Enter "mousepad /etc/apt/sources.list".
  4. If you see any line that starts with "deb cdrom", add a "#" to the beginning of the line to comment it out. In other words, the line should now start with "# deb cdrom". The remaining commands in the file direct the system to download software from the Internet instead of the CD.
  5. Save the file and exit the Mousepad program.
  6. Close the terminal window.

Installing Synaptic

I recommend adding Synaptic as the software installer program, as it is much easier to use than the Apt-get menu. Here are the steps needed:
  1. Open a Terminal window.
  2. Enter "su". You will be prompted for the root password.
  3. Enter "apt-get install synaptic".
  4. Close the terminal window.
  5. To use Synaptic, go to XFCE menu -> Debian -> Applications -> System -> Package Management -> Synaptic Package Manager