Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Clean up

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
Carlosinfl
Posts: 889
Joined: 2005-02-05 06:11
Location: Orlando, FL

Clean up

#1 Post by Carlosinfl »

After installing Debian (sarge) I notice there is a bunch of crap I don't want or will use. Is there a way I can remove/delete these programs and keep my system as lite as possible?

For example things I would like removed:

- Games
- GNOME (I prefer KDE)
- Kmail
- Knode
- Mozilla Web Browser
- Epiphany Web Browser
- Konquerer Web Browser
- Mozilla Komposer
- Kopete (IM Client)

Is there a way to just dump this stuff off my system? I was hoping it would let me select what I wanted in the Windows manager and not load up all this stuff.

User avatar
fx
Posts: 4
Joined: 2005-05-20 19:34

#2 Post by fx »

You could use synaptic to do that.

User avatar
Terje
Posts: 117
Joined: 2005-03-25 12:38

#3 Post by Terje »

Or you can just use apt-get remove packetname :)
Registered Linux user number 391283.

Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity.

Carlosinfl
Posts: 889
Joined: 2005-02-05 06:11
Location: Orlando, FL

#4 Post by Carlosinfl »

So if I wanted to remove GNOME and everything that was associated with Gnome, I can just use the command:

"apt-get remove gnome" :?:

I just hate having all this junk on my system that I don't need.

User avatar
petteri
Posts: 48
Joined: 2004-09-14 20:11
Location: Finland

#5 Post by petteri »

Carloswill wrote:So if I wanted to remove GNOME and everything that was associated with Gnome, I can just use the command:

"apt-get remove gnome" :?:

I just hate having all this junk on my system that I don't need.
You can use wildcard characters such as * so for example I would try:
"apt-get remove gnome*"
But be carefull not to remove something really important :wink:

Jeroen
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 483
Joined: 2004-04-06 18:19
Location: Utrecht, NL
Contact:

#6 Post by Jeroen »

That'll also not remove all of gnome, as not everything is named gnome*. Best thing to do is use a program like debfoster to look over all packages and select which ones to keep. Removing a core gnome library would help too, as that'll force removal of anything using that library.

Post Reply