LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-22-2006, 04:38 AM   #1
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Rep: Reputation: 15
How can I install a very lean and mean system?


Hi there :-)

I've recently knackered my debian install apt-get has broken and i've given up trying to fix it.
So that's that.

What I want to do now is re-install Debian (testing, prefereably, but I guess I can upgrade later) but without all the mounds of stuff I never use, so I can just install what I want, when I find I need it. All I want is:

The basics, so that I can connect to my network, samba etc. and KDE & KDM But NOT all the millions of apps that are installed - basically so I can get it done quickly. Of course I would want the package tools including synaptic and aptitude.

So what's the general procedure for achieving this?

Any help would be great!

MAt
 
Old 03-22-2006, 04:48 AM   #2
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Posts: 480
Blog Entries: 1

Rep: Reputation: 51
Just install base and apt what you want. Base will give you the basic tools to have a bootable system, along with apt.
 
Old 03-22-2006, 05:06 AM   #3
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
So if I apt-get install KDE - will that just install KDE and not all of the apps that are associated with it?
 
Old 03-22-2006, 05:24 AM   #4
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Posts: 480
Blog Entries: 1

Rep: Reputation: 51
First you do a apt-get install x-windows-system I think, been awhile sinse I use debian. Next do the kde, It will install all the basic kde apps.
 
Old 03-22-2006, 04:29 PM   #5
crispyleif
Member
 
Registered: Mar 2005
Location: Norway, by the coast
Distribution: Debian and the likes
Posts: 190

Rep: Reputation: 31
what you probably want is a Debian install with as litle as possible of the huge meta-package KDE..

As replied before, x-window-system is needed, but you can get away with just 'x-window-system-core' not "all" of the x-window-system package.

So ;

apt-get install x-window-system-core kdm kde-core samba-common synaptics

.. should do the trick
 
Old 03-23-2006, 03:58 AM   #6
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
I made the mistake of installing KDE meta package I think. I did apt-get install kde and it listed loads of rubbish I didn't ask for! Can I remove all of that using apt-get remove kde?

But it's still not working properly anyway. Here's what it's doing:

KDM starts, I can log and it goes to some sort of 'desktop' without icons or menu bar, also the windows aren't correct - they don't have min/max or title-bar. Also they can't be moved or resized!

I understand this is due to a lack of Window Manager? But surely installing the KDE package should've done this?

Any help on this would be great.

At least i've kept my home directory and it's contents. That all went really smoothly. I like it a lot :-)
 
Old 03-23-2006, 04:14 AM   #7
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Posts: 480
Blog Entries: 1

Rep: Reputation: 51
in KDM, choose session and KDE. Seems like maybe you are going into TWM or something.
 
Old 03-23-2006, 04:40 AM   #8
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
Hmmm, so TWM (Tiny Window Manager) doesn't allow windows to be moved or resized?
I shall try as you suggestd tonight though
 
Old 03-23-2006, 06:33 AM   #9
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
No, I've looked at screenshots of TWM and this aint that.
It's a problem...
 
Old 03-23-2006, 06:54 AM   #10
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
I get the feeling from searching on the web that i'm missing kwm...

Any ideas?

I will check when I get home though.
 
Old 03-23-2006, 07:18 AM   #11
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
No, I've decided what i reckon the problem is - KDM isn't doesn't allow me to select KDE as my session - I didn't see it in the list, it just had default.

so how do I add it to the list?
 
Old 03-24-2006, 03:45 PM   #12
PMorph
Member
 
Registered: Sep 2003
Distribution: Debian
Posts: 213

Rep: Reputation: 31
Try to reinstall kdm:

apt-get --purge remove kdm
apt-get install kdm
 
Old 03-25-2006, 04:41 PM   #13
MannyNix
Member
 
Registered: Dec 2005
Location: ~
Distribution: Slackware -current
Posts: 465

Rep: Reputation: 53
Hi, my intention is not to offend anybody here, but after readying your first post i think you may like to try slackware on a spare partition, your story seems similar to mine, however i still think highly of debian, specially sid
 
Old 03-25-2006, 07:37 PM   #14
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
How can I install a very lean and mean system?

"I've recently knackered my debian install apt-get has broken and i've given up trying to fix it.
So that's that."

Go to debian.org > documentation > APT-HOWTO and read!

"What I want to do now is re-install Debian (testing, prefereably, but I guess I can upgrade later) but without all the mounds of stuff I never use, so I can just install what I want, when I find I need it."

Get the net-install CD (120 MB) and do a minimal install, skip the packages installation from the main menu, and at the end use apt-get to do it, (it gives you the option of installing Sarge, Etch, or Sid) just as mentioned by anti-microsoft. If you don't know didly, read this:

http://www.linuxquestions.org/linux/..._installer_rc2

"All I want is:
The basics, so that I can connect to my network, samba etc. and KDE & KDM But NOT all the millions of apps that are installed - basically so I can get it done quickly. Of course I would want the package tools including synaptic and aptitude."

Installing KDE will not give you a "very lean and mean system" it's an oxymoron, same goes for Gnome, use a window manager, use 'startx', and lite apps.

Having said that, the leanest KDE package is 'kdebase'

# apt-get install kdebase

"So what's the general procedure for achieving this?"

Use the Search function in this site, read the Tutorial articles, the sticky about configuration at the top of this page, google your butt off, etc.

Welcome to Debian!
 
Old 03-26-2006, 09:14 AM   #15
miner49er
Member
 
Registered: Feb 2006
Location: Bristol, UK
Distribution: Debian
Posts: 76

Original Poster
Rep: Reputation: 15
Cheers for all your help everyone. In the end I used my sarge CD1 and just installed the base system and went from there. I've learnt a lot more about a Debian system is built up (probably only about 2% of everything though!)

When I said "lean and mean", I guess really I meant "without all the extra apps". I have installed KDE though. I started with ICEWM but got a bit bored with it's ultra minimilist style! So cracked and installed KDE. But it's nice and quick anyway.

I'm completely addicted to tinkering and tweaking though (I really want to decrease bootup time, so am re-compiling my kernel...) so will probably break it all soon again!
 
  


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
Need a lean-mean kernel!! jstaffon Mandriva 6 11-28-2005 12:27 AM
lean and mean distro wjacobusse Linux - General 2 04-06-2005 07:30 AM
Lean Distro? jetfire Linux - Distributions 7 03-10-2005 04:41 PM
looking for a lean system bosewicht Linux - Newbie 7 11-23-2003 08:26 AM
looking for a lean distribution infamous41md Linux - Newbie 18 05-29-2003 01:43 PM

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

All times are GMT -5. The time now is 03:25 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