X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Updating cygwin and X Date: Sun, 18 Mar 2007 11:45:04 -0400 Message-ID: <31DDB7BE4BF41D4888D41709C476B657068AAC37@NIHCESMLBX5.nih.gov> In-Reply-To: <200703180636.l2I6a51U023593@sd.skydive1.com> References: <1174175949 DOT 19780 DOT ezmlm AT cygwin DOT com> <200703180636 DOT l2I6a51U023593 AT sd DOT skydive1 DOT com> From: "Buchbinder, Barry \(NIH/NIAID\) [E]" To: "Richard Foulk" , X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l2IFjJ0F029240 From: Richard Foulk; Sunday, March 18, 2007 2:36 AM > > What is the proper way to install everything and then update it from time to time? > > The setup.exe program says it's to be used for installs and updates but only seems to know how to install, reinstall or uninstall. Nothing specific to updates, unless I missed it. > > Problem is that every few `install's, setup hoses X so it won't run. > Is there an easy fix for this? Or best not to update? If you just want to update manually, just keep hitting "Next>". If you want to see what is going to be updated, when you get to the "Select Packages" screen, change the "View" to "Partial". See http://cygwin.com/cygwin-ug-net/setup-net.html , especially the 3rd paragraph at "Choosing Packages" http://cygwin.com/cygwin-ug-net/setup-net.html#id4725676 To automate Setup to update, see http://cygwin.com/faq/faq.setup.html#faq.setup.automated , http://cygwin.com/faq/faq.setup.html#faq.setup.cli , and http://sources.redhat.com/ml/cygwin-apps/2003-03/msg00526.html . For example, I use the following, run from a cmd.exe batch file in my Startup folder. start /wait h:\cygwin\arc\setup.exe -R c:\cygwin -n -q -s ftp://mirrors.kernel.org -l h:\cygwin\arc (I use "start /wait" because I want to be sure that everything is updated before I run any cygwin scripts.) - Barry Disclaimer: Statements made herein are not made on behalf of NIAID. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/