From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: cleaning the store Date: Fri, 27 May 2016 08:39:07 +0200 Message-ID: <87iny0dmyc.fsf@elephly.net> References: <20160526165807.GA12189@jasmine> <20160526183636.GA19120@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6BQY-0002wZ-Md for help-guix@gnu.org; Fri, 27 May 2016 02:39:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6BQU-0002wT-Fs for help-guix@gnu.org; Fri, 27 May 2016 02:39:21 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6BQU-0002vf-7c for help-guix@gnu.org; Fri, 27 May 2016 02:39:18 -0400 In-reply-to: <20160526183636.GA19120@jasmine> 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: Leo Famulari Cc: help-guix@gnu.org Leo Famulari writes: > On Thu, May 26, 2016 at 08:16:59PM +0200, Catonano wrote: >> There are only 2 profiles on this machine: mine and root's profile >> >> As for mine, I eliminated ALL previous generations and emacs-cider is not >> installed in the current one >> >> As for root's profile: >> >> $ guix package -p root --list-installed >> >> returns nothing >> >> >> and >> $ guix package -p root --list-generations >> guix package: error: profile 'root' does not exist > > I think the argument to '-p' is the generation of the profile (an > integer). You should try running it as root, since I doubt you can read > root's profiles as an unprivileged user. No, “--profile” or “-p” expects a *path* to a profile. For root’s profile you would either be root and use the default (no “-p” option), or use “-p /root/.guix-profile” or similar, provided you have read access to this file. ~~ Ricardo