public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: offline cygwin install question
Date: Thu, 27 Jun 2013 08:33:00 -0000	[thread overview]
Message-ID: <20130627083233.GI6966@calimero.vinschen.de> (raw)
In-Reply-To: <51CB4C14.4030909@molconn.com>

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.

The 64 bit version is not as complete yet as the 32 bit version,
but it's pretty stable already and a mirror of that only takes
9 Gigs:

  mkdir -p cygwin/64bit
  rsync -av --delete-after cygwin.com:cygwin/64bit cygwin/64bit

Copy this stuff over to an USB drive.  If you want to use the 64 bit
release, there's setup64.exe already in the cygwin/64bit directory.
If you want to use the 32 bit release, you also have to copy
http://cygwin.com/setup.exe to the USB drive.

Now, on the offline machine, plug in the USB drive (let's use u: as
drive letter as in cgf's example), and run either setup.exe for 32 bit
or setup64.exe for the 64 bit release.

Note that, if it already *has* a Cygwin install, it's almost 100% sure
that it's the 32 bit release.  So, run setup.exe in this case.

In the second dialog, choose "Install from Locale Directory".

In the fourth dialog, choose U:\cygwin as "Local Package Directory".

The rest should work as usual.


HTH,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
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

  parent reply	other threads:[~2013-06-27  8:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-27  2:35 LMH
2013-06-27  2:40 ` wynfield
2013-06-27  4:49   ` LMH
2013-06-27  8:32   ` Christopher Faylor
2013-06-27 13:08   ` Buchbinder, Barry (NIH/NIAID) [E]
2013-06-27  8:33 ` Corinna Vinschen [this message]
2013-06-27 17:00   ` Christopher Faylor
2013-06-27 18:25     ` LMH
2013-06-27 19:22       ` Christopher Faylor
2013-06-27 20:19         ` LMH
2013-06-27 20:47           ` Christopher Faylor
2013-06-28 22:05             ` Christopher Faylor
2013-09-08  5:40 R.Penney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130627083233.GI6966@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).