On Fri, Mar 09, 2018 at 04:33:59PM -0800, sevas wrote: > By recommends I assume you mean the questions during install of > kali-packages-full or whatever its called. > > I tell it not change anything like > "should this package have root privileges or give users privilege?" > and I say NO! > > The only other questions I received were > Do you want to install grub? and > Do you want to to set this service to have its own domain (lots of sniffing > traffic) or work inside sql (little traffic)? > > And I gave it its own domain I think. Or I picked the option for lots of > traffic. > > That doesnt sound too bad if I can easily overwrite the packages as needed. > Ill give it a shot soon. >
No - in Debian Packages are linked to other Packages - Depends, Recommends, Suggests. Look in the Debian FAQ for explanation. (http://www.debian.org/doc/manuals/debian-faq) You can choose whether to install these additional packages by configuring apt: either on the command line or by setting options in /etc/apt/apt.conf.d Look at the difference in what will be installed between: apt-get install abiword apt-get no-install-recommends install abiword apt-get install -o APT::Install-Suggests="true" abiword (Just say NO to each install) -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20180310010957.rym6r7xjc66prcnm%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
