Find the answer to your Linux question:
Results 1 to 3 of 3
I installed debian for the first time a while back and I was horribly shocked at what a mistake it was to install everything. I was configuring about 6000 appications ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    6

    Need suggestion on Debian Installation!

    I installed debian for the first time a while back and I was horribly shocked at what a mistake it was to install everything. I was configuring about 6000 appications during the setup process and it didn't boot up afterwards. I learned that you should only install what you need for debian but with debian there is so much stuff to install you don't know which to install that will be needed.

    Can somebody fill me in on the standard setup configuration?

    Thanks,
    jyoung0000@comcast.net

  2. #2
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    When I installed, I just installed the core OS, and when I rebooted into my Debian system, I used apt-get to get X, Fluxbox, and a few other apps working. Now if I need something, I just grab it off of apt.

  3. #3
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271

    Re: Need suggestion on Debian Installation!

    Quote Originally Posted by jyoungxxxx
    Can somebody fill me in on the standard setup configuration?
    You only need to install X and and a desktop environment. When the installer asks you to select package catagories, don't select anything. In this way you can personalize your installation. Then at your next command prompt use apt to get whatever you desire.

    For example, here's X, gnome, and gdm:

    Code:
    # apt-get install x-window-system gnome gdm
    It may be that your sole purpose in life is simply to serve as a warning to others.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •