LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-01-2007, 01:06 AM   #1
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Rep: Reputation: 41
Minimal Debian install ?


A problem that I have with debian etch is that there does not seem to be a way for selecting specific packages in "graphical group" etc during installation.
Am I doing something wrong ? Is there a way to go in deeper and select/deselect specific packages during install ?
 
Old 11-01-2007, 10:04 AM   #2
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
The minimal install is just that, very minimal. You didn't do anything wrong by selecting that installer, but if you were looking to have a one stop shopping kind of experience, you should select an installer that includes a graphical installer.

You have many choices on how to go from here. Since you should have created a user for yourself during the install, log in as the regular user, then su, and apt-get or aptitude install your desktop of choice. ->
Code:
apt-get install kde
That will download the kde packages. You also could install gnome, or whatever you like. Then exit out of root, and as your user, issue the command startx and you'll get a desktop.

Peace,
JimBass
 
Old 11-01-2007, 06:11 PM   #3
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
No, I chose the "desktop", "laptop" and "standard" (ow was it base ?) packages. What annoyed me was that there was not a finer control, I could not go into desktop and select deselect specific packages.
 
Old 11-01-2007, 06:17 PM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
If you want a minimal system, you're not supposed to be installing gargantuan metapackages such as "kde". You're not even supposed to check "Desktop" on the task selection screen. Go to the Howto's section on the Debian Forums for enough information on minimal installs to make you sick of the idea.
 
Old 11-01-2007, 06:34 PM   #5
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
Er, which forum are you referring to ? I did not see a howto thread here (http://www.linuxquestions.org/questions/debian-26/ )

But even with this "bloat" debian is spiffy compared to suse. My suse install takes 6GB. My debian etch takes around 3.4GB (granted I do not have KDE)

Last edited by wearetheborg; 11-01-2007 at 06:40 PM.
 
Old 11-01-2007, 06:51 PM   #6
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quote:
which forum are you referring to ?
Maybe you'd better stay here. Folks on the Debian forums are sometime a little hard on people who don't use google.
 
Old 11-04-2007, 04:20 PM   #7
PMorph
Member
 
Registered: Sep 2003
Distribution: Debian
Posts: 213

Rep: Reputation: 31
Quote:
Originally Posted by wearetheborg View Post
No, I chose the "desktop", "laptop" and "standard" (ow was it base ?) packages. What annoyed me was that there was not a finer control, I could not go into desktop and select deselect specific packages.
If you just want specific packages don't select any of those installer options. Just use apt-get after the installer is done, for example:

apt get-install x-window-system
apt get-install gnome-core
apt get-install gedit

And so on.. for which ever packages you need.
 
Old 11-04-2007, 05:59 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
if you install Debian using the expert mode doesn't Debian give you the option of using dselect to select a specific package set ?

I usually do the minimal install and then manually install what I need as well.. It's much less work and quite a bit faster, but I think I recall seeing this option in the expert mode..

does anyone else recall ?

Easier yet would be to do your first install. manually ad what you want, then save the package set.
next install do a base install, them import the package set from the other machine and do an apt-get dselect upgrade.
 
Old 11-04-2007, 06:38 PM   #9
Telemachos
Member
 
Registered: May 2007
Distribution: Debian
Posts: 754

Rep: Reputation: 60
I'm not sure if this is what you mean, but someone on another forum was saying that in Sarge there was a "Manual" option in the Tasksel menu. I don't think it's there any longer in the Etch or Lenny installers (not even in Expert mode).
 
Old 11-04-2007, 10:32 PM   #10
luis14
Member
 
Registered: Jun 2006
Location: Des Moines
Distribution: Debian Lenny
Posts: 59

Rep: Reputation: 15
Quote:
Easier yet would be to do your first install. manually ad what you want, then save the package set.
next install do a base install, them import the package set from the other machine and do an apt-get dselect upgrade.
Yes, this works wonderfully! Here are the commands you need. Create package list:
Code:
dpkg --get-selections > some_file
And in your new base installation:
Code:
dpkg --set-selections < some_file
apt-get dselect-upgrade
Having several times gone through the process of manually entering apt-get commands to assemble my preferred set up, it was a joy to come across this technique.

Last edited by luis14; 11-04-2007 at 10:38 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Where can I download a debian Lenny minimal net install? sureshot324 Debian 4 09-27-2007 01:00 PM
Netgear WG511U via ndiswrapper on minimal debian install Plastech Linux - Wireless Networking 1 05-16-2007 08:41 PM
Debian Minimal LiveCD stalefish85 Debian 1 10-30-2004 01:56 AM
Reverting Debian to its minimal boot-strap version hasanito Debian 3 09-28-2004 03:50 PM
Minimal install of debian with X Flak Pyro Debian 5 06-25-2004 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration