delorie.com/archives/browse.cgi | search |
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:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
q=dns; s=default; b=kwYOdoWDtE+AaqDZqJrRHSYEmIlxbJc+2ZmkTPO/yEb | |
EgtUfpMMJy1hxAK48isSJEvNe8mhj2l9naeSUs3RZXXrb8jBHfSOn1UQTrP3kjmG | |
+yDCsGsdxddd9LJwF5BW74K+7a95xjPrgEfhd6z+12RI1998Fa5VPztOtUsyx3ZI | |
= | |
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:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
s=default; bh=83+qZgFYw4cTh5tVjkv8elpoLuE=; b=I7oSd40oYIbzZg5e1 | |
Ot26/T1zDADnmm2/Tm90nXM6hhe37jDqiuLnTebI5u/cydbGeEiuS7qt41OLyyRR | |
2fx88DzeKMyT6HMwkRwZscgJ4lv6OGRGqR8r6FJ6bxKlrHkGF90C2a1t6p7dui3b | |
wBjXNBRExG/TQSM2n3Uxy9CQ6g= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Spam-SWARE-Status: | No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_YE,TW_CG autolearn=ham version=3.3.1 |
X-Yahoo-SMTP: | ycweUreswBCK.d0cygTP5tXwHncbOU7YVeVfIxOQoyRMI2IuIKLmUqE- |
X-Rocket-Received: | from [192.168.10.27] (lmh_users-groups AT 71 DOT 232 DOT 178 DOT 58 with plain) by smtp101.biz.mail.bf1.yahoo.com with SMTP; 27 Jun 2013 10:52:17 -0700 PDT |
Message-ID: | <51CC7BD4.6020208@molconn.com> |
Date: | Thu, 27 Jun 2013 13:52:20 -0400 |
From: | LMH <lmh_users-groups AT molconn DOT com> |
User-Agent: | Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: offline cygwin install question |
References: | <51CB4C14 DOT 4030909 AT molconn DOT com> <20130627083233 DOT GI6966 AT calimero DOT vinschen DOT de> <20130627165959 DOT GA7709 AT ednor DOT casa DOT cgf DOT cx> |
In-Reply-To: | <20130627165959.GA7709@ednor.casa.cgf.cx> |
I have win7 64-bit computers set up in another location. It would seem that the easiest option would be to make sure that one of those is up to date and then just tar up the cygwin directory and move it. I have also found that you can just tar up the local package directory and then run a local install, but this seems to have issues if there are packages in the local install dir from more than one mirror. If I download the normal setup.exe to a 64-bit windows install, will it automatically install the 4-bit version? have never seen the setup64.exe that was mentioned in a previous post. Where would that be located? I have to assume at this point that the cygwin I have running on w7 64-bit installs is the 32-bit version of cygwin, since I didn't do anything special when I set those up. I know that many 32-bit applications run perfectly well on a w7 64-bit install. What specific advantages would there be in running the 64-bit version of cygwin? The main thing I want to do is to upgrade to the minty terminal and make sure I am using the most current version of cygwin. I think that the version on this rig is pretty old. Thanks for the advice, LMH Christopher Faylor wrote: > On Thu, Jun 27, 2013 at 10:32:33AM +0200, Corinna Vinschen wrote: >> On Jun 26 16:16, LMH wrote: >>> I have a win7 64-bit machine that is not online and I want to update >>> the cygwin install. What is the best method for doing this? Can I >>> just copy the current cygwin install off of my XP 32-bit machine and >>> drop it into the 64-bit win7 rig, or will that create a problem? >> >> The easiest way, especially if you have more than one machine, is >> IMHO to create a local mirror of the Cygwin distro first: >> >> <Check if you have at least 30 Gigs of free space> >> mkdir cygwin >> rsync -av --delete-after cygwin.com:cygwin/ cygwin >> >> This creates a local mirror of the 32 and 64 bit Cygwin versions. >> The 32 bit version is more complete and runs on 32 and 64 bit, >> as cgf pointed out. > > Yow. Please don't encourage people to perform high-bandwith-consuming > operations to cygwin.com. I don't want to have to start limiting rsync > access to cygwin.com because everyone thinks that doing full copies of > the release area is a good idea. > > You could use an rsync mirror (see http://cygwin.com/mirrors.html) for > this but this seems like severe overkill for what the OP wanted. > Duplicating their installation from one system to another shouldn't > involve downloading the whole Cygwin release, whether it is 32-bit or > 64-bit. > > cgf > > -- > 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 > > -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |