1

I am using Lubuntu 13.04. I installed Texmaker from Lubuntu Software Center, and it downloaded and installed Texlive without giving the dependency information before installation. Moreover, Texlive is not listed in Lubuntu Software Center. So I don't know what is installed now. Is there a way to get all the installed things listed at this situation? How can I avoid this attitude for further installations and keep my system clean?

Thanks...

dobey
  • 41,650
groove
  • 111

2 Answers2

3

By default, packages listed as recommended dependencies are installed along with packages. The dpkg policy manual describes recommends as:

This declares a strong, but not absolute, dependency.

The Recommends field should list packages that would be found together with this one in all but unusual installations.

See apt-cache show texmaker to see the recommended dependencies, including texlive-latex-extra. As to the separate question of whether it should be more clear about what is being installed, I suppose this is a policy decision for the relevant software center.

Note that this is different from "recommendations" in the software center.

If you wish to disable installation of recommended packages, see this question.

chronitis
  • 12,647
2

Software Center is designed to hide all technical details from the user. If you want to see them, I recommend to use a different Package Manager frontend, like synaptic, aptitude, apt-get,....

soulsource
  • 5,034