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:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=WAx87LAahP/QXsv8 UzPW4GrIcnbqXVchNJ6SjF+PmIDT1rX6fqTEGrF5j3vIyBgT+QjT3yKt9XM+pUpG sqynhMNmSQ5YeQdy7upK0y6QiPvVRNHwj6QZ2PEv2+yWCS9QbOP3fxdTiCqFFuRK o7QfhnzOfhWpPfP/6zynre6PgbY= 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:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=kA+7WNNzsPpp+l2vQHDCnL ncTLw=; b=yrARp/SdsLwpXbC3bWGFdNgGBv4QVTTZPBNbjZE+EEYbGXI6+c2P1l XefROmUi3He7elL3S3RZyTuSkvuxJy3WMqoP3XJGAbt8+4zAQl5nJPqhaGQwDYpu L7szCZwn67ogQWJ2RonGzARyAiZZnwWL91E7x87v0p1RPLX2L9LE4= 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.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f172.google.com X-Received: by 10.180.149.206 with SMTP id uc14mr36045416wib.12.1438620003503; Mon, 03 Aug 2015 09:40:03 -0700 (PDT) From: Marco Atzeri Subject: Re: Unwanted texlive invasion To: cygwin AT cygwin DOT com References: <5061D0B4 DOT 40601 AT cs DOT utoronto DOT ca> <1438617622866-120277 DOT post AT n5 DOT nabble DOT com> Message-ID: <55BF994B.7060307@gmail.com> Date: Mon, 3 Aug 2015 18:39:39 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1438617622866-120277.post@n5.nabble.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 8/3/2015 6:00 PM, steppnav wrote: > I'm attempting to remove texlive because it's existence makes it impossible > to completely remove X Windows components. I've manually ensured that all > things dependent on it have been marked for uninstall. It ends up in a > catch 22 style circular, self-reference problem. I don't know what > percentage of cygwinidos use teX stuff, but it MUST be a serious minority. > Could someone come up with a solvent for this teXSuperGlue? > something like this will build a batch file to remove all texlive* packages $ cygcheck -cd | grep "texlive" | awk 'BEGIN { printf ("setup-x86.exe -q ")} {printf( "-x " $1 " ") }END { printf "\r\n pause "}' > remove-texlive.bat use it in the same directory of setup-x86.exe (or setup-x86_64.exe) -- 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