Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] metasploit jumping into "emerge -uDN world"
Date: Sun, 29 Dec 2013 22:36:01
Message-Id: 52C0A3B4.2020102@gmail.com
In Reply to: Re: [gentoo-user] metasploit jumping into "emerge -uDN world" by Zhu
1 On 29/12/2013 17:54, Zhu wrote:
2 >
3 > Em 29-12-2013 11:47, Hinnerk van Bruinehsen escreveu:
4 >> Zhu <zhushazang@×××××××××.br> wrote:
5 >>> Hello, every time that i try to made a "emerge -uDN world", metasploit
6 >>> jump in the process installation. I've check and there aren't
7 >>> dependencies ask for him:
8 >>>
9 >>> /[root@asgard ~]$ equery d net-analyzer/metasploit//
10 >>> // * These packages depend on net-analyzer/metasploit://
11 >>> //[root@asgard ~]$ equery d dev-ruby/metasploit_data_models//
12 >>> // * These packages depend on dev-ruby/metasploit_data_models://
13 >>> //[root@asgard ~]$ equery d app-admin/eselect-metasploit
14 >>> * These packages depend on app-admin/eselect-metasploit://
15 >>> /
16 >>>
17 >>> but,
18 >>>
19 >>> /[root@asgard ~]$ emerge -pvauDN world
20 >>>
21 >>> These are the packages that would be merged, in order:
22 >>>
23 >>> Calculating dependencies ... done!
24 >>> [ebuild R ] sys-devel/gcc-4.8.2:4.8 [4.8.2:4.8.2] USE="cxx fortran
25 >>> gcj go graphite mudflap (multilib) multislot nls nptl objc objc++
26 >>> objc-gc openmp (-altivec) -awt% -doc (-fixed-point) (-hardened)
27 >>> (-libssp) -nopie -nossp -regression-test -vanilla (-gtk%*) (-lto%)" 0
28 >>> kB
29 >>> [ebuild N ] net-analyzer/metasploit-4.8.2:4.8 USE="java lorcon
30 >>> pcap (-development) {-test}" 0 kB
31 >>>
32 >>> Total: 2 packages (1 new, 1 reinstall), Size of downloads: 0 kB
33 >>> /
34 >>> How to discover what are putting metasploit into "updatable world
35 >>> list"?
36 >>>
37 >> Most likely metasploit itself is in world. You can check you worldfile with your favourite editor (/var/lib/portage/world). It should also be printed bold in the emerge output if your terminal supports it
38 >>
39 >>
40 >>
41 > Yeah, metasploit is in there. Is it safe just remove him from the file?
42
43 yes, and it will be removed from the system next time you run
44 "emerge --depclean"
45
46 To remove it immediately run
47
48 "emerge -avC metasploit"
49
50 But the big question is, do you want to keep that package or not?
51 You didn't say if you want it, you only wondered why it was being updated.
52
53
54
55 --
56 Alan McKinnon
57 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] metasploit jumping into "emerge -uDN world" Zhu <zhushazang@×××××××××.br>