Results 1 to 6 of 6

Thread: Minimal installer, Full install

  1. #1
    Join Date
    Nov 2009
    Beans
    3

    Question Minimal installer, Full install

    Is there a way to do a "full" install, but download software after installing rather than as part of the install file? (see description below)

    My apologies if this has been answered before.

    Regular method:

    1. Download and burn the install cd, preloaded with the default software selection.
    2. Install from the cd.
    3. Remove undesired software.
    4. Download updates to software.


    • Undesired software must be downloaded, installed, then removed.
    • Updated software is downloaded/installed twice.
    • The install file is large.

    Proposed method:

    1. Create an install disk that contains as little software as necessary.
    2. Install from the disk.
    3. Select software to download/install.
    4. Your Ubuntu is now the same as at step 4 of the regular method.


    • This installs only what you need.
    • Software is downloaded only once.

    I know you can use a minimal cd for steps 1 through 3, but as far as I know, it doesn't do step 4. Is there a good way to do the proposed method?
    Last edited by tehalynn; March 23rd, 2012 at 12:14 AM.

  2. #2
    Join Date
    Jun 2009
    Location
    New Mexico
    Beans
    394
    Distro
    Xubuntu 20.04 Focal Fossa

    Re: Minimal installer, Full install

    You could choose one of the Ubuntu alternate distros like Lubuntu or Xubuntu which are somewhat lighter on the default software side, or some of the derivatives like Bodhi which is much lighter. If you want to start from an almost empty distro, try Peppermint (One, Two, or Ice). These are designed to work from cloud apps, but I generally use Synaptic to install on-site (on my hard drive) things like LibreOffice that I use continually.

  3. #3
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Minimal installer, Full install

    You could use either the mini.iso or the Alternate Install CD to do a terminal only install. This is a text only install and no GUI will be offered. Then simply in terminal enter:

    sudo apt-get install --no-install-recommends ubuntu-desktop

    The standard ubuntu-desktop download is 600+ MB. This will reduce the Desktop download to 160MB by not installing any recommended packages.

    http://packages.ubuntu.com/oneiric/ubuntu-desktop

    http://www.googlubuntu.com/results/?...ch&cof=FORID:9

    http://www.googlubuntu.com/results/?...ch&cof=FORID:9

  4. #4
    Join Date
    Nov 2009
    Beans
    3

    Re: Minimal installer, Full install

    That sounds like what I want. Thanks!

    So if I left out "--no-install-recommends", would the result of that be exactly the same as the result of a regular install?

  5. #5
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Minimal installer, Full install

    Quote Originally Posted by tehalynn View Post
    That sounds like what I want. Thanks!

    So if I left out "--no-install-recommends", would the result of that be exactly the same as the result of a regular install?
    yes

  6. #6
    Join Date
    Nov 2009
    Beans
    3

    Re: Minimal installer, Full install

    Perfect. Thanks again!

Bookmarks

Posting Permissions

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