Find the answer to your Linux question:
Results 1 to 5 of 5
Hi i was wondering if anyone knows of any command to install the complete set of stable packages please? I know to install a package it is apt-get install package, ...
  1. #1
    Just Joined!
    Join Date
    Jan 2006
    Posts
    4

    Complete Package Installation

    Hi i was wondering if anyone knows of any command to install the complete set of stable packages please?

    I know to install a package it is apt-get install package, but what i want is to use one command to install all packages available in one go instead of typing apt-get install package all of the time.

    If it is still unclear of what i am asking here is an example.

    To install ssh your would use apt-get install ssh

    to install pearl it would be apt-get install pearl and so on.

    what i want is a way to type just one command to install every package possible for example.. apt-get install everything. I know there is no such command as apt-get install everything but i think that should clear things up a little more

    I hope someone could help me with this i have looked everywhere.

    Thank You

    Mick

  2. #2
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    First off, that's really not a good idea! Debian, according to their manual, currently has over 15,000 packages available. Most time, you will only actually need less than 2,000 of those.

    Depending on what you want to install, you can use the "base-config" command to choose a set of packages to be installed (Desktop Environment, Development, Mail Server, and File Server are some of the option that can be found). Besides that, I don't think there's an actual command that will do what you want.

  3. #3
    Just Joined!
    Join Date
    Jan 2006
    Posts
    4
    Hmm that base config command could be just as good, i am accessing the box remotely, but the install is very very basic, nothing is installed lol.

    Al check out that command and see if that helps, which i think it might just do the job of what you are saying.

    Thank You your a star
    Mick

  4. #4
    Just Joined!
    Join Date
    Jun 2005
    Posts
    72

    package install

    you might be interested in this http://thegoldenear.org/toolbox/unices/ which has several guides for sarge desktop, etch desktop and server install. Good luck.

  5. #5
    Just Joined!
    Join Date
    Nov 2005
    Posts
    59
    really nice tutorial here with complete debian package administration

    http://www.debianhelp.co.uk/pkgadm.htm

    cheers

Posting Permissions

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