View Full Version : [SOLVED] Obtaining absolute minimum xubuntu installation
mdlueck
January 28th, 2014, 03:39 PM
I desire to obtain a minimal xubuntu installation. I thought this morning to start with the minimum Ubuntu Server installation, then added xubuntu-desktop.
Unfortunately doing so installed all of the "suggested / recommended" packages which xubuntu-desktop thought helpful.
Is there a way to specifically take xubuntu-desktop and only its requirements to work, not all of the suggested / optional packages?
sudodus
January 28th, 2014, 03:57 PM
One way is from the mini-iso and install only XFCE
sudo apt-get install xfce4
and then manually add whatever you want.
The Cog
January 28th, 2014, 03:58 PM
Try:
sudo apt-get install --no-install-recommends xubuntu-desktop
sudodus
January 28th, 2014, 04:00 PM
Another way is
sudo apt-getinstall --no-install-recommends xubuntu-desktop
See
man apt-get
ibjsb4
January 28th, 2014, 04:06 PM
Here's a breakdown on both.
http://packages.ubuntu.com/precise/xubuntu-desktop
http://packages.ubuntu.com/precise/xfce4
mdlueck
January 28th, 2014, 06:17 PM
Thank you for pointing out --no-install-recommends switch to apt-get. That sounds like what I was seeking.
Now, is there another method to arrive at a text install of Ubuntu other than using the server install? I am pulling down the Ubuntu Alternate image right now to see if that allows for a small footprint text only install. With a thin Ubuntu, then I will add the xubuntu-desktop via the suggested syntax.
Thank you all again.
mörgæs
January 28th, 2014, 07:31 PM
The minimal ISO (https://help.ubuntu.com/community/Installation/MinimalCD) is what you are looking for.
sudodus
January 28th, 2014, 09:00 PM
Thank you for pointing out --no-install-recommends switch to apt-get. That sounds like what I was seeking.
Now, is there another method to arrive at a text install of Ubuntu other than using the server install? I am pulling down the Ubuntu Alternate image right now to see if that allows for a small footprint text only install. With a thin Ubuntu, then I will add the xubuntu-desktop via the suggested syntax.
Thank you all again.
See post #2. You can also install the One Button Installer - text (http://ubuntuforums.org/showthread.php?t=2172971) itself. It is a small text only install.
mdlueck
January 29th, 2014, 04:17 AM
Aaahhh, minimal is where they hide the functionality, not in the alternate ISO. Thank you so much. I got the minimal text only Ubuntu install completed, chose the virtual kernel since I was installing in a VirtualBox environment, then added the xubuntu-desktop without all of the needless extras. Boots up nice and quickly. Thank you all for your assistance.
mörgæs
January 29th, 2014, 09:47 AM
Good, please mark the thread 'solved'.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.