This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: Tcl/Tk 8.5.18


On Thu, May 21, 2015 at 8:32 PM, Michael Enright wrote:
> I am curious about how I came to have a dependency on TeXlive in my
#> installation even though I don't need TeX. Where could I look for the info?

Hm, not sure. This could get you started

    apt-cyg rdepends texlive |
    awk '
    $NF !~ /texlive/ {
      z[$NF]
    }
    END {
      for (y in z)
        print y
    }
    '

Result

    asciidoc
    xhtml2ps
    maxima
    mate-common
    maxima-lang-pt_BR-utf8
    maxima-lang-de-utf8
    html2ps
    gnome-common
    dblatex
    asymptote
    biber
    texinfo-tex
    gnuplot
    emacs-auctex
    docbook-utils
    maxima-lang-pt-utf8
    xmlto
    xfce4-dev-tools
    gtk-doc
    a2ps
    maxima-lang-es-utf8

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]