View previous topic :: View next topic |
Author |
Message |
robin1990 n00b
Joined: 02 Jan 2007 Posts: 28
|
Posted: Thu Feb 01, 2007 9:36 pm Post subject: Remove KDE use Fluxbox |
|
|
Hello!
I'd like to switch from KDE to Fluxbox. Can I now simply unmerge alle kde packages and still run all applications without errors?
Are the applications if installed while using KDE linked against KDE or something like this?
Cheers rob |
|
Back to top |
|
|
iammzz n00b
Joined: 29 Jun 2006 Posts: 49
|
Posted: Thu Feb 01, 2007 9:39 pm Post subject: |
|
|
It depends on the application. Something like Amarok won't run, but Firefox will. It also depends on how much of KDE you're going to remove. You need to check the dependency of the packages you want to use. |
|
Back to top |
|
|
widremann Veteran
Joined: 14 Mar 2005 Posts: 1314
|
Posted: Thu Feb 01, 2007 9:53 pm Post subject: |
|
|
Just leave KDE. It won't hurt anything and maybe you'll change your mind again. I have KDE, GNOME, XFCE and a variety of window managers installed. I usually use KDE, but sometimes I'll use GNOME, or Fluxbox. It would be really annoying to constantly have to reemerge things and use a different set of apps every time I changed. |
|
Back to top |
|
|
Veldrin Veteran
Joined: 27 Jul 2004 Posts: 1945 Location: Zurich, Switzerland
|
Posted: Thu Feb 01, 2007 9:55 pm Post subject: |
|
|
Code: | emerge -aC kde OR emerge -aC kde-meta | to remove the top kde build (assuming that you installed the whole kde)
Code: | emerge -a --depclean | to clean all unneeded depencies. Be sure that you check the packages, before hitting <enter>.
finally: run a revdep-rebuild to be sure, all deps are still met
the ugly way
Code: | emerge -aC `grep kde /var/lib/portage/world` | Which removes all packages containing kde (and are log in the world file)..
Code: | emerge -a depclean && revdep-rebuild | as above
cheers
V.[/b] |
|
Back to top |
|
|
|