From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: delete profile Date: Mon, 13 Mar 2017 22:35:56 +0300 Message-ID: <877f3t9dgj.fsf@gmail.com> References: <87y3waqua6.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnVlF-0006aH-4u for guix-devel@gnu.org; Mon, 13 Mar 2017 15:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnVlB-0000Kn-2g for guix-devel@gnu.org; Mon, 13 Mar 2017 15:36:05 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:34769) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnVlA-0000JM-PA for guix-devel@gnu.org; Mon, 13 Mar 2017 15:36:00 -0400 Received: by mail-lf0-x244.google.com with SMTP id y193so12608437lfd.1 for ; Mon, 13 Mar 2017 12:35:59 -0700 (PDT) In-Reply-To: <87y3waqua6.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> (Federico Beffa's message of "Sun, 12 Mar 2017 18:28:17 +0100") 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: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa (2017-03-12 18:28 +0100) wrote: > Hi, > > I've created a profile for test purposes with > > guix package -p $HOME/guix-test-profile -m test-manifest.scm > > that now I would like to delete. I've looked up the documentation but > not found any suitable command. What's the recommended procedure to > delete it? I would simply remove it and all its generations ("$HOME/guix-test-profile-XX-link") manually. I don't know if there is any recommended way to do it though. -- Alex