From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Deleting system generations Date: Sat, 01 Jul 2017 15:15:23 +0200 Message-ID: <87injcfgd0.fsf_-_@gnu.org> References: <20170627221608.A23B52013B@smtp.hushmail.com> <20170628154943.36021286@scratchpost.org> <20170628150145.GA18849@jasmine.lan> <20170629174955.068eed02@scratchpost.org> <87efu2iv6n.fsf@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]:46712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRIFG-0004dp-8c for guix-devel@gnu.org; Sat, 01 Jul 2017 09:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRIFD-0000fM-29 for guix-devel@gnu.org; Sat, 01 Jul 2017 09:15:30 -0400 In-Reply-To: <87efu2iv6n.fsf@gmail.com> (Mekeor Melire's message of "Thu, 29 Jun 2017 19:02:24 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mekeor Melire , Thomas Danckaert Cc: guix-devel@gnu.org Mekeor Melire skribis: > Danny Milosavljevic writes: > >> Wait. AFAIK one cannot delete system generations [yet]. Has that chang= ed? >> >> But deleting user [package] generations works, yes. > > Somewhere on the mailing-list I found out that you can delete a system > generation like this: > > $ rm /var/guix/profiles/system-N-link > $ guix gc > > (as root?) Yes, that=E2=80=99s all it takes. Thomas: I think you (was it you?) started working on a =E2=80=98guix system delete-generations=E2=80=99 sub-command so make it more accessible. Any up= date? :-) We should definitely add that command. Thanks, Ludo=E2=80=99.