public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Fish" <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] kde-base/kdebugdialog-3.5.2 emerge error
Date: Wed, 12 Apr 2006 22:35:57 -0700	[thread overview]
Message-ID: <7573e9640604122235v36d9be15vce69a24c4d1fd2c9@mail.gmail.com> (raw)
In-Reply-To: <6c6bf1720604121628n6457040bsb6b8b5755f7cf29d@mail.gmail.com>

On 4/12/06, Pete Pardoe <pete.pardoe@gmail.com> wrote:
> for the next question.  How do I get my system to load kde 3.5 instead of
> kde 3.4?

Take a look in /etc/env.d.  You should have both a 46kdepaths-3.4 and
45kdepaths-3.5.  If so, then running 'env-update' and logging back in
should be all you need to get the paths used.  The lowest numbered
files here have precedence.

BTW, as you have discovered you still have KDE 3.4 hanging around (KDE
major versions are slotted).  If you decide later to get rid of the
old versions, you should be able to do it with something like:

cd /var/db/pkg
for pkg in kde-base/*-3.4*; do
    emerge --unmerge $pkg
done

Then to find straggler packages:

find /usr/kde/3.4 -type f | head -n 1
equery belongs <file from above command>
emerge --unmerge <pkg from above equery>
<lather, rinse, repeat>

Don't do any of this until you are happy with 3.5 though.

-Richard

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-04-13  5:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-08 17:54 [gentoo-user] kde-base/kdebugdialog-3.5.2 emerge error Pete Pardoe
2006-04-08 19:56 ` Richard Fish
2006-04-09 21:26   ` Pete Pardoe
2006-04-09 22:40     ` Richard Fish
2006-04-12 23:28       ` Pete Pardoe
2006-04-13  5:35         ` Richard Fish [this message]
2006-04-13  8:25           ` Bo Andresen
2006-04-13 15:25             ` Richard Fish
2006-04-13 16:43               ` Neil Bothwick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7573e9640604122235v36d9be15vce69a24c4d1fd2c9@mail.gmail.com \
    --to=bigfish@asmallpond.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox