Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to remove a single binary package
Date: Sat, 01 Feb 2014 13:46:09
Message-Id: 201402011345.51846.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] How to remove a single binary package by Alan McKinnon
1 On Saturday 01 Feb 2014 12:33:33 Alan McKinnon wrote:
2 > On 01/02/2014 12:55, Mick wrote:
3 > > Hi All,
4 > >
5 > > I have a couple of binary packages in a box under /usr/portage/packages
6 > > that I no longer need. How can I selectively remove one or some of them
7 > > only?
8 > >
9 > > qpkg -c www-client/chromium
10 > >
11 > > or
12 > >
13 > > eclean packages
14 > >
15 > > nukes the lot.
16 >
17 > man eclean
18 >
19 > the -d and -n switches let you be a little more selective just like
20 > cleaning distfiles. They deal with packages based on whether they are
21 > still in tree or you have them installed. To deal with specific
22 > versions, use rm like Nei said
23
24 Thank you both.
25
26 Don't think I can use the eclean -d -n for singular packages. As I understand
27 it all non-installed packages will be removed, which not what I want.
28
29 If I use rm to manually get rid of a single package, all its metadata will
30 still be left in /usr/portage/packages/Packages. Does this matter? Which
31 function uses the information this file and how might it be affected if the
32 binary package has been removed manually?
33
34 --
35 Regards,
36 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] How to remove a single binary package Dale <rdalek1967@×××××.com>
Re: [gentoo-user] How to remove a single binary package Neil Bothwick <neil@××××××××××.uk>