public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] kde 3.4 and kde 3.5
@ 2006-07-17 13:33 Arnau Bria
  2006-07-17 16:40 ` François Steinmetz
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arnau Bria @ 2006-07-17 13:33 UTC (permalink / raw
  To: gentoo-user

Hi,

I noticed I have two kde installed:

# eix kdebase
* kde-base/kdebase
     Available versions:  3.3.2-r1 3.3.2-r2 3.3.2-r3 3.4.3-r1 3.4.3-r2 3.5.2-r2 ~3.5.3-r3
     Installed:           3.4.3-r1 3.5.2-r2
     Homepage:            http://www.kde.org/
     Description:         KDE base packages: the desktop, panel, window manager, konqueror...

May I uninstall older one? (3.4)
Which is the way? emerge -C kdebase-3.4 ?¿

Cheers,

-- 
Arnau Bria
http://blog.emergetux.net
La vida es una aplastante derrota tras otra hasta que 
acabas deseando que se muera Flanders.
~Homer J. Simpson~

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] kde 3.4 and kde 3.5
  2006-07-17 13:33 [gentoo-user] kde 3.4 and kde 3.5 Arnau Bria
@ 2006-07-17 16:40 ` François Steinmetz
  2006-07-17 16:55 ` Alexander Kirillov
  2006-07-17 18:12 ` Neil Bothwick
  2 siblings, 0 replies; 5+ messages in thread
From: François Steinmetz @ 2006-07-17 16:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]

Yes, you may unmerge kde 3.4.
I'm not sure that
    emerge -aC =kde***-3.4 (depending on what you emerged ; you can see that
with 'cat /var/lib/portage/world | grep kde')
, then
    emerge -aC depclean
will do it.

I remember having used 'equery list -d' to list packages that are installed
twice.
If you don't have equery, emerge gentoolkit.
Then, with a simple ' | grep kde' and ' | grep 3.4', you get the kde
packages to uninstall.
Note that you have to put a '=' before the packages to unmerge when you
specify an exact version.
NB : you also may want to delete the .kde3.4 folder in your home directory.
But first, be sure that all your settings are ok, and make a backup !

Cheers,

François

On 7/17/06, Arnau Bria <arnau@emergetux.net> wrote:
>
> Hi,
>
> I noticed I have two kde installed:
>
> # eix kdebase
> * kde-base/kdebase
>      Available versions:  3.3.2-r1 3.3.2-r2 3.3.2-r3 3.4.3-r1 3.4.3-r2
> 3.5.2-r2 ~3.5.3-r3
>      Installed:           3.4.3-r1 3.5.2-r2
>      Homepage:            http://www.kde.org/
>      Description:         KDE base packages: the desktop, panel, window
> manager, konqueror...
>
> May I uninstall older one? (3.4)
> Which is the way? emerge -C kdebase-3.4 ?¿
>
> Cheers,
>
> --
> Arnau Bria
> http://blog.emergetux.net
> La vida es una aplastante derrota tras otra hasta que
> acabas deseando que se muera Flanders.
> ~Homer J. Simpson~
>
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 2181 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] kde 3.4 and kde 3.5
  2006-07-17 13:33 [gentoo-user] kde 3.4 and kde 3.5 Arnau Bria
  2006-07-17 16:40 ` François Steinmetz
@ 2006-07-17 16:55 ` Alexander Kirillov
  2006-07-18  8:12   ` Arnau Bria
  2006-07-17 18:12 ` Neil Bothwick
  2 siblings, 1 reply; 5+ messages in thread
From: Alexander Kirillov @ 2006-07-17 16:55 UTC (permalink / raw
  To: gentoo-user

> Which is the way? emerge -C kdebase-3.4 ?¿

http://www.gentoo.org/doc/en/kde-config.xml
4. Managing KDE Installations

HTH,
Sasha

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] kde 3.4 and kde 3.5
  2006-07-17 13:33 [gentoo-user] kde 3.4 and kde 3.5 Arnau Bria
  2006-07-17 16:40 ` François Steinmetz
  2006-07-17 16:55 ` Alexander Kirillov
@ 2006-07-17 18:12 ` Neil Bothwick
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2006-07-17 18:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

On Mon, 17 Jul 2006 15:33:40 +0200, Arnau Bria wrote:

> May I uninstall older one? (3.4)
> Which is the way? emerge -C kdebase-3.4 ?¿

You could install the older packages individually, but it will take a
while, especially if you used the split ebuilds. This will remove all but
the latest version of every KDE package.

equery --quiet --nocolor list kde-base/ | awk '{print $1}' \
 | sed 's/-3\..*//' | xargs emerge --prune --pretend


-- 
Neil Bothwick

All things in moderation, ESPECIALLY moderation.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] kde 3.4 and kde 3.5
  2006-07-17 16:55 ` Alexander Kirillov
@ 2006-07-18  8:12   ` Arnau Bria
  0 siblings, 0 replies; 5+ messages in thread
From: Arnau Bria @ 2006-07-18  8:12 UTC (permalink / raw
  To: gentoo-user

On Mon, 17 Jul 2006 20:55:16 +0400
Alexander Kirillov wrote:

> > Which is the way? emerge -C kdebase-3.4 ?¿
> 
> http://www.gentoo.org/doc/en/kde-config.xml
> 4. Managing KDE Installations

equery list kde-base/ | grep 3\.4 | xargs emerge --unmerge --pretend

(without --pretned)

Thanks! 
 
> HTH,
> Sasha
-- 
Arnau Bria
http://blog.emergetux.net
La vida es una aplastante derrota tras otra hasta que 
acabas deseando que se muera Flanders.
~Homer J. Simpson~

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-18  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17 13:33 [gentoo-user] kde 3.4 and kde 3.5 Arnau Bria
2006-07-17 16:40 ` François Steinmetz
2006-07-17 16:55 ` Alexander Kirillov
2006-07-18  8:12   ` Arnau Bria
2006-07-17 18:12 ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox