From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: Re: Is that normal?? Date: Sun, 20 Oct 2019 14:23:48 +0000 Message-ID: References: <87lftfk8f7.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36590) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iM9JQ-0003nP-Qc for help-guix@gnu.org; Sun, 20 Oct 2019 07:23:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iM9JP-0007Qu-T5 for help-guix@gnu.org; Sun, 20 Oct 2019 07:23:52 -0400 Received: from mail-io1-xd2d.google.com ([2607:f8b0:4864:20::d2d]:37381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iM9JP-0007Ql-Nr for help-guix@gnu.org; Sun, 20 Oct 2019 07:23:51 -0400 Received: by mail-io1-xd2d.google.com with SMTP id 1so1185152iou.4 for ; Sun, 20 Oct 2019 04:23:51 -0700 (PDT) In-Reply-To: <87lftfk8f7.fsf@elephly.net> 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: Ricardo Wurmus Cc: help-guix Hardlinks! I hadn't thought of that :) Thanks. > To remove those that are no longer needed by any other package in any of > your profile generations run =E2=80=9Cguix gc=E2=80=9D. You may want to = delete unused > profile and system generations first, though. Well, that's obvious. 'guix gc' is executed by cron, and before listing above I specifically executed 'guix package --delete-generations && guix gc --collect-garbage'. In other words, in the first case, the result is already after all possible purges, usually I leave only the last generation and do not store the previous ones.