X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=Bp Lw1UAtKbuAxAvbGPJ5E0DNxw/Ph+vt2nNfKwNebN5cC0HvfqGRmqoF3j2/PWbDfJ HrgQv+ftUujjzwTYJsUcymeb6fZyvlsQWTa7G9kZlBlvBCrkqp4IbPgaCxM5dAQl 1HFj5f8EZkXhrJcy7j2iT3hINfnrTdYRZY2NbnQ9o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=gZ3nX6w3 ohW8TLQ1IPE0YkMJMTo=; b=aX1s03D6qkz9a8G4QNGeWm3LdQomVOUaQHmU2biD hRCU9Y76rsBOVyUfJmhTNtTKWHORmW28J3LbpgnbdNtMF7iaL/U/GPJfK3eNcolu e/kBIC7dTZfm+udPpD+WaIai8XMW9gpLbFv9A0OnfKunpLHWt01Hh5nLTvFxAQ3n BFc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f176.google.com MIME-Version: 1.0 X-Received: by 10.42.185.12 with SMTP id cm12mr6936195icb.0.1432260385130; Thu, 21 May 2015 19:06:25 -0700 (PDT) In-Reply-To: References: <1432168249 DOT 3408 DOT 16 DOT camel AT cygwin DOT com> Date: Thu, 21 May 2015 21:06:25 -0500 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: Tcl/Tk 8.5.18 From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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