X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D47303857437 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1683139063; bh=Vaiq8pWRCgP1KU7JVz8Ffoy/5Xnvl1PqkjzCtS0cBmg=; h=References:In-Reply-To:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=ii+s4dRhbk+WXEAI5XVkr3Yz/JDUPFTvtWb48DpaPAnKcBQLO/zP6EpcBVtwO1lyJ 56MrGqpbnb7XFJcU6zgarBGoJWkyfuPMDoD8vzhJgtEeYx3prbE9JsmuGgXQFIz9cC kguTbysZ4UvHwD8s34LnSHdFVlOwcnphH8g5m2GM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 871243858D33 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683139048; x=1685731048; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=U7aOg/8EACjFJKolVoQ0FuMpVv9j5z9yjoFs/K0A9do=; b=ULqC1LGw0kuBg2Rlus5IwhbPpjI8MdYMuBi5YliKFXmDOnOi9SsWZSU2yxLZ1yhAoy v3oOdbj1OIt8HXB5zO8Q4bAA36y+/Rx7TvrBzVrac6fX8UrnsxZUdsTwebHcqmUK6koH jx9v34AhBG49ET791mZN2SrzC4WqBrTmKF4DUv6QrTtP42plQ1h6qHpDbUHRSannLAwQ JYgokiS3VQwpnN3tDUuGPg7zwQkHR+0H+toOmsl8MAFlwv63Gf97SzutJpQJ6yL8CR+G 2Z393V8cLHeLy6hclh2N55ctQ9PggOiGTMtSdEkEmyT6TiSQ25HAstdlR0PB8ynNLOWz N1Hw== X-Gm-Message-State: AC+VfDxFaW9e9orB94DJOpun8so3ojiY/rlniWvu2eMc/osbhNDRrF8G 6v7R7rQxMg6prqS4qcoHm50oDvoL5IHgp7g4sM4Pjk8Zmy8= X-Google-Smtp-Source: ACHHUZ6kVfOZ+kXDpJ46PN5wNHbEQaEe/20oh6gqOBMi+MlncPeL3zSoXG8rjeyW4hfaxkACC/RaeQY8fPe0DzYoD+o= X-Received: by 2002:a25:142:0:b0:b9e:7613:fcb1 with SMTP id 63-20020a250142000000b00b9e7613fcb1mr5503271ybb.63.1683139047756; Wed, 03 May 2023 11:37:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 3 May 2023 20:37:16 +0200 Message-ID: Subject: Re: Cygwin packages params in setup command line To: Anderson Cc: cygwin AT cygwin DOT com X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: marco atzeri via Cygwin Reply-To: marco atzeri Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 343Ic76U027658 On Wed, May 3, 2023 at 3:26 PM Anderson via Cygwin wrote: > > Hi, > > I need to know if have a limit of packages to install on packages params on > cygwin setup command line. > > I put many packages but some packages are not installed. > > Thanks. > Hi Anderson, except the length limit of the command line , no. See https://devblogs.microsoft.com/oldnewthing/20031210-00/?p=41553 https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation on Cygwin command line the limit is the first one on the CMD the limit is the second. If you need to install more the easy way is to split your requirements in more block. The last time I reinstalled 1500 packages, splitting between lib* and the other packages was enough when running setup from a Bash shell. Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple