From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: delete profile Date: Tue, 14 Mar 2017 05:55:18 +0000 Message-ID: <20170314055518.GA12348@mail.thebird.nl> References: <87y3waqua6.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> <877f3t9dgj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnfUB-0002VO-II for guix-devel@gnu.org; Tue, 14 Mar 2017 01:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnfU8-0005uM-Gs for guix-devel@gnu.org; Tue, 14 Mar 2017 01:59:07 -0400 Received: from mail.thebird.nl ([95.154.246.10]:40774) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cnfU8-0005tz-Am for guix-devel@gnu.org; Tue, 14 Mar 2017 01:59:04 -0400 Content-Disposition: inline In-Reply-To: <877f3t9dgj.fsf@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org, Federico Beffa On Mon, Mar 13, 2017 at 10:35:56PM +0300, Alex Kost wrote: > 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. That removes the symlinks to a directory in /var/guix/profiles. I think you also need to remove the links in the latter if you want the garbage collection to work. Is that correct? Pj.