Debian Problem

Permabanned
Joined
30 Nov 2008
Posts
731
Location
Manchester
I'm trying to install debian desktop on a Dell Optiplex GX1,

500MHz,
512mb RAM
2gb <partitioned> for debian.

But the desktop installation keeps failing, its a net cd and the standard system, (server) works but not the desktop enviroment.

It gets to the end and errors, some items wern't install system something.
Any ideas?
 
2GB, hmm, GNOME/KDE might well outsize that.

Keep the install you managed, log onto the terminal, and do apt-get install gnome or apt-get install gnome-core (to not install all of the guseless software).
 
Last edited:
I'm almost 100% certain that a standard desktop install of Debian 5 will top 2GB. To be honest you should be looking at around 10GB as a minimum and even then you'll run out of space sharpish with only minimal extras installed. I've got Debian install on the machine I'm using right now, it's using 6.7 GB in total (and I've got no media on here too),
 
Ah, its an old machine and im dualing it with XP - on an 8gb hdd :P

Do you think i could squeeze them both on?
 
A Debian barebones install takes up less than 2 gig. No software selected. Then it's just X + a light window manager of choice.

The setup in my sig is sitting at 1.5GB and I'm sure I have a few large non OS files in /home.
 
I can get it into debian terminal so is there a way from there to get a light windows manager installed and then get it into dekstop enviroment, KDE maybe?
Gnome may be too much.
 
I recommend XFCE for a really light environment. If you can get into terminal, yes, you can install a desktop environment. Not sure of all the commands, as I'm a linux n00b myself but it certainly is possible.
 
sudo apt-get install xubuntu-desktop would be the command. :).

You can install install the core packages for gnome and xfce iirc with sudo apt-get install xubuntu-core or something like that.
 
sudo apt-get install xubuntu-desktop would be the command. :).

You can install install the core packages for gnome and xfce iirc with sudo apt-get install xubuntu-core or something like that.

Oh, can you simply use *buntu packages on a Lenny install? I know Ubuntu is based on Debian, just wasn't sure if you could simply mix packages...
 
Don't, debian has good enough repos.

KDE is pretty bloated too, you can probably manage gnome, try:
Code:
# apt-get install gnome-core
 
Back
Top Bottom