| View previous topic :: View next topic |
| Author |
Message |
ckid113 n00b

Joined: 19 Oct 2010 Posts: 40
|
Posted: Tue Nov 22, 2011 7:38 am Post subject: How to remove KDE 4 |
|
|
| I managed to install KDE3 from sunset overlay. Now I would like to remove stupid monster KDE 4.6.5. It was installed using portage. How is it possible to uninstall it? `emerge -C =kde-base/kde-meta-4.6.5` removes only kde-meta itself and no dependencies. Is there a way to remove dependencies like dolphin as well automatically? |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Tue Nov 22, 2011 11:03 am Post subject: |
|
|
You can get the list of these packages with:
> ls /var/db/pkg/kde-base | grep 4.6.5 > kde4list, or
> qlist -ICS kde-base | grep 4 | sed -e "s/\s4/:4/" > kde4list,
then you can use it in a bash command:
> emerge -aC $(cat kde4list) _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 6594 Location: Somewhere over Atlanta, Georgia
|
Posted: Tue Nov 22, 2011 11:41 am Post subject: Re: How to remove KDE 4 |
|
|
| ckid113 wrote: | | I managed to install KDE3 from sunset overlay. Now I would like to remove stupid monster KDE 4.6.5. It was installed using portage. How is it possible to uninstall it? `emerge -C =kde-base/kde-meta-4.6.5` removes only kde-meta itself and no dependencies. Is there a way to remove dependencies like dolphin as well automatically? | Once you've removed the meta package, then | Code: | | emerge --depclean -va | should do the rest. All that will remain is those packages you explicitly installed in addition to kde-meta.
- John _________________ This space intentionally left blank. |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 6594 Location: Somewhere over Atlanta, Georgia
|
Posted: Wed Nov 23, 2011 1:49 pm Post subject: |
|
|
Moved from Desktop Environments to Duplicate Threads in favor of Remove KDE4.
- John _________________ This space intentionally left blank. |
|
| Back to top |
|
 |
|