Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: basic install

  1. #1
    Join Date
    Jun 2005
    Location
    Flanders (Belgium)
    Beans
    151
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    basic install

    Hello,

    I installed today the core version of lubuntu, to have a really minimal installation.

    I was wondering if there exists even a more minimal installation. I mean: ubuntu based, but only the kernel, basic applications (fe apt) and a GUI...

    Already thanks.

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: basic install

    You could take it down one more notch by not installing recommends.

    Code:
    sudo apt-get install --no-install-recommends lubuntu-core
    Or you could just build. Display manager + window manager + a few programs. Something like this:

    Code:
    sudo apt-get install lightdm openbox lxterminal synaptic

  3. #3
    Join Date
    Jan 2008
    Beans
    7,744

    Re: basic install

    There's an excellent how-to here: http://www.psychocats.net/ubuntu/minimal

  4. #4
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: basic install

    Sure. You'd install ubuntu server (minimal, nothing added), then install the exact GUI that you want - probably fvwm since anything else would bring lots more stuff that you want to avoid. Even fvwm would bring in all the X/Windows, which is pretty bloated, but a necessary evil to have any GUI on Linux.

    Fvwm is a pure window manager, not a desktop environment. I'm still at a loss for why DEs became popular when all that I see them providing is a bunch of stuff that hardly anyone uses anyway. You can find sample .fvwmrc files which show how to setup the WM to your specific needs. These are simple to edit text files which describe all the menus that you want to have. The default menu is enough to do a few things that most people need - just click anywhere on the desktop to see the menus - left, right or center mouse clicks brings up different menus. Some example fvwm desktop screenshots will probably make you more interested. http://www.fvwm.org/screenshots/desktops/ has some. The first page (just 5) tend to be boring. The really cool ones come later and are extremely impressive. FVWM has been around since the mid-1990s. It isn't going anywhere.

    There are lots of different window managers - LXDE uses openbox, before loading the LX-desktop environment on top. You can just run openbox along, without any DE too.

  5. #5
    Join Date
    Jan 2008
    Beans
    7,744

    Re: basic install

    Quote Originally Posted by TheFu View Post
    Sure. You'd install ubuntu server (minimal, nothing added)...
    Desktop/laptop users should not install Ubuntu Sever. Ubuntu Server is for, well... servers.

  6. #6
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: basic install

    Yep, you can go with the mini.iso or ..

    http://www.ubuntu-mini-remix.org/

  7. #7
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: basic install

    Quote Originally Posted by snowpine View Post
    Desktop/laptop users should not install Ubuntu Sever. Ubuntu Server is for, well... servers.
    Why not? References please.

    I found this https://help.ubuntu.com/community/Se..._and_server.3F which says that there is not anything different at the kernel level between desktop and server versions.

    I've been doing this for about 4 yrs and I'm much, much happier. It is the easiest way to avoid most of the things I consider bloat that Ubuntu Desktop has become while keeping the best parts of Ubuntu (APT, stability, reasonably current apps).
    Last edited by TheFu; December 8th, 2012 at 07:48 PM. Reason: added reference to help.ubuntu FAQ.

  8. #8
    Join Date
    Jan 2008
    Beans
    7,744

    Re: basic install

    Quote Originally Posted by TheFu View Post
    Why not? References please.

    I've been doing this for about 4 yrs and I'm much, much happier. It is the easiest way to avoid most of the things I consider bloat that Ubuntu Desktop has become while keeping the best parts of Ubuntu (APT, stability, reasonably current apps).
    I recommend the tutorial I linked to in post #3.

    If the goal is to avoid unnecessary packages, Ubuntu Server will install a whole bunch of stuff the average desktop/laptop user doesn't want/need, such as apache, php, mysql, etc. and furthermore I believe Server has a different kernel that is "tuned" for server tasks, not desktop/laptop/netbook performance. (although my knowledge might be a little outdated since I haven't used Ubuntu much in several years)
    Last edited by snowpine; December 8th, 2012 at 07:51 PM.

  9. #9
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: basic install

    Quote Originally Posted by snowpine View Post
    If the goal is to avoid unnecessary packages, Ubuntu Server will install a whole bunch of stuff the average desktop/laptop user doesn't want/need, such as apache, php, mysql, etc. and furthermore I believe Server has a different kernel that is "tuned" for server tasks, not desktop/laptop/netbook performance. (although my knowledge might be a little outdated since I haven't used Ubuntu much in several years)
    Not true. A minimal server installation won't have anything on it that you don't choose. Apache and everything else you mentioned are optional extras that you can choose if you want to.

    Also the Desktop and Server versions now use identical kernels as well.

    For a package and memory comparison for the different minimal installs check out my post here.
    Cheesemill

  10. #10
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: basic install

    Server vs mini.iso; inquiring minds want to know So I loaded them both up and ..

    server default install.png

    mini.iso terminal install.png

Page 1 of 2 12 LastLast

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
  •