From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: How to list globally installed packages? Date: Sat, 02 Apr 2016 23:03:25 +0300 Message-ID: <87vb3zvkvm.fsf@gmail.com> References: <87mvpb7rkf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amRlZ-0000BL-9m for help-guix@gnu.org; Sat, 02 Apr 2016 16:03:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amRlW-00065U-57 for help-guix@gnu.org; Sat, 02 Apr 2016 16:03:29 -0400 Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:34106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amRlV-00065P-T6 for help-guix@gnu.org; Sat, 02 Apr 2016 16:03:26 -0400 Received: by mail-lf0-x22d.google.com with SMTP id c62so116306251lfc.1 for ; Sat, 02 Apr 2016 13:03:25 -0700 (PDT) In-Reply-To: <87mvpb7rkf.fsf@gmail.com> (Chris Marusich's message of "Sat, 02 Apr 2016 12:12:48 -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-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Chris Marusich Cc: help-guix@gnu.org Chris Marusich (2016-04-02 22:12 +0300) wrote: > Hi, > > I'm using GuixSD v0.10.0, and I'd like to know what packages are > installed globally. There does not currently appear to be a "guix > system" equivalent for "guix package --list-installed". Is it possible > to list the globally installed packages? Yes, by specifying a system profile: guix package --list-installed --profile=/run/current-system/profile Also if you use emacs, you can do "M-x guix-installed-system-packages". -- Alex