Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] using python 2.7
Date: Wed, 05 Nov 2014 21:00:00
Message-Id: 20141105205947.46ef2b58@hactar.digimed.co.uk
In Reply to: Re: [gentoo-user] using python 2.7 by Dale
1 On Tue, 04 Nov 2014 18:01:57 -0600, Dale wrote:
2
3 > For future reference, make sure nothing depends on whatever version of
4 > python you want to remove before you remove it. If you don't, it could
5 > get very interesting in a really bad way.
6
7 The simplest way to do that, with any package you want to remove, is to
8 use
9
10 emerge --depclean --ask -v cat/pkg
11
12 instead of
13
14 emerge --unmerge --ask cat/pkg
15
16 With depclean, dependencies are checked and the package will only be
17 removed if nothing depends on it. Adding the -v shows you what depends on
18 it.
19
20
21 --
22 Neil Bothwick
23
24 By the time you can make ends meet, they move the ends.

Replies

Subject Author
Re: [gentoo-user] using python 2.7 wraeth <wraeth@×××××××××.au>