Gentoo Archives: gentoo-user

From: Daniel da Veiga <danieldaveiga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Switching to Gentoo
Date: Thu, 09 Mar 2006 21:00:47
Message-Id: 342e1090603091255k687b46d9qea0e9e929163460f@mail.gmail.com
In Reply to: [gentoo-user] Re: Switching to Gentoo by Harry Putnam
1 On 3/9/06, Harry Putnam <reader@×××××××.com> wrote:
2 > >> eix <package>
3
4 * app-portage/eix
5 Latest version available: 0.3.0-r2
6 Latest version installed: [ Not Installed ]
7 Size of downloaded files: 281 kB
8 Homepage: http://eixwiki.unfoog.de
9 Description: Small utility for searching ebuilds with indexing
10 for fast results
11 License: GPL-2
12
13 > > epm -ql
14
15 * app-portage/epm
16 Latest version available: 0.9.0
17 Latest version installed: [ Not Installed ]
18 Size of downloaded files: 10 kB
19 Homepage: http://www.gentoo.org/~agriffis/epm/
20 Description: rpm workalike for Gentoo Linux
21 License: GPL-2
22
23 >
24 > Where are these trick tools found?
25
26 Answered ;) emerge -s <stuff>
27
28 >
29 > Maybe I'm way out of date but here is what I'd use:
30 >
31 > First (equery is part of app-portage/gentoolkit)
32 > (Go thru the man page of course)
33 > It has many of the same functions you may have used with rpm.
34 >
35 > o See list of all *installed* software.
36 > equery list
37 >
38 > Browse available software that can be installed.
39 > (esearch is found in app-portage/esearch)
40 > esearch REGEX to find stuff on you current portage tree.
41 > someone already posted the packages page for stuff
42 > that may not be on your tree yet.
43 >
44 > o See what version of a particular software package is installed.
45 >
46 > equery list <pkg>
47 >
48 > I also use a sometimes quicker way:
49 > esearch <pkg> or REGEX since esearch output also shows what is
50 > installed and what is not.
51 >
52 > o See if any new versions of *installed* software are available.
53 >
54 > This would involve synching your portage tree which have much more
55 > repercussions than you want so use the URL posted for packages.
56 >
57 > Here is another you will use a lot. It works like:
58 > rpm -f /path/file
59 >
60 > equery belongs /path/file
61 >
62 > A quick way to find out what package contains a binary tool you
63 > already have installed.
64 >
65 > (an easy one)
66 > # equery belongs `which dd`
67 >
68 > [ Searching for file(s) /usr/bin/dd in *... ]
69 > sys-apps/coreutils-5.94-r1 (/usr/bin/dd -> /bin/dd)
70 >
71 > That gives you the address of the package this tool resides in on the
72 > portage tree (/usr/portage/ is dropped off the front end)
73 >
74 > --
75 > gentoo-user@g.o mailing list
76 >
77 >
78
79 Yours work too, and are a single package, I just found eix because it
80 is fast, and never heard of epm till this thread comes up, but it
81 seems great for ex-rpm users...
82
83 --
84 Daniel da Veiga
85 Computer Operator - RS - Brazil
86 -----BEGIN GEEK CODE BLOCK-----
87 Version: 3.1
88 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
89 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
90 ------END GEEK CODE BLOCK------
91
92 --
93 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Switching to Gentoo Harry Putnam <reader@×××××××.com>