Re: [DNG] nmap in Debian Wheezy

2015-12-27 Thread Florian Zieboll
On Sun, 27 Dec 2015 11:31:16 -0300 Emiliano Marini wrote: > For example, "apt-cache show nmap" gives no info about suggests and/or > recommend. But "apt-cache show ntop" gives info about depends and > suggests. Hallo Emiliano, my nmap here (Debian Wheezy) does not

Re: [DNG] nmap in Debian Wheezy

2015-12-27 Thread Emiliano Marini
Not for every package. For example, "apt-cache show nmap" gives no info about suggests and/or recommend. But "apt-cache show ntop" gives info about depends and suggests. Cheers, Emiliano. On Thu, Dec 24, 2015 at 2:20 AM, Simon Wise wrote: > On 24/12/15 10:36, Emiliano

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Florian Zieboll
On Wed, 23 Dec 2015 08:14:44 -0300 Emiliano Marini wrote: > Is there any way to list recommended packages for a given package? Hello Emiliano, # apt-rdepends -s Recommends -s Suggests will return a list of all dependencies, recommends and suggests of the selected

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Emiliano Marini
Thank you Florian, I didn't know that tool: apt-rdepends - Recursively lists package dependencies I will try it. Cheers, Emiliano. On Wed, Dec 23, 2015 at 10:48 AM, Florian Zieboll wrote: > On Wed, 23 Dec 2015 08:14:44 -0300 > Emiliano Marini

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Simon Wise
On 24/12/15 02:12, Emiliano Marini wrote: Thank you Florian, I didn't know that tool: apt-rdepends - Recursively lists package dependencies I will try it. apt-cache does lots of information stuff including depends, rdepends (which is reverse depends), show (which gives description,

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Simon Wise
On 24/12/15 10:36, Emiliano Marini wrote: Yeah, I checked that manpage, but apt-cache shows no info about recommended and suggested packages, only dependencies (at least in wheezy) apt-cache show package gives info, including recommended. Simon

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Emiliano Marini
Is there any way to list recommended packages for a given package? I mean, when you run "apt-cache depends" it list a package's dependencies. For example: # LANG=C apt-cache depends nmap nmap Depends: libc6 Depends: libgcc1 Depends: liblua5.1-0 Depends: libpcap0.8 Depends: libpcre3

Re: [DNG] nmap in Debian Wheezy

2015-12-23 Thread Simon Wise
On 23/12/15 02:19, Emiliano Marini wrote: Wow thanks man! # apt-get install --no-install-recommends nmap That can be set in apt's config files, in /etc/apt. It really helps maintaining a system .. you can look at the recommends listed and install the ones you want. I've kept my old

Re: [DNG] nmap in Debian Wheezy

2015-12-22 Thread Emiliano Marini
Wow thanks man! # apt-get install --no-install-recommends nmap Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libblas3 libblas3gf libgfortran3 liblinear1 liblua5.1-0 Suggested packages: liblinear-dev

Re: [DNG] nmap in Debian Wheezy

2015-12-22 Thread fsmithred
On 12/22/2015 06:54 AM, Emiliano Marini wrote: > I wanted to install nmap in one of my systems for testing purposes, and > when I run "apt-get install namp" it tries to pull 73 dependencies WTF? > Here's what my wheezy says: apt-cache depends nmap nmap Depends: libc6 Depends: libgcc1

Re: [DNG] nmap in Debian Wheezy

2015-12-22 Thread Emiliano Marini
Sorry, I forgot to mention that this system runs Wheezy. On Tue, Dec 22, 2015 at 8:54 AM, Emiliano Marini wrote: > I wanted to install nmap in one of my systems for testing purposes, and > when I run "apt-get install namp" it tries to pull 73 dependencies WTF? > > #

Re: [DNG] nmap in Debian Wheezy

2015-12-22 Thread Emiliano Marini
Yeah, maybe. I can't understand why it wants to install things like libcupsimage2, gnuplot, imagemagick... It's a freaking network tool! On Tue, Dec 22, 2015 at 11:25 AM, Arnt Karlsen wrote: > On Tue, 22 Dec 2015 09:01:55 -0300, Emiliano wrote in message >

Re: [DNG] nmap in Debian Wheezy

2015-12-22 Thread Arnt Karlsen
On Tue, 22 Dec 2015 09:01:55 -0300, Emiliano wrote in message : > Sorry, I forgot to mention that this system runs Wheezy. ..is Squeeze the last known good Debian? -- ..med vennlig hilsen = with Kind Regards from Arnt Karlsen

Re: [DNG] nmap in Debian Wheezy

2015-12-22 Thread Rainer Weikusat
Emiliano Marini writes: > I wanted to install nmap in one of my systems for testing purposes, and > when I run "apt-get install namp" it tries to pull 73 dependencies WTF? > > # apt-get install nmap [...] > ufraw-batch That's certainly not something nmap depends