Re: apt-get aptitude dependencies purge
On Sun, Oct 27, 2013 at 08:42:18AM +0100, Slavko wrote:
> Ahoj,
>
> Dňa Sat, 26 Oct 2013 20:55:57 -0600 ruckusrogue <ruckusrogue@gmail.com>
> napísal:
>
> > Anyone know the proper tool (shell) to best remove (purge) packages
> > and their dependencies after installing?
>
> There are three types of dependencies:
>
> + depended = required
> + recommended = optional
Unless you explicitly set recommended to optional, then they are
automatically installed.
e.g.
# less /etc/apt/apt.conf.d/90local
APT::Default-Release "jessie";
APT::Install-Recommends "false";
APT::Acquire::Languages "en";
#Debug::Acquire::Ftp "true";
#Debug::Acquire::Http "true";
--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the
oppressing." --- Malcolm X
Reply to: