From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: A few questions about packages Date: Sat, 10 Mar 2018 22:38:34 +0100 Message-ID: <87d10bvcf9.fsf@gnu.org> References: <20180310142605.7ff2b000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eumCQ-0007ay-0i for help-guix@gnu.org; Sat, 10 Mar 2018 16:38:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eumCM-0008TW-Ub for help-guix@gnu.org; Sat, 10 Mar 2018 16:38:42 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:43456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eumCM-0008T9-OC for help-guix@gnu.org; Sat, 10 Mar 2018 16:38:38 -0500 In-Reply-To: <20180310142605.7ff2b000@gmail.com> (Jone's message of "Sat, 10 Mar 2018 14:26:05 +0300") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jone Cc: help-guix Hello, Jone skribis: > Another question.. Package zip refers to "compression" package source. > Can I not specify individual packages, but install all of this group? > Can I do this with a single command? (This is a general question, not > just about zip). There=E2=80=99s no direct way to do that, but you could always do: guix package -i $(guix package -A | grep 'compression\.scm' | cut -f1) HTH, Ludo=E2=80=99.