From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Is there a way to see 'Globally-Installed Packages' from the CLI? Date: Fri, 22 Jul 2016 16:34:57 +0200 Message-ID: <87d1m5n3la.fsf@gnu.org> References: <874m7irrwy.fsf@gmail.com> <87r3am3rwm.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]:47927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQbXf-000809-0v for help-guix@gnu.org; Fri, 22 Jul 2016 10:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQbXZ-0005ma-0c for help-guix@gnu.org; Fri, 22 Jul 2016 10:35:05 -0400 In-Reply-To: <87r3am3rwm.fsf@gmail.com> (Chris Marusich's message of "Fri, 22 Jul 2016 03:10:01 -0700") 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: Chris Marusich Cc: Alex Kost , myglc2 , help-guix@gnu.org Chris Marusich skribis: > $ guix package --list-installed --profile=3D/var/guix/profiles/system The system (result of =E2=80=98guix system build=E2=80=99) has more than ju= st a =E2=80=9Cprofile=E2=80=9D in the Guix sense. You need to do this instead: guix package -p /var/guix/profiles/system/profile -I Ludo=E2=80=99.