From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Reverse dependencies Date: Sat, 16 Jul 2016 12:13:33 -0400 Message-ID: <20160716161333.GA29212@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOSDv-0007T1-3v for help-guix@gnu.org; Sat, 16 Jul 2016 12:13:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOSDr-0004zm-67 for help-guix@gnu.org; Sat, 16 Jul 2016 12:13:51 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOSDo-0004uO-8U for help-guix@gnu.org; Sat, 16 Jul 2016 12:13:47 -0400 Content-Disposition: inline In-Reply-To: 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: Vincent Legoll Cc: help-guix@gnu.org On Sat, Jul 16, 2016 at 11:58:51AM +0200, Vincent Legoll wrote: > Hello, > > I'm trying to understand which package(s) depends on some other package, > kind of the reverse of what guix graph does (I think). I think that `guix refresh --list-dependent foo` is what you are asking for, or at least it's close. We use it to learn what will need to be rebuilt when upgrading foo.